diff options
author | Roman Yeryomin <romans.jerjomins@saftehnika.com> | 2013-06-14 12:51:51 +0300 |
---|---|---|
committer | Roman Yeryomin <romans.jerjomins@saftehnika.com> | 2013-06-14 12:51:51 +0300 |
commit | f254709046dbab6c5399b2112d9ffd1ab7b22279 (patch) | |
tree | 18b70d28419df16cc8260071696a3627ecd6ac0e /package/hostapd-rtk | |
parent | 4d16a906c5ecf2c53709112ef21c4528c47c2466 (diff) |
Don't enable inband in wpa supplicant
Signed-off-by: Roman Yeryomin <romans.jerjomins@saftehnika.com>
Diffstat (limited to 'package/hostapd-rtk')
-rw-r--r-- | package/hostapd-rtk/patches/009-hostapd-from-3.2.4.patch | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/package/hostapd-rtk/patches/009-hostapd-from-3.2.4.patch b/package/hostapd-rtk/patches/009-hostapd-from-3.2.4.patch index 867235be1..02f0b6c7e 100644 --- a/package/hostapd-rtk/patches/009-hostapd-from-3.2.4.patch +++ b/package/hostapd-rtk/patches/009-hostapd-from-3.2.4.patch @@ -33881,21 +33881,6 @@ Only in hostapd-rtk-0.6.10/wpa_supplicant/doc/docbook: wpa_passphrase.8 Only in hostapd-rtk-0.6.10/wpa_supplicant/doc/docbook: wpa_priv.8 Only in hostapd-rtk-0.6.10/wpa_supplicant/doc/docbook: wpa_supplicant.8 Only in hostapd-rtk-0.6.10/wpa_supplicant/doc/docbook: wpa_supplicant.conf.5 -diff -purbB --unidirectional-new-file -x '.*' -x '*.o' hostapd-rtk-0.6.10/wpa_supplicant/Makefile hostapd-0.6.10/wpa_supplicant/Makefile ---- hostapd-rtk-0.6.10/wpa_supplicant/Makefile 2013-05-18 17:49:32.434577219 +0300 -+++ hostapd-0.6.10/wpa_supplicant/Makefile 2013-05-02 01:48:29.779224140 +0300 -@@ -159,8 +159,9 @@ endif - - ifdef CONFIG_DRIVER_REALTEK - CFLAGS += -DCONFIG_DRIVER_REALTEK --#CFLAGS += -DINBAND_CTRL --LIBS += -linband -+CFLAGS += -DINBAND_CTRL -+CFLAGS += -I../../inband_lib -+LIBS += ../../inband_lib/inband.a - OBJS_d += ../src/drivers/driver_realtek.o - CONFIG_WIRELESS_EXTENSION=y - endif Only in hostapd-rtk-0.6.10/wpa_supplicant/vs2005: eapol_test Only in hostapd-rtk-0.6.10/wpa_supplicant/vs2005: wpa_cli Only in hostapd-rtk-0.6.10/wpa_supplicant/vs2005: wpa_passphrase |