mirror of https://github.com/hak5/openwrt.git
netifd: update to latest version, fixes interface error reporting for shell proto handlers
SVN-Revision: 34741lede-17.01
parent
1bdea42662
commit
bf34eeaea4
|
@ -1,13 +1,13 @@
|
|||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=netifd
|
||||
PKG_VERSION:=2012-12-17
|
||||
PKG_VERSION:=2012-12-17.1
|
||||
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:=91c0d4d5a67e95dc21cdb0fe7229ccb73d6975a7
|
||||
PKG_SOURCE_VERSION:=2eca28705a27ab37ee902308af2c134c64c95e61
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz
|
||||
PKG_MAINTAINER:=Felix Fietkau <nbd@openwrt.org>
|
||||
# PKG_MIRROR_MD5SUM:=
|
||||
|
|
Loading…
Reference in New Issue