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 | d44d58fd93152100b971cf94bf18c5632bd119ee (patch) | |
tree | 6d501827511365c6dbe7ede0febcc076859751cf /target/linux/orion/Makefile | |
parent | 9206660d6b03718e1ba389a7f98407c9972340c2 (diff) | |
download | upstream-d44d58fd93152100b971cf94bf18c5632bd119ee.tar.gz upstream-d44d58fd93152100b971cf94bf18c5632bd119ee.tar.bz2 upstream-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/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)) |