aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/orion/Makefile
diff options
context:
space:
mode:
authorImre Kaloz <kaloz@openwrt.org>2010-11-05 07:33:43 +0000
committerImre Kaloz <kaloz@openwrt.org>2010-11-05 07:33:43 +0000
commitd44d58fd93152100b971cf94bf18c5632bd119ee (patch)
tree6d501827511365c6dbe7ede0febcc076859751cf /target/linux/orion/Makefile
parent9206660d6b03718e1ba389a7f98407c9972340c2 (diff)
downloadmaster-187ad058-d44d58fd93152100b971cf94bf18c5632bd119ee.tar.gz
master-187ad058-d44d58fd93152100b971cf94bf18c5632bd119ee.tar.bz2
master-187ad058-d44d58fd93152100b971cf94bf18c5632bd119ee.zip
[orion]: the same DEFAULT_PACKAGES should be selected in the generic Makefile
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23885 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/orion/Makefile')
-rw-r--r--target/linux/orion/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/orion/Makefile b/target/linux/orion/Makefile
index 4e6a378315..920aadf0d5 100644
--- a/target/linux/orion/Makefile
+++ b/target/linux/orion/Makefile
@@ -19,6 +19,6 @@ include $(INCLUDE_DIR)/target.mk
KERNELNAME:="uImage"
-DEFAULT_PACKAGES += kmod-crypto-mv-cesa
+DEFAULT_PACKAGES += kmod-ath9k kmod-crypto-mv-cesa wpad-mini
$(eval $(call BuildTarget))