diff options
author | Felix Fietkau <nbd@openwrt.org> | 2010-11-11 22:39:19 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2010-11-11 22:39:19 +0000 |
commit | 814af8484ea438eaa7f72146f7ba51b0bf50751a (patch) | |
tree | 39177197faf7a05e5f5cb08e6919f8adbb9aa41f /package/hostapd/patches/540-optional_rfkill.patch | |
parent | d9d3dfe9837f9234cfe4eee98d2e3fa1d25074d1 (diff) | |
download | upstream-814af8484ea438eaa7f72146f7ba51b0bf50751a.tar.gz upstream-814af8484ea438eaa7f72146f7ba51b0bf50751a.tar.bz2 upstream-814af8484ea438eaa7f72146f7ba51b0bf50751a.zip |
hostapd: update to 2010-11-11
SVN-Revision: 23969
Diffstat (limited to 'package/hostapd/patches/540-optional_rfkill.patch')
-rw-r--r-- | package/hostapd/patches/540-optional_rfkill.patch | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/package/hostapd/patches/540-optional_rfkill.patch b/package/hostapd/patches/540-optional_rfkill.patch index 6e86ef0cf5..c70bcf4a52 100644 --- a/package/hostapd/patches/540-optional_rfkill.patch +++ b/package/hostapd/patches/540-optional_rfkill.patch @@ -241,7 +241,15 @@ endif ifdef CONFIG_DRIVER_HERMES -@@ -183,6 +181,7 @@ endif +@@ -170,7 +168,6 @@ endif + ifdef CONFIG_WIRELESS_EXTENSION + DRV_WPA_CFLAGS += -DCONFIG_WIRELESS_EXTENSION + DRV_WPA_OBJS += ../src/drivers/driver_wext.o +-NEED_RFKILL=y + endif + + ifdef NEED_NETLINK +@@ -183,6 +180,7 @@ endif ifdef NEED_RFKILL DRV_OBJS += ../src/drivers/rfkill.o |