aboutsummaryrefslogtreecommitdiffstats
path: root/package/hostapd
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2010-03-31 09:58:31 +0000
committerGabor Juhos <juhosg@openwrt.org>2010-03-31 09:58:31 +0000
commit5c12503a1848c330b2c03020d0dbb588c2478662 (patch)
treec640d44bf3ea4f50f35ac8f6d731813cbbf643a1 /package/hostapd
parent59667fb88426c7ccdba4602d949bff16e2b01577 (diff)
downloadmaster-187ad058-5c12503a1848c330b2c03020d0dbb588c2478662.tar.gz
master-187ad058-5c12503a1848c330b2c03020d0dbb588c2478662.tar.bz2
master-187ad058-5c12503a1848c330b2c03020d0dbb588c2478662.zip
hostapd: enable CONFIG_IEEE80211N for the rt2800 driver as well
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20631 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/hostapd')
-rw-r--r--package/hostapd/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/hostapd/Makefile b/package/hostapd/Makefile
index f4142f76db..38d91875eb 100644
--- a/package/hostapd/Makefile
+++ b/package/hostapd/Makefile
@@ -54,7 +54,7 @@ DRIVER_MAKEOPTS= \
CONFIG_DRIVER_NL80211=$(CONFIG_PACKAGE_kmod-mac80211) \
CONFIG_DRIVER_MADWIFI=$(CONFIG_PACKAGE_kmod-madwifi) \
CONFIG_DRIVER_HOSTAP=$(CONFIG_PACKAGE_kmod-hostap) \
- CONFIG_IEEE80211N=$(CONFIG_PACKAGE_kmod-ath9k) \
+ CONFIG_IEEE80211N=$(if ($(CONFIG_PACKAGE_kmod-ath9k)$(CONFIG_PACKAGE_kmod-rt2800-lib)),y) \
CONFIG_IEEE80211W=$(CONFIG_PACKAGE_kmod-ath9k)
ifneq ($(LOCAL_TYPE),hostapd)