aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDenis 'GNUtoo' Carikli <GNUtoo@no-log.org>2013-03-09 21:04:40 +0100
committerDenis 'GNUtoo' Carikli <GNUtoo@no-log.org>2013-07-21 00:13:18 +0200
commit25e1ec21e80315c3817add63d9f871c469ebbbb8 (patch)
tree5a58cdf7b30db02bcc35e4bfcab113685ca0b955
parent33eddf7af3bfe3e24ab76dfad47d6c852013d9b7 (diff)
downloadkernel_goldelico_gta04-25e1ec21e80315c3817add63d9f871c469ebbbb8.zip
kernel_goldelico_gta04-25e1ec21e80315c3817add63d9f871c469ebbbb8.tar.gz
kernel_goldelico_gta04-25e1ec21e80315c3817add63d9f871c469ebbbb8.tar.bz2
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 <GNUtoo@no-log.org>
-rw-r--r--arch/arm/configs/gta04_defconfig2
1 files changed, 1 insertions, 1 deletions
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