diff options
author | John Crispin <blogic@openwrt.org> | 2015-03-06 07:55:57 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2015-03-06 07:55:57 +0000 |
commit | 7b4702d2753312370dd406e432eee4a7ee0a23ad (patch) | |
tree | 8d2f767bcdd7fd5e106acfb9bad1222377b64829 /target/linux/ramips/mt7620/config-3.14 | |
parent | 90fe39fa8ba4c71ed950b4f364f2d70aafb2c04d (diff) | |
download | upstream-7b4702d2753312370dd406e432eee4a7ee0a23ad.tar.gz upstream-7b4702d2753312370dd406e432eee4a7ee0a23ad.tar.bz2 upstream-7b4702d2753312370dd406e432eee4a7ee0a23ad.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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44611 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ramips/mt7620/config-3.14')
-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 |