diff options
Diffstat (limited to 'package/wpa_supplicant/patches/patch-src_drivers_drivers_mak')
-rw-r--r-- | package/wpa_supplicant/patches/patch-src_drivers_drivers_mak | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/package/wpa_supplicant/patches/patch-src_drivers_drivers_mak b/package/wpa_supplicant/patches/patch-src_drivers_drivers_mak deleted file mode 100644 index 6f9bfd704..000000000 --- a/package/wpa_supplicant/patches/patch-src_drivers_drivers_mak +++ /dev/null @@ -1,15 +0,0 @@ ---- 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 |