summaryrefslogtreecommitdiff
path: root/package/wpa_supplicant/patches/patch-src_drivers_drivers_mak
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2012-04-03 17:05:35 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2012-04-03 17:05:35 +0200
commitaffdd5dff82289e9da4c29737ec66b563e14daa7 (patch)
tree0525fb417f409467e558baa7a22df6ab818ce67c /package/wpa_supplicant/patches/patch-src_drivers_drivers_mak
parentb9cc51c4c2c315f508459cea7da1d8433333d7a1 (diff)
parent41db567455a283a26e9fda82a5da3d44288122f3 (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
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