* [Buildroot] [PATCH] dhcp: allow IPv6 to be turned on
@ 2011-04-25 13:13 heiko at zuerker.org
2011-04-25 18:09 ` Peter Korsgaard
0 siblings, 1 reply; 2+ messages in thread
From: heiko at zuerker.org @ 2011-04-25 13:13 UTC (permalink / raw)
To: buildroot
From: Heiko Zuerker <smiley73@users.sourceforge.net>
Signed-off-by: Heiko Zuerker <smiley73@users.sourceforge.net>
---
package/dhcp/dhcp.mk | 7 +++++--
1 files changed, 5 insertions(+), 2 deletions(-)
diff --git a/package/dhcp/dhcp.mk b/package/dhcp/dhcp.mk
index 64472c9..e647ef5 100644
--- a/package/dhcp/dhcp.mk
+++ b/package/dhcp/dhcp.mk
@@ -13,8 +13,11 @@ DHCP_CONF_OPT = \
--with-cli-lease-file=/var/lib/dhcp/dhclient.leases \
--with-srv-pid-file=/var/run/dhcpd.pid \
--with-cli-pid-file=/var/run/dhclient.pid \
- --with-relay-pid-file=/var/run/dhcrelay.pid \
- --disable-dhcpv6
+ --with-relay-pid-file=/var/run/dhcrelay.pid
+
+ifneq ($(BR2_INET_IPV6),y)
+ DHCP_CONF_OPT += --disable-dhcpv6
+endif
ifeq ($(BR2_PACKAGE_DHCP_SERVER),y)
define DHCP_INSTALL_SERVER
--
1.7.3.2
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [Buildroot] [PATCH] dhcp: allow IPv6 to be turned on
2011-04-25 13:13 [Buildroot] [PATCH] dhcp: allow IPv6 to be turned on heiko at zuerker.org
@ 2011-04-25 18:09 ` Peter Korsgaard
0 siblings, 0 replies; 2+ messages in thread
From: Peter Korsgaard @ 2011-04-25 18:09 UTC (permalink / raw)
To: buildroot
>>>>> "heiko" == heiko <heiko@zuerker.org> writes:
heiko> From: Heiko Zuerker <smiley73@users.sourceforge.net>
heiko> Signed-off-by: Heiko Zuerker <smiley73@users.sourceforge.net>
Committed, thanks.
--
Bye, Peter Korsgaard
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2011-04-25 18:09 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-04-25 13:13 [Buildroot] [PATCH] dhcp: allow IPv6 to be turned on heiko at zuerker.org
2011-04-25 18:09 ` Peter Korsgaard
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox