diff options
author | Hans Dedecker <dedeckeh@gmail.com> | 2017-10-01 21:46:27 +0200 |
---|---|---|
committer | Hans Dedecker <dedeckeh@gmail.com> | 2017-10-13 21:48:44 +0200 |
commit | db18cee2d75d88e2ae88e3d1f75b5b3359ed6f19 (patch) | |
tree | 0c58790bbda4cfaeea8f85be90e7b18d104a0062 /package/network/utils/iproute2/patches/001-config.patch | |
parent | 5bd006aa2689d1ec813936b13eb1eb85ef4a0ab8 (diff) | |
download | mtk-20170518-db18cee2d75d88e2ae88e3d1f75b5b3359ed6f19.zip mtk-20170518-db18cee2d75d88e2ae88e3d1f75b5b3359ed6f19.tar.gz mtk-20170518-db18cee2d75d88e2ae88e3d1f75b5b3359ed6f19.tar.bz2 |
iproute2: bump to 4.13
Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
Diffstat (limited to 'package/network/utils/iproute2/patches/001-config.patch')
-rw-r--r-- | package/network/utils/iproute2/patches/001-config.patch | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/package/network/utils/iproute2/patches/001-config.patch b/package/network/utils/iproute2/patches/001-config.patch index b3208e0..7f23cfc 100644 --- a/package/network/utils/iproute2/patches/001-config.patch +++ b/package/network/utils/iproute2/patches/001-config.patch @@ -1,8 +1,7 @@ --- /dev/null +++ b/Config -@@ -0,0 +1,5 @@ +@@ -0,0 +1,4 @@ +# Fixed config to disable ATM support even if present on host system +IP_CONFIG_SETNS:=y +TC_CONFIG_ATM:=n +TC_CONFIG_XT:=y -+HAVE_MNL:=y |