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/lantiq/xway | |
parent | 90fe39fa8ba4c71ed950b4f364f2d70aafb2c04d (diff) | |
download | master-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/lantiq/xway')
-rw-r--r-- | target/linux/lantiq/xway/config-3.14 | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/target/linux/lantiq/xway/config-3.14 b/target/linux/lantiq/xway/config-3.14 index 687c3cdd77..d71ba18d11 100644 --- a/target/linux/lantiq/xway/config-3.14 +++ b/target/linux/lantiq/xway/config-3.14 @@ -7,7 +7,6 @@ CONFIG_CRC16=y CONFIG_CRYPTO_DEFLATE=y CONFIG_CRYPTO_LZO=y CONFIG_FIRMWARE_IN_KERNEL=y -CONFIG_GENERIC_NET_UTILS=y CONFIG_GPIO_DEVRES=y # CONFIG_HAVE_64BIT_ALIGNED_ACCESS is not set CONFIG_HAVE_ARCH_TRACEHOOK=y |