mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 05:06:43 +00:00
wpa_supplicant: update to wpa_supplicant-2.3
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
c82775effd
commit
d994377abe
@ -17,7 +17,7 @@
|
|||||||
################################################################################
|
################################################################################
|
||||||
|
|
||||||
PKG_NAME="wpa_supplicant"
|
PKG_NAME="wpa_supplicant"
|
||||||
PKG_VERSION="2.2"
|
PKG_VERSION="2.3"
|
||||||
PKG_REV="1"
|
PKG_REV="1"
|
||||||
PKG_ARCH="any"
|
PKG_ARCH="any"
|
||||||
PKG_LICENSE="GPL"
|
PKG_LICENSE="GPL"
|
||||||
|
@ -1,24 +0,0 @@
|
|||||||
diff -Naur wpa_supplicant-2.0/src/drivers/drivers.mak wpa_supplicant-2.0.patch/src/drivers/drivers.mak
|
|
||||||
--- wpa_supplicant-2.0/src/drivers/drivers.mak 2013-01-12 16:42:53.000000000 +0100
|
|
||||||
+++ wpa_supplicant-2.0.patch/src/drivers/drivers.mak 2013-01-21 02:15:18.034917696 +0100
|
|
||||||
@@ -30,7 +30,7 @@
|
|
||||||
ifdef CONFIG_LIBNL32
|
|
||||||
DRV_LIBS += -lnl-3
|
|
||||||
DRV_LIBS += -lnl-genl-3
|
|
||||||
- DRV_CFLAGS += -DCONFIG_LIBNL20 -I/usr/include/libnl3
|
|
||||||
+ DRV_CFLAGS += -DCONFIG_LIBNL20 `pkg-config --cflags libnl-3.0`
|
|
||||||
else
|
|
||||||
ifdef CONFIG_LIBNL_TINY
|
|
||||||
DRV_LIBS += -lnl-tiny
|
|
||||||
diff -Naur wpa_supplicant-2.0/src/drivers/drivers.mk wpa_supplicant-2.0.patch/src/drivers/drivers.mk
|
|
||||||
--- wpa_supplicant-2.0/src/drivers/drivers.mk 2013-01-12 16:42:53.000000000 +0100
|
|
||||||
+++ wpa_supplicant-2.0.patch/src/drivers/drivers.mk 2013-01-21 02:15:39.677784809 +0100
|
|
||||||
@@ -30,7 +30,7 @@
|
|
||||||
ifdef CONFIG_LIBNL32
|
|
||||||
DRV_LIBS += -lnl-3
|
|
||||||
DRV_LIBS += -lnl-genl-3
|
|
||||||
- DRV_CFLAGS += -DCONFIG_LIBNL20 -I/usr/include/libnl3
|
|
||||||
+ DRV_CFLAGS += -DCONFIG_LIBNL20 `pkg-config --cflags libnl-3.0`
|
|
||||||
else
|
|
||||||
ifdef CONFIG_LIBNL_TINY
|
|
||||||
DRV_LIBS += -lnl-tiny
|
|
@ -0,0 +1,24 @@
|
|||||||
|
diff -Naur wpa_supplicant-2.3/src/drivers/drivers.mak wpa_supplicant-2.3.patch/src/drivers/drivers.mak
|
||||||
|
--- wpa_supplicant-2.3/src/drivers/drivers.mak 2014-10-09 16:41:31.000000000 +0200
|
||||||
|
+++ wpa_supplicant-2.3.patch/src/drivers/drivers.mak 2014-10-10 17:54:54.030025202 +0200
|
||||||
|
@@ -35,7 +35,7 @@
|
||||||
|
ifdef CONFIG_LIBNL32
|
||||||
|
DRV_LIBS += -lnl-3
|
||||||
|
DRV_LIBS += -lnl-genl-3
|
||||||
|
- DRV_CFLAGS += -DCONFIG_LIBNL20 -I/usr/include/libnl3
|
||||||
|
+ DRV_CFLAGS += -DCONFIG_LIBNL20 `pkg-config --cflags libnl-3.0`
|
||||||
|
ifdef CONFIG_LIBNL3_ROUTE
|
||||||
|
DRV_LIBS += -lnl-route-3
|
||||||
|
DRV_CFLAGS += -DCONFIG_LIBNL3_ROUTE
|
||||||
|
diff -Naur wpa_supplicant-2.3/src/drivers/drivers.mk wpa_supplicant-2.3.patch/src/drivers/drivers.mk
|
||||||
|
--- wpa_supplicant-2.3/src/drivers/drivers.mk 2014-10-09 16:41:31.000000000 +0200
|
||||||
|
+++ wpa_supplicant-2.3.patch/src/drivers/drivers.mk 2014-10-10 17:54:32.261065224 +0200
|
||||||
|
@@ -30,7 +30,7 @@
|
||||||
|
ifdef CONFIG_LIBNL32
|
||||||
|
DRV_LIBS += -lnl-3
|
||||||
|
DRV_LIBS += -lnl-genl-3
|
||||||
|
- DRV_CFLAGS += -DCONFIG_LIBNL20 -I/usr/include/libnl3
|
||||||
|
+ DRV_CFLAGS += -DCONFIG_LIBNL20 `pkg-config --cflags libnl-3.0`
|
||||||
|
ifdef CONFIG_LIBNL3_ROUTE
|
||||||
|
DRV_LIBS += -lnl-route-3
|
||||||
|
DRV_CFLAGS += -DCONFIG_LIBNL3_ROUTE
|
Loading…
x
Reference in New Issue
Block a user