diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2009-06-04 19:51:01 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2009-06-04 19:51:01 +0200 |
commit | cf7d637ee9c6034152f9f789c8e65893f0295289 (patch) | |
tree | b6bc077658a89d8a65446f592186c9ca98b13a3e /target/linux | |
parent | 322327d668e6cef8bb5f318bc414593794530b7b (diff) |
first regressions found while runtime testing
- fix add_rconf and quoting
- update gpsd to latest upstream
- do not use size parameter for cfgfs and tmpfs
- disable some dangerous busybox options
- fix some kernel module dependencies
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/config/Config.in.network | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/target/linux/config/Config.in.network b/target/linux/config/Config.in.network index 724233ab3..9b999bf0f 100644 --- a/target/linux/config/Config.in.network +++ b/target/linux/config/Config.in.network @@ -84,9 +84,15 @@ config ADK_KPACKAGE_KMOD_BRIDGE Enabling arptables support when bridging will let arptables see bridged ARP traffic in the arptables FORWARD chain. +config ADK_KPACKAGE_KMOD_INET_TUNNEL + tristate + default n + help + config ADK_KPACKAGE_KMOD_NET_IPIP prompt "kmod-net-ipip..................... IP in IP encapsulation support" tristate + select ADK_KPACKAGE_KMOD_INET_TUNNEL default n help Tunneling means encapsulating data of one protocol type within @@ -134,6 +140,7 @@ config ADK_KPACKAGE_KMOD_IPV6_SIT prompt "kmod-ipv6-sit..................... IPv6-in-IPv4 tunnel (SIT driver)" tristate depends ADK_IPV6 + select ADK_KPACKAGE_KMOD_INET_TUNNEL default n help Tunneling means encapsulating data of one protocol type within |