diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2012-11-06 05:39:08 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2012-11-06 05:39:08 +0000 |
commit | 1a9dfd566e851a998b2fd445e1c2807bf0568efb (patch) | |
tree | 9105b0fa51025bec77b1ad3b712b289e9e70e90c /target/linux/cns3xxx/Makefile | |
parent | 0722fd9c63519efbc6da72e21f5eae08254662f4 (diff) | |
download | upstream-1a9dfd566e851a998b2fd445e1c2807bf0568efb.tar.gz upstream-1a9dfd566e851a998b2fd445e1c2807bf0568efb.tar.bz2 upstream-1a9dfd566e851a998b2fd445e1c2807bf0568efb.zip |
add default packages
SVN-Revision: 34094
Diffstat (limited to 'target/linux/cns3xxx/Makefile')
-rw-r--r-- | target/linux/cns3xxx/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/target/linux/cns3xxx/Makefile b/target/linux/cns3xxx/Makefile index ae0ddd9ecf..72e51fd51c 100644 --- a/target/linux/cns3xxx/Makefile +++ b/target/linux/cns3xxx/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2010 OpenWrt.org +# Copyright (C) 2010-2012 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -24,4 +24,6 @@ endef KERNELNAME:="uImage" +DEFAULT_PACKAGES += kmod-ath9k kmod-usb2 wpad-mini + $(eval $(call BuildTarget)) |