mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-16 16:27:27 +00:00
HostAP-daemon patch to make it compile with libnl 3.2
Signed-off-by: Damien RANNOU <damien.rannou@diateam.net> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
committed by
Martin Jansa
parent
4d1db5ccca
commit
ccda63446b
@@ -24,7 +24,7 @@ CONFIG_DRIVER_PRISM54=y
|
|||||||
|
|
||||||
# Driver interface for drivers using the nl80211 kernel interface
|
# Driver interface for drivers using the nl80211 kernel interface
|
||||||
CONFIG_DRIVER_NL80211=y
|
CONFIG_DRIVER_NL80211=y
|
||||||
CONFIG_LIBNL20=y
|
CONFIG_LIBNL32=y
|
||||||
# driver_nl80211.c requires a rather new libnl (version 1.1) which may not be
|
# driver_nl80211.c requires a rather new libnl (version 1.1) which may not be
|
||||||
# shipped with your distribution yet. If that is the case, you need to build
|
# shipped with your distribution yet. If that is the case, you need to build
|
||||||
# newer libnl version and point the hostapd build to use it.
|
# newer libnl version and point the hostapd build to use it.
|
||||||
|
|||||||
@@ -26,6 +26,7 @@ do_configure() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
do_compile() {
|
do_compile() {
|
||||||
|
export CFLAGS="-MMD -O2 -Wall -g -I${STAGING_INCDIR}/libnl3"
|
||||||
make
|
make
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user