* [Buildroot] [PATCH] hostapd: add support for libnl-2.0
@ 2011-04-27 8:26 Yegor Yefremov
2011-04-28 13:21 ` Gustavo Zacarias
2011-05-15 8:02 ` Peter Korsgaard
0 siblings, 2 replies; 3+ messages in thread
From: Yegor Yefremov @ 2011-04-27 8:26 UTC (permalink / raw)
To: buildroot
Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
Index: b/package/hostapd/hostapd.mk
===================================================================
--- a/package/hostapd/hostapd.mk 2011-04-27 00:06:51.406285279 -0700
+++ b/package/hostapd/hostapd.mk 2011-04-27 00:09:51.622284999 -0700
@@ -10,6 +10,10 @@
HOSTAPD_CONFIG = $(HOSTAPD_DIR)/$(HOSTAPD_SUBDIR)/.config
HOSTAPD_DEPENDENCIES = libnl
+define HOSTAPD_LIBNL_CONFIG
+ echo "CONFIG_LIBNL20=y" >>$(HOSTAPD_CONFIG)
+endef
+
define HOSTAPD_CRYPTO_CONFIG
echo "CONFIG_CRYPTO=internal" >>$(HOSTAPD_CONFIG)
echo "CONFIG_INTERNAL_LIBTOMMATH=y" >>$(HOSTAPD_CONFIG)
@@ -82,6 +86,7 @@
$(HOSTAPD_RADIUS_IPV6_CONFIG)
$(HOSTAPD_EAP_CONFIG)
$(HOSTAPD_WPS_CONFIG)
+ $(HOSTAPD_LIBNL_CONFIG)
endef
define HOSTAPD_INSTALL_TARGET_CMDS
^ permalink raw reply [flat|nested] 3+ messages in thread
* [Buildroot] [PATCH] hostapd: add support for libnl-2.0
2011-04-27 8:26 [Buildroot] [PATCH] hostapd: add support for libnl-2.0 Yegor Yefremov
@ 2011-04-28 13:21 ` Gustavo Zacarias
2011-05-15 8:02 ` Peter Korsgaard
1 sibling, 0 replies; 3+ messages in thread
From: Gustavo Zacarias @ 2011-04-28 13:21 UTC (permalink / raw)
To: buildroot
On 04/27/11 05:26, Yegor Yefremov wrote:
> Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
Acked-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
^ permalink raw reply [flat|nested] 3+ messages in thread
* [Buildroot] [PATCH] hostapd: add support for libnl-2.0
2011-04-27 8:26 [Buildroot] [PATCH] hostapd: add support for libnl-2.0 Yegor Yefremov
2011-04-28 13:21 ` Gustavo Zacarias
@ 2011-05-15 8:02 ` Peter Korsgaard
1 sibling, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2011-05-15 8:02 UTC (permalink / raw)
To: buildroot
>>>>> "Yegor" == Yegor Yefremov <yegor_sub1@visionsystems.de> writes:
Yegor> Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
Committed, thanks.
--
Bye, Peter Korsgaard
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2011-05-15 8:02 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-04-27 8:26 [Buildroot] [PATCH] hostapd: add support for libnl-2.0 Yegor Yefremov
2011-04-28 13:21 ` Gustavo Zacarias
2011-05-15 8:02 ` Peter Korsgaard
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox