diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-03-17 09:36:25 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-03-17 09:36:25 +0100 |
commit | 521eddfc1e29218e26e3080c095a519ea3f8156d (patch) | |
tree | d482a4df281d75e8edd5d1b3367af569ef0041d8 /target/linux | |
parent | aff23dc7add4de58a59715941e1f2c2584d89edd (diff) |
optimize miniconfigs, enable netstuff by default
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/config/Config.in.network | 8 | ||||
-rw-r--r-- | target/linux/kernel.config | 3 |
2 files changed, 3 insertions, 8 deletions
diff --git a/target/linux/config/Config.in.network b/target/linux/config/Config.in.network index 00d05dcd4..71a510d69 100644 --- a/target/linux/config/Config.in.network +++ b/target/linux/config/Config.in.network @@ -1,13 +1,5 @@ menu "Network support" -config ADK_KERNEL_INET - boolean - default y - -config ADK_KERNEL_NET_CORE - boolean - default y - config ADK_KERNEL_IP_FIB_HASH boolean default y diff --git a/target/linux/kernel.config b/target/linux/kernel.config index 01bb061b3..9c6c96c01 100644 --- a/target/linux/kernel.config +++ b/target/linux/kernel.config @@ -12,6 +12,9 @@ CONFIG_PACKET=y CONFIG_UNIX=y CONFIG_XFRM=y CONFIG_INET=y +CONFIG_NETDEVICES=y +CONFIG_NET_CORE=y +CONFIG_ETHERNET=y CONFIG_PROC_FS=y CONFIG_PROC_SYSCTL=y CONFIG_BLOCK=y |