From d1ffa06a093388fdd1fcabd0712d478757a28728 Mon Sep 17 00:00:00 2001 From: Bernhard Reutner-Fischer Date: Tue, 21 Aug 2007 13:21:44 +0000 Subject: - propagate IPv6 setting down to the kernel --- target/linux/Makefile.in | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'target/linux/Makefile.in') diff --git a/target/linux/Makefile.in b/target/linux/Makefile.in index d6835efd1..8123e5b09 100644 --- a/target/linux/Makefile.in +++ b/target/linux/Makefile.in @@ -120,6 +120,12 @@ ifeq ($(BR2_ARM_EABI),y) echo "# CONFIG_OABI_COMPAT is not set" >> $(LINUX26_DIR)/.config else echo "# CONFIG_AEABI is not set" >> $(LINUX26_DIR)/.config +endif + $(SED) '/CONFIG_IPV6/d' $(LINUX26_DIR)/.config +ifeq ($(BR2_INET_IPV6),y) + echo "CONFIG_IPV6=y" >> $(LINUX26_DIR)/.config +else + echo "# CONFIG_IPV6 is not set" >> $(LINUX26_DIR)/.config endif ifeq ($(BR2_TARGET_ROOTFS_INITRAMFS),y) $(SED) '/CONFIG_INITRAMFS_SOURCE/d' $(LINUX26_DIR)/.config -- cgit v1.2.3