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/netlogic | |
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/netlogic')
-rw-r--r-- | target/linux/netlogic/config-default | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/target/linux/netlogic/config-default b/target/linux/netlogic/config-default index f93fd347bf..ded67ef7c6 100644 --- a/target/linux/netlogic/config-default +++ b/target/linux/netlogic/config-default @@ -49,7 +49,6 @@ CONFIG_GENERIC_CLOCKEVENTS_BUILD=y CONFIG_GENERIC_CMOS_UPDATE=y CONFIG_GENERIC_IO=y CONFIG_GENERIC_IRQ_SHOW=y -CONFIG_GENERIC_NET_UTILS=y CONFIG_GENERIC_PCI_IOMAP=y CONFIG_GENERIC_SMP_IDLE_THREAD=y CONFIG_HARDWARE_WATCHPOINTS=y |