rpcd: iwinfo plugin fixes
[openwrt.git] / target / linux / ramips / rt305x / profiles / asiarf.mk
1 #
2 # Copyright (C) 2014 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/AWAPN2403
9         NAME:=AsiaRF AWAPN2403
10 endef
11
12 define Profile/AWAPN2403/Description
13         Package set for AsiaRF AWAPN2403 Pocket Router
14 endef
15 $(eval $(call Profile,AWAPN2403))
16
17
18 define Profile/AWM002EVB
19         NAME:=AsiaRF AWM002-EVB
20         PACKAGES:=kmod-usb-core kmod-usb-ohci kmod-usb2 kmod-ledtrig-usbdev \
21                 kmod-i2c-core kmod-i2c-gpio
22 endef
23
24 define Profile/AWM002EVB/Description
25         Package set for AsiaRF AWM002 Evaluation Board
26 endef
27 $(eval $(call Profile,AWM002EVB))
28
29
30 define Profile/AWM003EVB
31         NAME:=AsiaRF AWM003-EVB
32         PACKAGES:=kmod-usb-core kmod-usb-ohci kmod-usb2 kmod-ledtrig-usbdev \
33                 kmod-i2c-core kmod-i2c-gpio
34 endef
35
36 define Profile/AWM003EVB/Description
37         Package set for AsiaRF AWM003 Evaluation Board
38 endef
39 $(eval $(call Profile,AWM003EVB))