summaryrefslogtreecommitdiffstats
path: root/target/linux/cns3xxx
diff options
context:
space:
mode:
authorkaloz <kaloz@3c298f89-4303-0410-b956-a3cf2f4a3e73>2012-11-06 05:39:08 +0000
committerkaloz <kaloz@3c298f89-4303-0410-b956-a3cf2f4a3e73>2012-11-06 05:39:08 +0000
commit5a8ee8ba9fb806867a4295fd3d5134d77e481f14 (patch)
tree69ab8f93964dd7c1f7ba87c3bd9920784b388926 /target/linux/cns3xxx
parentab0f1978a239ecfea50d680167f0a7308e866937 (diff)
[cns3xxx]: add default packages
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34094 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/cns3xxx')
-rw-r--r--target/linux/cns3xxx/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/target/linux/cns3xxx/Makefile b/target/linux/cns3xxx/Makefile
index ae0ddd9ec..72e51fd51 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))