diff options
author | Ryan Mounce <ryan@mounce.com.au> | 2019-02-28 15:51:36 +0000 |
---|---|---|
committer | Ryan Mounce <ryan@mounce.com.au> | 2019-03-20 07:07:15 +1030 |
commit | ffb2a3aa2a5154f39110e56e00f49e44ebbc07e1 (patch) | |
tree | 11c6d471d7f6aa9cb1010ef67a7daf414cb203a1 /package/network/utils/iproute2/Makefile | |
parent | 6d5762f6d82463a3ae5b7037489f4e867debccd6 (diff) | |
download | upstream-ffb2a3aa2a5154f39110e56e00f49e44ebbc07e1.tar.gz upstream-ffb2a3aa2a5154f39110e56e00f49e44ebbc07e1.tar.bz2 upstream-ffb2a3aa2a5154f39110e56e00f49e44ebbc07e1.zip |
iproute2: add cake fwmark support
Signed-off-by: Ryan Mounce <ryan@mounce.com.au>
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 96ad4a0ae3..f284f8d060 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:=3 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=@KERNEL/linux/utils/net/iproute2 |