diff options
author | Steven Barth <cyrus@openwrt.org> | 2014-06-17 12:43:30 +0000 |
---|---|---|
committer | Steven Barth <cyrus@openwrt.org> | 2014-06-17 12:43:30 +0000 |
commit | 1e989206f4fad18d2deccf82e99e2edc4d9fee69 (patch) | |
tree | 4f67830f3b6c79b0d07af5bf6dbc8a07d7f8718c /package/network/utils/iproute2/Makefile | |
parent | c8b4058bf3fd9047fb78a0b8c425a66ca56ecf39 (diff) | |
download | upstream-1e989206f4fad18d2deccf82e99e2edc4d9fee69.tar.gz upstream-1e989206f4fad18d2deccf82e99e2edc4d9fee69.tar.bz2 upstream-1e989206f4fad18d2deccf82e99e2edc4d9fee69.zip |
iproute2: update version to 3.15.0, refresh patches, add maintainer
Signed-off-by: Russell Senior <russell@personaltelco.net>
SVN-Revision: 41227
Diffstat (limited to 'package/network/utils/iproute2/Makefile')
-rw-r--r-- | package/network/utils/iproute2/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/package/network/utils/iproute2/Makefile b/package/network/utils/iproute2/Makefile index 7cc2fb43c7..558855ff4c 100644 --- a/package/network/utils/iproute2/Makefile +++ b/package/network/utils/iproute2/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2006-2013 OpenWrt.org +# Copyright (C) 2006-2014 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=iproute2 -PKG_VERSION:=3.11.0 +PKG_VERSION:=3.15.0 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=http://kernel.org/pub/linux/utils/net/iproute2/ -PKG_MD5SUM:=d7ffb27bc9f0d80577b1f3fb9d1a7689 +PKG_MD5SUM:=5b1711c9d16071959052e369a2682d77 PKG_BUILD_PARALLEL:=1 PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(BUILD_VARIANT)/$(PKG_NAME)-$(PKG_VERSION) @@ -24,8 +24,9 @@ define Package/iproute2/Default TITLE:=Routing control utility ($(2)) SECTION:=net CATEGORY:=Network - URL:=http://linux-net.osdl.org/index.php/Iproute2 + URL:=http://www.linuxfoundation.org/collaborate/workgroups/networking/iproute2 SUBMENU:=Routing and Redirection + MAINTAINER:=Russell Senior <russell@personaltelco.net> DEPENDS:= +libnl-tiny VARIANT:=$(1) endef |