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/rt288x | |
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/rt288x')
-rw-r--r-- | target/linux/ramips/rt288x/config-3.14 | 1 | ||||
-rw-r--r-- | target/linux/ramips/rt288x/config-3.18 | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/target/linux/ramips/rt288x/config-3.14 b/target/linux/ramips/rt288x/config-3.14 index 84e73750ff..b70a4a64fe 100644 --- a/target/linux/ramips/rt288x/config-3.14 +++ b/target/linux/ramips/rt288x/config-3.14 @@ -41,7 +41,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 diff --git a/target/linux/ramips/rt288x/config-3.18 b/target/linux/ramips/rt288x/config-3.18 index 36b48643e7..28d2927882 100644 --- a/target/linux/ramips/rt288x/config-3.18 +++ b/target/linux/ramips/rt288x/config-3.18 @@ -41,7 +41,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 |