Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Yegor Yefremov <yegor_sub1@visionsystems.de>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH] hostapd: add support for libnl-2.0
Date: Wed, 27 Apr 2011 10:26:39 +0200	[thread overview]
Message-ID: <4DB7D33F.2030309@visionsystems.de> (raw)

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

             reply	other threads:[~2011-04-27  8:26 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-04-27  8:26 Yegor Yefremov [this message]
2011-04-28 13:21 ` [Buildroot] [PATCH] hostapd: add support for libnl-2.0 Gustavo Zacarias
2011-05-15  8:02 ` Peter Korsgaard

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4DB7D33F.2030309@visionsystems.de \
    --to=yegor_sub1@visionsystems.de \
    --cc=buildroot@busybox.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox