From 2ab06c6bcbc3612e0fe8b79c0d9094ddb3ff0bd9 Mon Sep 17 00:00:00 2001 From: Denis 'GNUtoo' Carikli Date: Sat, 9 Mar 2013 21:04:40 +0100 Subject: gta04_defconfig: add ipv6 as =y(not as =m) to fix compilation. Without that fix we have: activity_stats.c:(.text+0x46078): undefined reference to `rt6_lookup' activity_stats.c:(.text+0x461b4): undefined reference to `in6addr_any' Signed-off-by: Denis 'GNUtoo' Carikli --- arch/arm/configs/gta04_defconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/configs/gta04_defconfig b/arch/arm/configs/gta04_defconfig index 136a566..a5b526b 100644 --- a/arch/arm/configs/gta04_defconfig +++ b/arch/arm/configs/gta04_defconfig @@ -607,7 +607,7 @@ CONFIG_DEFAULT_CUBIC=y # CONFIG_DEFAULT_RENO is not set CONFIG_DEFAULT_TCP_CONG="cubic" # CONFIG_TCP_MD5SIG is not set -CONFIG_IPV6=m +CONFIG_IPV6=y # CONFIG_IPV6_PRIVACY is not set # CONFIG_IPV6_ROUTER_PREF is not set # CONFIG_IPV6_OPTIMISTIC_DAD is not set -- cgit v1.1