diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2011-01-13 17:26:47 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2011-01-13 17:27:13 +0100 |
commit | 1ee30e3c419824f45dc52d67516274548548b574 (patch) | |
tree | 1236b86768cd24425234fb99486ed342c5d427fb /target/linux/config/Config.in.network | |
parent | d512d21dc70b6ab7151b43c0e302255434260d32 (diff) |
update to Linux Kernel 2.6.37
Diffstat (limited to 'target/linux/config/Config.in.network')
-rw-r--r-- | target/linux/config/Config.in.network | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/target/linux/config/Config.in.network b/target/linux/config/Config.in.network index b7555bd12..1bbf681dc 100644 --- a/target/linux/config/Config.in.network +++ b/target/linux/config/Config.in.network @@ -24,6 +24,10 @@ config ADK_KERNEL_NET_IPGRE_BROADCAST boolean default n +config ADK_KERNEL_NET_IPGRE_DEMUX + boolean + default n + config ADK_KERNEL_PPP_ASYNC boolean default n @@ -134,11 +138,11 @@ config ADK_KPACKAGE_KMOD_NET_IPIP mobile-IP facilities (allowing laptops to seamlessly move between networks without changing their IP addresses). - config ADK_KPACKAGE_KMOD_NET_IPGRE prompt "kmod-net-ipgre.................... GRE tunnels over IP" tristate - #depends on ADK_KPACKAGE_KMOD_NET_IPGRE_BROADCAST + select ADK_KERNEL_NET_IPGRE_BROADCAST + select ADK_KERNEL_NET_IPGRE_DEMUX default n help Tunneling means encapsulating data of one protocol type within |