diff options
author | Luka Perkov <luka@openwrt.org> | 2014-11-30 01:14:12 +0000 |
---|---|---|
committer | Luka Perkov <luka@openwrt.org> | 2014-11-30 01:14:12 +0000 |
commit | dac3d29ec5ec3bea5703f1e197f55af59eaa9443 (patch) | |
tree | dc2da61821147cc9185f75c72b35e50c240315b6 /target | |
parent | 44d5800fe14ecf8cb5276931f3b3f48ee3f19e4f (diff) | |
download | upstream-dac3d29ec5ec3bea5703f1e197f55af59eaa9443.tar.gz upstream-dac3d29ec5ec3bea5703f1e197f55af59eaa9443.tar.bz2 upstream-dac3d29ec5ec3bea5703f1e197f55af59eaa9443.zip |
generic: set CONFIG_GENERIC_NET_UTILS
Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 43431
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/generic/config-3.14 | 1 | ||||
-rw-r--r-- | target/linux/generic/config-3.18 | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/target/linux/generic/config-3.14 b/target/linux/generic/config-3.14 index 1f5397dc1d..8d11376cb4 100644 --- a/target/linux/generic/config-3.14 +++ b/target/linux/generic/config-3.14 @@ -1075,6 +1075,7 @@ CONFIG_GENERIC_CALIBRATE_DELAY=y CONFIG_GENERIC_HARDIRQS=y CONFIG_GENERIC_HWEIGHT=y CONFIG_GENERIC_IRQ_PROBE=y +CONFIG_GENERIC_NET_UTILS=y # CONFIG_GENERIC_PHY is not set CONFIG_GENERIC_TIME=y # CONFIG_GENWQE is not set diff --git a/target/linux/generic/config-3.18 b/target/linux/generic/config-3.18 index 3dab153920..bbd2c8dbd3 100644 --- a/target/linux/generic/config-3.18 +++ b/target/linux/generic/config-3.18 @@ -1120,6 +1120,7 @@ CONFIG_GENERIC_CALIBRATE_DELAY=y CONFIG_GENERIC_HARDIRQS=y CONFIG_GENERIC_HWEIGHT=y CONFIG_GENERIC_IRQ_PROBE=y +CONFIG_GENERIC_NET_UTILS=y # CONFIG_GENERIC_PHY is not set CONFIG_GENERIC_TIME=y # CONFIG_GENWQE is not set |