summaryrefslogtreecommitdiffstats
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
commit02512b6185a533f24fc9e9f92682452deb648f57 (patch)
treee4d8d017d3dbc776b8b4dcd0d3c2823015cdf537 /target/linux/orion/Makefile
parente9a7ba29c102d6b950320f937e7c562d1879387f (diff)
downloadmaster-31e0f0ae-02512b6185a533f24fc9e9f92682452deb648f57.tar.gz
master-31e0f0ae-02512b6185a533f24fc9e9f92682452deb648f57.tar.bz2
master-31e0f0ae-02512b6185a533f24fc9e9f92682452deb648f57.zip
the same DEFAULT_PACKAGES should be selected in the generic Makefile
SVN-Revision: 23885
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))