summaryrefslogtreecommitdiffstats
path: root/package/mac80211
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2011-03-25 21:20:14 +0000
committerFelix Fietkau <nbd@openwrt.org>2011-03-25 21:20:14 +0000
commit70a2413ffd1e86a59fee5cae7c9ca379ecb7733c (patch)
treef766fc57856cbbd6f403c6f2bdbca99a1a253ed2 /package/mac80211
parent1938d5a6691c3cfa081e94ddbf48a12e02129ec1 (diff)
downloadmaster-31e0f0ae-70a2413ffd1e86a59fee5cae7c9ca379ecb7733c.tar.gz
master-31e0f0ae-70a2413ffd1e86a59fee5cae7c9ca379ecb7733c.tar.bz2
master-31e0f0ae-70a2413ffd1e86a59fee5cae7c9ca379ecb7733c.zip
mac80211: fix zd1211 config override
SVN-Revision: 26294
Diffstat (limited to 'package/mac80211')
-rw-r--r--package/mac80211/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/mac80211/Makefile b/package/mac80211/Makefile
index 28a5edeaf8..08a3c44d27 100644
--- a/package/mac80211/Makefile
+++ b/package/mac80211/Makefile
@@ -965,7 +965,7 @@ MAKE_OPTS:= \
CONFIG_ATH9K_DEBUGFS=$(if $(CONFIG_PACKAGE_MAC80211_DEBUGFS),y) \
CONFIG_CARL9170=$(if $(CONFIG_PACKAGE_kmod-carl9170),m) \
CONFIG_CARL9170_DEBUGFS=$(if $(CONFIG_PACKAGE_MAC80211_DEBUGFS),y) \
- CONFIG_ZD1211RW=$(if $(CONFIG_PACKAGE_kmod-zd1211rw),m) \
+ CONFIG_COMPAT_ZD1211RW=$(if $(CONFIG_PACKAGE_kmod-zd1211rw),m) \
CONFIG_P54_COMMON=$(if $(CONFIG_PACKAGE_kmod-p54-common),m) \
CONFIG_P54_PCI=$(if $(CONFIG_PACKAGE_kmod-p54-pci),m) \
CONFIG_P54_USB=$(if $(CONFIG_PACKAGE_kmod-p54-usb),m) \