diff options
author | Felix Fietkau <nbd@openwrt.org> | 2012-03-19 21:10:00 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2012-03-19 21:10:00 +0000 |
commit | 1147799b854c737693e8e07a8aed960273d2e2b0 (patch) | |
tree | 58ecc8305a5ab58e5cc11965646334b10af082f5 /package/netifd | |
parent | f33c1deb657286804d2eb50f148db4e5063f2595 (diff) | |
download | upstream-1147799b854c737693e8e07a8aed960273d2e2b0.tar.gz upstream-1147799b854c737693e8e07a8aed960273d2e2b0.tar.bz2 upstream-1147799b854c737693e8e07a8aed960273d2e2b0.zip |
netifd: update to latest version, fixes log buffer handling issues, dns issues and various sit tunnel related issues
SVN-Revision: 31035
Diffstat (limited to 'package/netifd')
-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 71c9ffb9df..3cdbfe37f4 100644 --- a/package/netifd/Makefile +++ b/package/netifd/Makefile @@ -1,13 +1,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=netifd -PKG_VERSION:=2012-03-15 +PKG_VERSION:=2012-03-19 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:=395199fcd4a1dbf8f52f13ec3e19ff568958e8e7 +PKG_SOURCE_VERSION:=655ef783b1d5f72af3acccc87455c365fea4ad42 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz # PKG_MIRROR_MD5SUM:= # CMAKE_INSTALL:=1 |