diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2010-03-31 09:58:31 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2010-03-31 09:58:31 +0000 |
commit | b770d95485c5fb3f69e90fe7e73f7c1d2b001c27 (patch) | |
tree | 686dc354ba98529d93847da496a06d43888bc35f /package | |
parent | 7e5ae61e459be765b206e8fe4e9f4d485766841d (diff) | |
download | upstream-b770d95485c5fb3f69e90fe7e73f7c1d2b001c27.tar.gz upstream-b770d95485c5fb3f69e90fe7e73f7c1d2b001c27.tar.bz2 upstream-b770d95485c5fb3f69e90fe7e73f7c1d2b001c27.zip |
hostapd: enable CONFIG_IEEE80211N for the rt2800 driver as well
SVN-Revision: 20631
Diffstat (limited to 'package')
-rw-r--r-- | package/hostapd/Makefile | 2 |
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) |