Skip to content

Commit 51054cf

Browse files
committed
Update friendlywrt-self.patch
1 parent 0221991 commit 51054cf

File tree

1 file changed

+18
-4
lines changed

1 file changed

+18
-4
lines changed

friendlywrt-self.patch

Lines changed: 18 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
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

67
diff --git a/package/libs/libjson-c/Makefile b/package/libs/libjson-c/Makefile
78
index 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

0 commit comments

Comments
 (0)