aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/orion/Makefile
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2009-03-15 00:53:20 +0000
committerFelix Fietkau <nbd@openwrt.org>2009-03-15 00:53:20 +0000
commitb2fbe0ad4afed08fa1d6e040732740789862a4f7 (patch)
tree5cbf1d657c8dd3e72676517433ffe06064b3862e /target/linux/orion/Makefile
parentfe83526510eeee48b3997d158e65c533b6c4c37a (diff)
downloadmaster-187ad058-b2fbe0ad4afed08fa1d6e040732740789862a4f7.tar.gz
master-187ad058-b2fbe0ad4afed08fa1d6e040732740789862a4f7.tar.bz2
master-187ad058-b2fbe0ad4afed08fa1d6e040732740789862a4f7.zip
orion: fix preselection for ath9k
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14878 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 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))