mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-12-24 21:54:36 +02:00
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
This commit is contained in:
parent
589d5bb068
commit
124f6910b1
@ -771,3 +771,16 @@
|
|||||||
-#endif /* HOSTAPD */
|
-#endif /* HOSTAPD */
|
||||||
+#endif
|
+#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
|
||||||
|
|
||||||
|
@ -243,8 +243,8 @@
|
|||||||
ifdef CONFIG_DRIVER_HERMES
|
ifdef CONFIG_DRIVER_HERMES
|
||||||
@@ -170,7 +168,6 @@ endif
|
@@ -170,7 +168,6 @@ endif
|
||||||
ifdef CONFIG_WIRELESS_EXTENSION
|
ifdef CONFIG_WIRELESS_EXTENSION
|
||||||
DRV_WPA_CFLAGS += -DCONFIG_WIRELESS_EXTENSION
|
DRV_CFLAGS += -DCONFIG_WIRELESS_EXTENSION
|
||||||
DRV_WPA_OBJS += ../src/drivers/driver_wext.o
|
DRV_OBJS += ../src/drivers/driver_wext.o
|
||||||
-NEED_RFKILL=y
|
-NEED_RFKILL=y
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user