diff options
author | John Crispin <john@openwrt.org> | 2015-03-06 07:55:57 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2015-03-06 07:55:57 +0000 |
commit | 7886cced18e63542bcae01b8e2a552a33d18425f (patch) | |
tree | 7cd94bb36779c1d2515abfd4005daa440ba00071 /target/linux/cns3xxx | |
parent | f40e7946ce7ec24de65a60fe4e5eb50f3477d5f7 (diff) | |
download | upstream-7886cced18e63542bcae01b8e2a552a33d18425f.tar.gz upstream-7886cced18e63542bcae01b8e2a552a33d18425f.tar.bz2 upstream-7886cced18e63542bcae01b8e2a552a33d18425f.zip |
kernel: remove GENERIC_NET_UTILS from platform configs
CONFIG_GENERIC_NET_UTILS is selected by CONFIG_NET and already enabled
in generic config, so we don't need this symbol in platform specific
configurations.
Signed-off-by: Sergey Ryazanov <ryazanov.s.a@gmail.com>
SVN-Revision: 44611
Diffstat (limited to 'target/linux/cns3xxx')
-rw-r--r-- | target/linux/cns3xxx/config-3.14 | 1 | ||||
-rw-r--r-- | target/linux/cns3xxx/config-3.18 | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/target/linux/cns3xxx/config-3.14 b/target/linux/cns3xxx/config-3.14 index b3723924d5..fb1e52e71a 100644 --- a/target/linux/cns3xxx/config-3.14 +++ b/target/linux/cns3xxx/config-3.14 @@ -77,7 +77,6 @@ CONFIG_GENERIC_IDLE_POLL_SETUP=y CONFIG_GENERIC_IO=y CONFIG_GENERIC_IRQ_CHIP=y CONFIG_GENERIC_IRQ_SHOW=y -CONFIG_GENERIC_NET_UTILS=y CONFIG_GENERIC_PCI_IOMAP=y CONFIG_GENERIC_SCHED_CLOCK=y CONFIG_GENERIC_SMP_IDLE_THREAD=y diff --git a/target/linux/cns3xxx/config-3.18 b/target/linux/cns3xxx/config-3.18 index a17544fe78..a4f7736c75 100644 --- a/target/linux/cns3xxx/config-3.18 +++ b/target/linux/cns3xxx/config-3.18 @@ -84,7 +84,6 @@ CONFIG_GENERIC_IDLE_POLL_SETUP=y CONFIG_GENERIC_IO=y CONFIG_GENERIC_IRQ_CHIP=y CONFIG_GENERIC_IRQ_SHOW=y -CONFIG_GENERIC_NET_UTILS=y CONFIG_GENERIC_PCI_IOMAP=y CONFIG_GENERIC_SCHED_CLOCK=y CONFIG_GENERIC_SMP_IDLE_THREAD=y |