aboutsummaryrefslogtreecommitdiffstats
path: root/package
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2010-11-13 17:00:18 +0000
committerFelix Fietkau <nbd@openwrt.org>2010-11-13 17:00:18 +0000
commit80be8166aaec7ef22dc27dc464b148e3baf03f2e (patch)
treebfaa8bd3839eb2ff400ef83346b1b68653a0947c /package
parent4978599cd4ee99fbf654a20d83142af17b29f71a (diff)
downloadupstream-80be8166aaec7ef22dc27dc464b148e3baf03f2e.tar.gz
upstream-80be8166aaec7ef22dc27dc464b148e3baf03f2e.tar.bz2
upstream-80be8166aaec7ef22dc27dc464b148e3baf03f2e.zip
hostapd: fix madwifi related linker error (include wext support for non-wpad hostapd builds)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23987 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package')
-rw-r--r--package/hostapd/patches/310-madwifi_merge.patch13
-rw-r--r--package/hostapd/patches/540-optional_rfkill.patch4
2 files changed, 15 insertions, 2 deletions
diff --git a/package/hostapd/patches/310-madwifi_merge.patch b/package/hostapd/patches/310-madwifi_merge.patch
index 4fb92c532c..b62fb3f201 100644
--- a/package/hostapd/patches/310-madwifi_merge.patch
+++ b/package/hostapd/patches/310-madwifi_merge.patch
@@ -771,3 +771,16 @@
-#endif /* HOSTAPD */
+#endif
};
+--- a/src/drivers/drivers.mak
++++ b/src/drivers/drivers.mak
+@@ -168,8 +168,8 @@ DRV_WPA_OBJS += ../src/drivers/driver_ro
+ endif
+
+ ifdef CONFIG_WIRELESS_EXTENSION
+-DRV_WPA_CFLAGS += -DCONFIG_WIRELESS_EXTENSION
+-DRV_WPA_OBJS += ../src/drivers/driver_wext.o
++DRV_CFLAGS += -DCONFIG_WIRELESS_EXTENSION
++DRV_OBJS += ../src/drivers/driver_wext.o
+ NEED_RFKILL=y
+ endif
+
diff --git a/package/hostapd/patches/540-optional_rfkill.patch b/package/hostapd/patches/540-optional_rfkill.patch
index c70bcf4a52..3ec7e239a6 100644
--- a/package/hostapd/patches/540-optional_rfkill.patch
+++ b/package/hostapd/patches/540-optional_rfkill.patch
@@ -243,8 +243,8 @@
ifdef CONFIG_DRIVER_HERMES
@@ -170,7 +168,6 @@ endif
ifdef CONFIG_WIRELESS_EXTENSION
- DRV_WPA_CFLAGS += -DCONFIG_WIRELESS_EXTENSION
- DRV_WPA_OBJS += ../src/drivers/driver_wext.o
+ DRV_CFLAGS += -DCONFIG_WIRELESS_EXTENSION
+ DRV_OBJS += ../src/drivers/driver_wext.o
-NEED_RFKILL=y
endif