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/ramips/mt7620 | |
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/ramips/mt7620')
-rw-r--r-- | target/linux/ramips/mt7620/config-3.14 | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/target/linux/ramips/mt7620/config-3.14 b/target/linux/ramips/mt7620/config-3.14 index 6ff1eaddfe..02dd667159 100644 --- a/target/linux/ramips/mt7620/config-3.14 +++ b/target/linux/ramips/mt7620/config-3.14 @@ -46,7 +46,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_GPIOLIB=y |