projects
/
openwrt
/
staging
/
kaloz.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7e5ae61
)
hostapd: enable CONFIG_IEEE80211N for the rt2800 driver as well
author
Gabor Juhos
<juhosg@openwrt.org>
Wed, 31 Mar 2010 09:58:31 +0000
(09:58 +0000)
committer
Gabor Juhos
<juhosg@openwrt.org>
Wed, 31 Mar 2010 09:58:31 +0000
(09:58 +0000)
SVN-Revision: 20631
package/hostapd/Makefile
patch
|
blob
|
history
diff --git
a/package/hostapd/Makefile
b/package/hostapd/Makefile
index f4142f76db2cc4a4a4361a1b5e5e855704b4a266..38d91875eb51d4504c145a5d00d49bd9b6ba637a 100644
(file)
--- 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)