bb39b8d99a
Update our copies of the brcm2708 patches to the latest rpi-3.10-y rebased against linux-3.10.y stable (3.10.32). This should hopefully make it easier for us in the future to leverage the raspberry/rpi-* branches. Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 39770
21 lines
633 B
Diff
21 lines
633 B
Diff
From 962104e8624908c51af0bdea615a12beb348ba96 Mon Sep 17 00:00:00 2001
|
|
From: popcornmix <popcornmix@gmail.com>
|
|
Date: Wed, 18 Dec 2013 22:52:07 +0000
|
|
Subject: [PATCH 129/174] config: Add CONFIG_IPV6_TUNNEL See:
|
|
https://github.com/raspberrypi/linux/issues/464
|
|
|
|
---
|
|
arch/arm/configs/bcmrpi_defconfig | 1 +
|
|
1 file changed, 1 insertion(+)
|
|
|
|
--- a/arch/arm/configs/bcmrpi_defconfig
|
|
+++ b/arch/arm/configs/bcmrpi_defconfig
|
|
@@ -95,6 +95,7 @@ CONFIG_IPV6_PRIVACY=y
|
|
CONFIG_INET6_AH=m
|
|
CONFIG_INET6_ESP=m
|
|
CONFIG_INET6_IPCOMP=m
|
|
+CONFIG_IPV6_TUNNEL=m
|
|
CONFIG_IPV6_MULTIPLE_TABLES=y
|
|
CONFIG_IPV6_MROUTE=y
|
|
CONFIG_IPV6_MROUTE_MULTIPLE_TABLES=y
|