diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2010-11-05 07:33:43 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2010-11-05 07:33:43 +0000 |
commit | 02512b6185a533f24fc9e9f92682452deb648f57 (patch) | |
tree | e4d8d017d3dbc776b8b4dcd0d3c2823015cdf537 /target/linux/orion/Makefile | |
parent | e9a7ba29c102d6b950320f937e7c562d1879387f (diff) | |
download | upstream-02512b6185a533f24fc9e9f92682452deb648f57.tar.gz upstream-02512b6185a533f24fc9e9f92682452deb648f57.tar.bz2 upstream-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/Makefile | 2 |
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)) |