diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2013-08-20 18:54:29 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2013-08-20 18:54:29 +0200 |
commit | 3596b341df7305e069293e6118f8161c7423fd00 (patch) | |
tree | 38b11cc67331dbac43ecb50604d645c81f0f3284 /package/wpa_supplicant/patches/patch-src_drivers_drivers_mak | |
parent | ffe6bcdc035fe26b30b25d9b7742b35ce13f402f (diff) |
update wpa_supplicant to latest upstream, enable internal crypto as choice
Diffstat (limited to 'package/wpa_supplicant/patches/patch-src_drivers_drivers_mak')
-rw-r--r-- | package/wpa_supplicant/patches/patch-src_drivers_drivers_mak | 11 |
1 files changed, 11 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..3d32a84eb --- /dev/null +++ b/package/wpa_supplicant/patches/patch-src_drivers_drivers_mak @@ -0,0 +1,11 @@ +--- wpa_supplicant-2.0.orig/src/drivers/drivers.mak 2013-01-12 16:42:53.000000000 +0100 ++++ wpa_supplicant-2.0/src/drivers/drivers.mak 2013-08-20 17:17:08.430074246 +0200 +@@ -30,7 +30,7 @@ NEED_RFKILL=y + ifdef CONFIG_LIBNL32 + DRV_LIBS += -lnl-3 + DRV_LIBS += -lnl-genl-3 +- DRV_CFLAGS += -DCONFIG_LIBNL20 -I/usr/include/libnl3 ++ DRV_CFLAGS += -DCONFIG_LIBNL20 + else + ifdef CONFIG_LIBNL_TINY + DRV_LIBS += -lnl-tiny |