summaryrefslogtreecommitdiffstats
path: root/rules/dhcp.make
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2012-06-10 09:15:21 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2012-06-10 09:15:21 +0200
commitcba2071fbee125778d6d0b6b139359f54099ccf3 (patch)
treecc2ff21b7722e9a37ee010c7123d45bd7e84ba3b /rules/dhcp.make
parent478405ec212be141440e6c6ee89dc2690c05cd77 (diff)
downloadptxdist-cba2071fbee125778d6d0b6b139359f54099ccf3.tar.gz
ptxdist-cba2071fbee125778d6d0b6b139359f54099ccf3.tar.xz
dhcp: enable DHCPv6 with GLOBAL_IPV6
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/dhcp.make')
-rw-r--r--rules/dhcp.make2
1 files changed, 1 insertions, 1 deletions
diff --git a/rules/dhcp.make b/rules/dhcp.make
index fc42a8708..8f290daa2 100644
--- a/rules/dhcp.make
+++ b/rules/dhcp.make
@@ -38,7 +38,7 @@ DHCP_DIR := $(BUILDDIR)/$(DHCP)
#
DHCP_AUTOCONF := \
$(CROSS_AUTOCONF_ROOT) \
- --enable-dhcpv6
+ --$(call ptx/endis, PTXCONF_GLOBAL_IPV6)-dhcpv6
# overwrite CFLAGS to remove -Werror
DHCP_MAKE_OPT := \