summaryrefslogtreecommitdiff
path: root/package/Makefile.in
diff options
context:
space:
mode:
authorGustavo Zacarias <gustavo@zacarias.com.ar>2015-04-19 09:40:01 -0300
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2015-04-22 23:06:55 +0200
commitcd4e48386eaf783aca7fd22b774557620c4763a9 (patch)
treebabf95c7a1cb36a43871b67b7beb5fa927e6221e /package/Makefile.in
parent79ce08bbdc33d1725f5d950736c9f624814b5a03 (diff)
package infra: drop non-IPv6 support
Now that IPv6 is mandatory remove support for non-IPv6 tweaks/variables in the package infra. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/Makefile.in')
-rw-r--r--package/Makefile.in6
1 files changed, 0 insertions, 6 deletions
diff --git a/package/Makefile.in b/package/Makefile.in
index e65e08b33..a0c5a7a48 100644
--- a/package/Makefile.in
+++ b/package/Makefile.in
@@ -369,12 +369,6 @@ else
DISABLE_NLS :=--disable-nls
endif
-ifeq ($(BR2_INET_IPV6),y)
-DISABLE_IPV6 = --enable-ipv6
-else
-DISABLE_IPV6 = --disable-ipv6
-endif
-
ifneq ($(BR2_INSTALL_LIBSTDCPP),y)
TARGET_CONFIGURE_OPTS += CXX=false
endif