summaryrefslogtreecommitdiff
path: root/package/wpa_supplicant/patches/patch-src_drivers_drivers_mak
diff options
context:
space:
mode:
Diffstat (limited to 'package/wpa_supplicant/patches/patch-src_drivers_drivers_mak')
-rw-r--r--package/wpa_supplicant/patches/patch-src_drivers_drivers_mak15
1 files changed, 15 insertions, 0 deletions
diff --git a/package/wpa_supplicant/patches/patch-src_drivers_drivers_mak b/package/wpa_supplicant/patches/patch-src_drivers_drivers_mak
new file mode 100644
index 000000000..6f9bfd704
--- /dev/null
+++ b/package/wpa_supplicant/patches/patch-src_drivers_drivers_mak
@@ -0,0 +1,15 @@
+--- wpa_supplicant-0.7.3.orig/src/drivers/drivers.mak 2010-09-07 17:43:39.000000000 +0200
++++ wpa_supplicant-0.7.3/src/drivers/drivers.mak 2012-04-03 16:08:09.000000000 +0200
+@@ -31,10 +31,10 @@ NEED_SME=y
+ NEED_AP_MLME=y
+ NEED_NETLINK=y
+ NEED_LINUX_IOCTL=y
+-DRV_LIBS += -lnl
++DRV_LIBS += -lnl-3
+
+ ifdef CONFIG_LIBNL20
+-DRV_LIBS += -lnl-genl
++DRV_LIBS += -lnl-genl-3
+ DRV_CFLAGS += -DCONFIG_LIBNL20
+ endif
+ endif