2013-07-24 16:54:41 +08:00
|
|
|
#
|
2014-06-13 17:16:15 +08:00
|
|
|
# Copyright (C) 2014 OpenWrt.org
|
2013-07-24 16:54:41 +08:00
|
|
|
#
|
|
|
|
# This is free software, licensed under the GNU General Public License v2.
|
|
|
|
# See /LICENSE for more information.
|
|
|
|
#
|
|
|
|
|
2014-06-17 02:54:42 +08:00
|
|
|
define Profile/AWM002EVB
|
|
|
|
NAME:=AsiaRF AWM002-EVB
|
|
|
|
PACKAGES:=kmod-usb-core kmod-usb-ohci kmod-usb2 kmod-ledtrig-usbdev \
|
|
|
|
kmod-i2c-core kmod-i2c-gpio
|
|
|
|
endef
|
|
|
|
|
|
|
|
define Profile/AWM002EVB/Description
|
|
|
|
Package set for AsiaRF AWM002 Evaluation Board
|
|
|
|
endef
|
|
|
|
|
2014-06-13 17:16:15 +08:00
|
|
|
define Profile/AWAPN2403
|
2014-06-17 02:54:42 +08:00
|
|
|
NAME:=AsiaRF AWAPN2403
|
2013-07-24 16:54:41 +08:00
|
|
|
endef
|
|
|
|
|
2014-06-13 17:16:15 +08:00
|
|
|
define Profile/AWAPN2403/Description
|
2014-06-17 02:54:42 +08:00
|
|
|
Package set for AsiaRF AWAPN2403 Pocket Router
|
2013-07-24 16:54:41 +08:00
|
|
|
endef
|
|
|
|
|
2014-06-17 02:54:42 +08:00
|
|
|
$(eval $(call Profile,AWM002EVB))
|
2014-06-13 17:16:15 +08:00
|
|
|
$(eval $(call Profile,AWAPN2403))
|