diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2009-11-25 21:13:21 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2009-11-25 21:13:21 +0100 |
commit | 02e9bb0970ba681f228dc642b1e5026cc97047c7 (patch) | |
tree | 3521f7ffac2ffbb868e88fbaff85018b5fee54a5 /target/linux | |
parent | 23153b00979f7e0e6b1dee395db7215185ba501b (diff) |
simplify buildsystem
- remove ADK_IPV6, ADK_CXX and ADK_X11
- enable ipv6 by default in uclibc
- enable build of c++ compiler by default
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/config/Config.in.network | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/target/linux/config/Config.in.network b/target/linux/config/Config.in.network index 7611c03aa..349f4a9fd 100644 --- a/target/linux/config/Config.in.network +++ b/target/linux/config/Config.in.network @@ -124,7 +124,6 @@ config ADK_KPACKAGE_KMOD_NET_IPGRE config ADK_KPACKAGE_KMOD_IPV6 prompt "kmod-ipv6......................... IPv6 support" tristate - depends on ADK_IPV6 default n help This is complemental support for the IP version 6. @@ -139,7 +138,6 @@ config ADK_KPACKAGE_KMOD_IPV6 config ADK_KPACKAGE_KMOD_IPV6_SIT prompt "kmod-ipv6-sit..................... IPv6-in-IPv4 tunnel (SIT driver)" tristate - depends on ADK_IPV6 select ADK_KPACKAGE_KMOD_INET_TUNNEL default n help |