diff options
author | Changhyeok Bae <changhyeok.bae@gmail.com> | 2017-12-14 00:26:50 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-01-19 12:37:14 +0000 |
commit | 01e10aa1d06f4750edb00e0a8a50e502957f0db7 (patch) | |
tree | 9f473d1b6bb57c54f6b9a01ce052212258d23315 /meta/recipes-connectivity/iproute2/iproute2.inc | |
parent | 66d783ca67e84adc8a1387fb7aaeb2039c480347 (diff) | |
download | poky-01e10aa1d06f4750edb00e0a8a50e502957f0db7.tar.gz |
iproute2: 4.13.0 -> 4.14.1
- This release features JSON output for many commands and greater
support of offloading to hardware.
- Config is changed to config.mk
(From OE-Core rev: d633f99cbb4b72876953667b23076ade51c063f0)
Signed-off-by: Changhyeok Bae <changhyeok.bae@gmail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-connectivity/iproute2/iproute2.inc')
-rw-r--r-- | meta/recipes-connectivity/iproute2/iproute2.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-connectivity/iproute2/iproute2.inc b/meta/recipes-connectivity/iproute2/iproute2.inc index a578eb3afa..b404eedbfb 100644 --- a/meta/recipes-connectivity/iproute2/iproute2.inc +++ b/meta/recipes-connectivity/iproute2/iproute2.inc | |||
@@ -21,7 +21,7 @@ EXTRA_OEMAKE = "CC='${CC}' KERNEL_INCLUDE=${STAGING_INCDIR} DOCDIR=${docdir}/ipr | |||
21 | do_configure_append () { | 21 | do_configure_append () { |
22 | sh configure ${STAGING_INCDIR} | 22 | sh configure ${STAGING_INCDIR} |
23 | # Explicitly disable ATM support | 23 | # Explicitly disable ATM support |
24 | sed -i -e '/TC_CONFIG_ATM/d' Config | 24 | sed -i -e '/TC_CONFIG_ATM/d' config.mk |
25 | } | 25 | } |
26 | 26 | ||
27 | do_install () { | 27 | do_install () { |