netifd: update to current git head, exposes enabled state, mtu and metric overrides for routes
SVN-Revision: 32524
This commit is contained in:
parent
52bae2d2bd
commit
1f8d8dca76
1 changed files with 2 additions and 2 deletions
|
@ -1,13 +1,13 @@
|
|||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=netifd
|
||||
PKG_VERSION:=2012-06-27
|
||||
PKG_VERSION:=2012-06-29
|
||||
PKG_RELEASE=$(PKG_SOURCE_VERSION)
|
||||
|
||||
PKG_SOURCE_PROTO:=git
|
||||
PKG_SOURCE_URL:=git://nbd.name/luci2/netifd.git
|
||||
PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)
|
||||
PKG_SOURCE_VERSION:=13f7f295f33c2639c390d4a6b2c58d1845e12fc3
|
||||
PKG_SOURCE_VERSION:=4b284038e226b4deace501eae66c67737c7f324c
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz
|
||||
# PKG_MIRROR_MD5SUM:=
|
||||
# CMAKE_INSTALL:=1
|
||||
|
|
Loading…
Reference in a new issue