netifd: update to latest version, fixes some use-after-free issues
SVN-Revision: 29439
This commit is contained in:
parent
84b97dc0fb
commit
ff7f354874
1 changed files with 2 additions and 2 deletions
|
@ -1,13 +1,13 @@
|
|||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=netifd
|
||||
PKG_VERSION:=2011-11-13
|
||||
PKG_VERSION:=2011-12-04
|
||||
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:=e8714a2ef87d0741ca05e2ef30158452f30fed17
|
||||
PKG_SOURCE_VERSION:=a6baf95e700f1abe8dafe71f5f8722baea6b6ac2
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz
|
||||
# PKG_MIRROR_MD5SUM:=
|
||||
# CMAKE_INSTALL:=1
|
||||
|
|
Loading…
Reference in a new issue