diff options
author | Felix Fietkau <nbd@openwrt.org> | 2006-08-19 14:59:33 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2006-08-19 14:59:33 +0000 |
commit | 5ed85f63ed079294006b324126399dd11927eab4 (patch) | |
tree | bf6c50b8e733f90ac3266bea5731fb52c35ced96 /target/linux/aruba-2.6 | |
parent | a09eff835e764fe8e188d8fd29f9f3c085875e18 (diff) | |
download | upstream-5ed85f63ed079294006b324126399dd11927eab4.tar.gz upstream-5ed85f63ed079294006b324126399dd11927eab4.tar.bz2 upstream-5ed85f63ed079294006b324126399dd11927eab4.zip |
enable ipip for aruba
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4609 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/aruba-2.6')
-rw-r--r-- | target/linux/aruba-2.6/config | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/aruba-2.6/config b/target/linux/aruba-2.6/config index 7385a47f86..d215e22138 100644 --- a/target/linux/aruba-2.6/config +++ b/target/linux/aruba-2.6/config @@ -1,7 +1,7 @@ # # Automatically generated make config: don't edit # Linux kernel version: 2.6.17 -# Mon Jun 19 13:09:29 2006 +# Sun Aug 13 18:43:49 2006 # CONFIG_MIPS=y @@ -245,7 +245,7 @@ CONFIG_INET=y # CONFIG_IP_ADVANCED_ROUTER is not set CONFIG_IP_FIB_HASH=y # CONFIG_IP_PNP is not set -# CONFIG_NET_IPIP is not set +CONFIG_NET_IPIP=m # CONFIG_NET_IPGRE is not set # CONFIG_IPSEC_NAT_TRAVERSAL is not set # CONFIG_ARPD is not set |