diff options
author | Hans Dedecker <dedeckeh@gmail.com> | 2019-02-19 15:10:45 +0100 |
---|---|---|
committer | Hans Dedecker <dedeckeh@gmail.com> | 2019-02-19 15:22:28 +0100 |
commit | 96060b3018763268324bfdbc151b42a9b2adbe42 (patch) | |
tree | 927c6ae41987184cc33e6673df6e5f2c17080f2c /package/network/utils/iproute2/Makefile | |
parent | afe00a79eea7395e8f6d0a59ac803ca705a33d65 (diff) | |
download | upstream-96060b3018763268324bfdbc151b42a9b2adbe42.tar.gz upstream-96060b3018763268324bfdbc151b42a9b2adbe42.tar.bz2 upstream-96060b3018763268324bfdbc151b42a9b2adbe42.zip |
Revert "iproute2: tc: reduce size of dynamic symbol table"
This reverts commit 248797834bf21916ddf663edc96d86ee5377850e as it breaks the
installation of the iproute2 utilities ip-bridge, ss, nstat, devlink and rdma
for the ip-full variant
Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
Diffstat (limited to 'package/network/utils/iproute2/Makefile')
-rw-r--r-- | package/network/utils/iproute2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/network/utils/iproute2/Makefile b/package/network/utils/iproute2/Makefile index d2fe433236..6e20e34dd8 100644 --- a/package/network/utils/iproute2/Makefile +++ b/package/network/utils/iproute2/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=iproute2 PKG_VERSION:=4.20.0 -PKG_RELEASE:=2 +PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=@KERNEL/linux/utils/net/iproute2 |