diff options
author | Felix Fietkau <nbd@openwrt.org> | 2012-05-23 20:38:45 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2012-05-23 20:38:45 +0000 |
commit | e4a0f5e8e36f494a35ed6fc491ff6ee68e8c713d (patch) | |
tree | df5859b59967c31057c1cb1d9c28d40e1d0ff143 /package/netifd/Makefile | |
parent | 192dbdd2f5d152a7e1e94c70f28f1a5b3d5be3a4 (diff) | |
download | upstream-e4a0f5e8e36f494a35ed6fc491ff6ee68e8c713d.tar.gz upstream-e4a0f5e8e36f494a35ed6fc491ff6ee68e8c713d.tar.bz2 upstream-e4a0f5e8e36f494a35ed6fc491ff6ee68e8c713d.zip |
netifd: update to latest version, adds interface alias support (#11518), and fixes network route drops on dhcp renew
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31840 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/netifd/Makefile')
-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 13758c2956..efc0db332b 100644 --- a/package/netifd/Makefile +++ b/package/netifd/Makefile @@ -1,13 +1,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=netifd -PKG_VERSION:=2012-05-20.1 +PKG_VERSION:=2012-05-23 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:=e7ac4074bf497cd19e38adbb49e2b3eb275eeb05 +PKG_SOURCE_VERSION:=bb05211c9c2abbda5866c44ad86994fabf9247e0 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz # PKG_MIRROR_MD5SUM:= # CMAKE_INSTALL:=1 |