rpcd: iwinfo plugin fixes
[openwrt.git] / target / linux / ramips / rt305x / profiles / hame.mk
1 #
2 # Copyright (C) 2013 OpenWrt.org
3 #
4 # This is free software, licensed under the GNU General Public License v2.
5 # See /LICENSE for more information.
6 #
7
8 define Profile/MPRA1
9         NAME:=HAME MPR-A1
10         PACKAGES:=\
11                 kmod-usb-core kmod-usb-ohci kmod-usb2 kmod-ledtrig-netdev
12 endef
13
14 define Profile/MPRA1/Description
15         Package set for HAME MPR-A1 board
16 endef
17 $(eval $(call Profile,MPRA1))
18
19
20 define Profile/MPRA2
21         NAME:=HAME MPR-A2
22         PACKAGES:=\
23                 kmod-usb-core kmod-usb-ohci kmod-usb2 kmod-ledtrig-netdev
24 endef
25
26 define Profile/MPRA2/Description
27         Package set for HAME MPR-A2 board
28 endef
29 $(eval $(call Profile,MPRA2))