summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-connectivity/hostapd/hostap-daemon-1.0/defconfig2
-rw-r--r--meta-oe/recipes-connectivity/hostapd/hostap-daemon_1.0.bb1
2 files changed, 2 insertions, 1 deletions
diff --git a/meta-oe/recipes-connectivity/hostapd/hostap-daemon-1.0/defconfig b/meta-oe/recipes-connectivity/hostapd/hostap-daemon-1.0/defconfig
index 1f3c6f408..278964017 100644
--- a/meta-oe/recipes-connectivity/hostapd/hostap-daemon-1.0/defconfig
+++ b/meta-oe/recipes-connectivity/hostapd/hostap-daemon-1.0/defconfig
@@ -24,7 +24,7 @@ CONFIG_DRIVER_PRISM54=y
24 24
25# Driver interface for drivers using the nl80211 kernel interface 25# Driver interface for drivers using the nl80211 kernel interface
26CONFIG_DRIVER_NL80211=y 26CONFIG_DRIVER_NL80211=y
27CONFIG_LIBNL20=y 27CONFIG_LIBNL32=y
28# driver_nl80211.c requires a rather new libnl (version 1.1) which may not be 28# driver_nl80211.c requires a rather new libnl (version 1.1) which may not be
29# shipped with your distribution yet. If that is the case, you need to build 29# shipped with your distribution yet. If that is the case, you need to build
30# newer libnl version and point the hostapd build to use it. 30# newer libnl version and point the hostapd build to use it.
diff --git a/meta-oe/recipes-connectivity/hostapd/hostap-daemon_1.0.bb b/meta-oe/recipes-connectivity/hostapd/hostap-daemon_1.0.bb
index 310e8aac0..e62531f0b 100644
--- a/meta-oe/recipes-connectivity/hostapd/hostap-daemon_1.0.bb
+++ b/meta-oe/recipes-connectivity/hostapd/hostap-daemon_1.0.bb
@@ -26,6 +26,7 @@ do_configure() {
26} 26}
27 27
28do_compile() { 28do_compile() {
29 export CFLAGS="-MMD -O2 -Wall -g -I${STAGING_INCDIR}/libnl3"
29 make 30 make
30} 31}
31 32