File tree Expand file tree Collapse file tree 1 file changed +18
-4
lines changed
Expand file tree Collapse file tree 1 file changed +18
-4
lines changed Original file line number Diff line number Diff line change 1- package/libs/libjson-c/Makefile | 1 +
2- package/libs/libpcap/Makefile | 3 ++-
3- package/libs/libubox/Makefile | 2 +-
4- 3 files changed, 4 insertions(+), 2 deletions(-)
1+ package/libs/libjson-c/Makefile | 1 +
2+ package/libs/libpcap/Makefile | 3 ++-
3+ package/libs/libubox/Makefile | 2 +-
4+ package/network/utils/iproute2/Makefile | 2 +-
5+ 4 files changed, 5 insertions(+), 3 deletions(-)
56
67diff --git a/package/libs/libjson-c/Makefile b/package/libs/libjson-c/Makefile
78index 746a147..522de06 100644
@@ -48,4 +49,17 @@ index 97a4599..49bf583 100644
4849+ ABI_VERSION:=20191228
4950 DEPENDS:=
5051 endef
52+
53+ diff --git a/package/network/utils/iproute2/Makefile b/package/network/utils/iproute2/Makefile
54+ index 8617a8e..cb97898 100644
55+ --- a/package/network/utils/iproute2/Makefile
56+ +++ b/package/network/utils/iproute2/Makefile
57+ @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
58+
59+ PKG_NAME:=iproute2
60+ PKG_VERSION:=5.0.0
61+ - PKG_RELEASE:=1
62+ + PKG_RELEASE:=2.1
5163
64+ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
65+ PKG_SOURCE_URL:=@KERNEL/linux/utils/net/iproute2
You can’t perform that action at this time.
0 commit comments