netifd: add metric argument for ipv4 proto routes
Signed-off-by: Steven Barth <steven@midlink.org> SVN-Revision: 45182
This commit is contained in:
parent
3d481d31ed
commit
edf9b7a2a5
1 changed files with 2 additions and 2 deletions
|
@ -1,13 +1,13 @@
|
|||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=netifd
|
||||
PKG_VERSION:=2015-03-27
|
||||
PKG_VERSION:=2015-03-31
|
||||
PKG_RELEASE=$(PKG_SOURCE_VERSION)
|
||||
|
||||
PKG_SOURCE_PROTO:=git
|
||||
PKG_SOURCE_URL:=http://git.openwrt.org/project/netifd.git
|
||||
PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)
|
||||
PKG_SOURCE_VERSION:=94bfecc312f8bcecb857d6b070d1c22869226ce4
|
||||
PKG_SOURCE_VERSION:=33429c18f64bfb3842b05d9eb86efbbdce7e909b
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz
|
||||
PKG_MAINTAINER:=Felix Fietkau <nbd@openwrt.org>
|
||||
# PKG_MIRROR_MD5SUM:=
|
||||
|
|
Loading…
Reference in a new issue