diff options
author | Felix Fietkau <nbd@openwrt.org> | 2012-04-12 13:58:07 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2012-04-12 13:58:07 +0000 |
commit | 8b7533c496b37c075bf17921a702eb8deb2a5fae (patch) | |
tree | 1ad40877fca3674e636cd51a1b21e69b7fa945d0 | |
parent | e3889bcf7c8ad2eff0eaeb62dbc4c0977a972788 (diff) | |
download | upstream-8b7533c496b37c075bf17921a702eb8deb2a5fae.tar.gz upstream-8b7533c496b37c075bf17921a702eb8deb2a5fae.tar.bz2 upstream-8b7533c496b37c075bf17921a702eb8deb2a5fae.zip |
netifd: update to 2012-04-12, fixes interface reconnect issues and improves interface status info
SVN-Revision: 31261
-rw-r--r-- | package/netifd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/netifd/Makefile b/package/netifd/Makefile index 3fd659f356..4a2bc8148a 100644 --- a/package/netifd/Makefile +++ b/package/netifd/Makefile @@ -1,13 +1,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=netifd -PKG_VERSION:=2012-03-28 +PKG_VERSION:=2012-04-12 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:=f196d048107c1c28bf6ddda31f0927a5893e5f3d +PKG_SOURCE_VERSION:=1aa37f77cd92a6aee0c512ca6e3f56f388ed2922 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz # PKG_MIRROR_MD5SUM:= # CMAKE_INSTALL:=1 |