ramips: add a profile for AWM003
[openwrt/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/AWM002EVB
9 NAME:=AsiaRF AWM002-EVB
10 PACKAGES:=kmod-usb-core kmod-usb-ohci kmod-usb2 kmod-ledtrig-usbdev \
11 kmod-i2c-core kmod-i2c-gpio
12 endef
13
14 define Profile/AWM002EVB/Description
15 Package set for AsiaRF AWM002 Evaluation Board
16 endef
17
18 define Profile/AWM003EVB
19 NAME:=AsiaRF AWM003-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/AWM003EVB/Description
25 Package set for AsiaRF AWM003 Evaluation Board
26 endef
27
28 define Profile/AWAPN2403
29 NAME:=AsiaRF AWAPN2403
30 endef
31
32 define Profile/AWAPN2403/Description
33 Package set for AsiaRF AWAPN2403 Pocket Router
34 endef
35
36 $(eval $(call Profile,AWM002EVB))
37 $(eval $(call Profile,AWM003EVB))
38 $(eval $(call Profile,AWAPN2403))