diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-08-19 14:59:33 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-08-19 14:59:33 +0000 |
commit | 163711a470c242dcf704e394d5fe2c913b9c0caa (patch) | |
tree | bf6c50b8e733f90ac3266bea5731fb52c35ced96 | |
parent | 15651c68cfa3f423b1f45f25bc8d0107580eff35 (diff) |
enable ipip for aruba
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4609 3c298f89-4303-0410-b956-a3cf2f4a3e73
-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 7385a47f8..d215e2213 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 |