diff options
author | John Crispin <blogic@openwrt.org> | 2014-06-13 09:16:15 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2014-06-13 09:16:15 +0000 |
commit | 90ee91f93d55bc225d127d25107e8541fb482ee2 (patch) | |
tree | 07f23ef5c8c68eb96ee427d0b12e018eb698bebd /target/linux/ramips/rt305x | |
parent | 039d815560e633e9f800143107523a3bed17c276 (diff) | |
download | upstream-90ee91f93d55bc225d127d25107e8541fb482ee2.tar.gz upstream-90ee91f93d55bc225d127d25107e8541fb482ee2.tar.bz2 upstream-90ee91f93d55bc225d127d25107e8541fb482ee2.zip |
ramips: add asiarf awapn2403 support
Signed-off-by: John Crispin <blogic@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@41177 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ramips/rt305x')
-rw-r--r-- | target/linux/ramips/rt305x/profiles/asiarf.mk | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/target/linux/ramips/rt305x/profiles/asiarf.mk b/target/linux/ramips/rt305x/profiles/asiarf.mk index 8b1f75700b..2d5231d08e 100644 --- a/target/linux/ramips/rt305x/profiles/asiarf.mk +++ b/target/linux/ramips/rt305x/profiles/asiarf.mk @@ -1,18 +1,16 @@ # -# Copyright (C) 2012 OpenWrt.org +# Copyright (C) 2014 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. # -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 +define Profile/AWAPN2403 + NAME:=AisaRF AWAPN2403 endef -define Profile/AWM002EVB/Description - Package set for AsiaRF AWM002 Evaluation Board +define Profile/AWAPN2403/Description + Package set for Allnet ALL0239-3G endef -$(eval $(call Profile,AWM002EVB)) +$(eval $(call Profile,AWAPN2403)) |