netifd: device update fixes, improvements in policy routing
Signed-off-by: Steven Barth <steven@midlink.org> SVN-Revision: 44899
This commit is contained in:
parent
dac483acb4
commit
b27efd6e07
1 changed files with 2 additions and 2 deletions
|
@ -1,13 +1,13 @@
|
|||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=netifd
|
||||
PKG_VERSION:=2015-03-15
|
||||
PKG_VERSION:=2015-03-20
|
||||
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:=45fd905c980e56b20770d4b34556749fbca53fcc
|
||||
PKG_SOURCE_VERSION:=2fb3d0e9205e2a4cea38062caefd7251f562866d
|
||||
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