1#
2# Copyright (C) 2012 OpenWrt.org
3#
4# This is free software, licensed under the GNU General Public License v2.
5# See /LICENSE for more information.
6#
7
8define Profile/MR102N
9	NAME:=AXIMCom MR-102N
10	PACKAGES:=kmod-usb-core kmod-usb-dwc2 kmod-ledtrig-usbdev
11endef
12
13define Profile/MR102N/Description
14	Package set for AXIMCom MR-102N
15endef
16$(eval $(call Profile,MR102N))
17