aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/malta
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2015-03-06 07:55:57 +0000
committerJohn Crispin <blogic@openwrt.org>2015-03-06 07:55:57 +0000
commit7b4702d2753312370dd406e432eee4a7ee0a23ad (patch)
tree8d2f767bcdd7fd5e106acfb9bad1222377b64829 /target/linux/malta
parent90fe39fa8ba4c71ed950b4f364f2d70aafb2c04d (diff)
downloadmaster-187ad058-7b4702d2753312370dd406e432eee4a7ee0a23ad.tar.gz
master-187ad058-7b4702d2753312370dd406e432eee4a7ee0a23ad.tar.bz2
master-187ad058-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/malta')
-rw-r--r--target/linux/malta/config-3.141
-rw-r--r--target/linux/malta/config-3.181
2 files changed, 0 insertions, 2 deletions
diff --git a/target/linux/malta/config-3.14 b/target/linux/malta/config-3.14
index 387bee2263..d38ca24398 100644
--- a/target/linux/malta/config-3.14
+++ b/target/linux/malta/config-3.14
@@ -59,7 +59,6 @@ CONFIG_GENERIC_CMOS_UPDATE=y
CONFIG_GENERIC_IO=y
CONFIG_GENERIC_IRQ_SHOW=y
CONFIG_GENERIC_ISA_DMA=y
-CONFIG_GENERIC_NET_UTILS=y
CONFIG_GENERIC_PCI_IOMAP=y
CONFIG_GENERIC_SMP_IDLE_THREAD=y
CONFIG_GPIO_DEVRES=y
diff --git a/target/linux/malta/config-3.18 b/target/linux/malta/config-3.18
index 3845c16cbf..48782a7ceb 100644
--- a/target/linux/malta/config-3.18
+++ b/target/linux/malta/config-3.18
@@ -61,7 +61,6 @@ CONFIG_GENERIC_CMOS_UPDATE=y
CONFIG_GENERIC_IO=y
CONFIG_GENERIC_IRQ_SHOW=y
CONFIG_GENERIC_ISA_DMA=y
-CONFIG_GENERIC_NET_UTILS=y
CONFIG_GENERIC_PCI_IOMAP=y
CONFIG_GENERIC_SMP_IDLE_THREAD=y
CONFIG_GPIO_DEVRES=y