diff options
author | Felix Fietkau <nbd@openwrt.org> | 2009-03-15 00:53:20 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2009-03-15 00:53:20 +0000 |
commit | 61dca5a46a4952dfae8cbf6647e7582a57d23348 (patch) | |
tree | 94399a81b1d34813fcb5618029f8efe453c07005 /target/linux/orion/Makefile | |
parent | 9b594998930dcb047f989544288dc828053bea28 (diff) | |
download | upstream-61dca5a46a4952dfae8cbf6647e7582a57d23348.tar.gz upstream-61dca5a46a4952dfae8cbf6647e7582a57d23348.tar.bz2 upstream-61dca5a46a4952dfae8cbf6647e7582a57d23348.zip |
orion: fix preselection for ath9k
SVN-Revision: 14878
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 2e2727ff14..c32b4668b0 100644 --- a/target/linux/orion/Makefile +++ b/target/linux/orion/Makefile @@ -17,6 +17,6 @@ include $(INCLUDE_DIR)/target.mk KERNELNAME:="uImage" -DEFAULT_PACKAGES += kmod-ath9k-new hostapd-mini +DEFAULT_PACKAGES += kmod-ath9k hostapd-mini $(eval $(call BuildTarget)) |