diff options
author | Luka Perkov <luka@openwrt.org> | 2013-05-14 23:49:31 +0000 |
---|---|---|
committer | Luka Perkov <luka@openwrt.org> | 2013-05-14 23:49:31 +0000 |
commit | 5be36cbe834dd22a0f2692b9b984ba13307543fa (patch) | |
tree | 853af1ad461eaecde0c9c2d0ae015de7b6ba63de /package/network/utils/iproute2/Makefile | |
parent | d090eea12588607a7fefaa9cf552e06230276c91 (diff) | |
download | mtk-20170518-5be36cbe834dd22a0f2692b9b984ba13307543fa.zip mtk-20170518-5be36cbe834dd22a0f2692b9b984ba13307543fa.tar.gz mtk-20170518-5be36cbe834dd22a0f2692b9b984ba13307543fa.tar.bz2 |
iproute2: print help in connmark
SVN-Revision: 36637
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 578010f..a875ffc 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:=3.7.0 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=http://kernel.org/pub/linux/utils/net/iproute2/ |