mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
wpa_supplicant: update to 2.10
update 2.9 (2019-08-07) to 2.10 (2022-01-16) ann: http://lists.infradead.org/pipermail/hostap/2022-January/040148.html
This commit is contained in:
parent
4549704a1b
commit
86e13f8ac3
@ -3,8 +3,8 @@
|
||||
# Copyright (C) 2019-present Team LibreELEC (https://libreelec.tv)
|
||||
|
||||
PKG_NAME="wpa_supplicant"
|
||||
PKG_VERSION="2.9"
|
||||
PKG_SHA256="fcbdee7b4a64bea8177973299c8c824419c413ec2e3a95db63dd6a5dc3541f17"
|
||||
PKG_VERSION="2.10"
|
||||
PKG_SHA256="20df7ae5154b3830355f8ab4269123a87affdea59fe74fe9292a91d0d7e17b2f"
|
||||
PKG_LICENSE="GPL"
|
||||
PKG_SITE="https://w1.fi/wpa_supplicant/"
|
||||
PKG_URL="https://w1.fi/releases/${PKG_NAME}-${PKG_VERSION}.tar.gz"
|
||||
|
@ -5,8 +5,8 @@ diff -Naur wpa_supplicant-2.4/src/drivers/drivers.mk wpa_supplicant-2.4.patch/sr
|
||||
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`
|
||||
- DRV_CFLAGS += -I/usr/include/libnl3
|
||||
+ DRV_CFLAGS += `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