diff options
author | Damien RANNOU <damien.rannou@diateam.net> | 2013-01-02 10:21:21 +0000 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2013-01-03 23:25:45 +0100 |
commit | ccda63446b88206a4bcbc91d32b6b6148c931055 (patch) | |
tree | 17c5090503d9addc3b3a75ad261631d9e12982ee /meta-oe/recipes-connectivity/hostapd/hostap-daemon-1.0 | |
parent | 4d1db5cccaec59221285d97afad71a291d694d78 (diff) | |
download | meta-openembedded-ccda63446b88206a4bcbc91d32b6b6148c931055.tar.gz |
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>
Diffstat (limited to 'meta-oe/recipes-connectivity/hostapd/hostap-daemon-1.0')
-rw-r--r-- | meta-oe/recipes-connectivity/hostapd/hostap-daemon-1.0/defconfig | 2 |
1 files changed, 1 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 |
26 | CONFIG_DRIVER_NL80211=y | 26 | CONFIG_DRIVER_NL80211=y |
27 | CONFIG_LIBNL20=y | 27 | CONFIG_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. |