diff options
author | John Crispin <blogic@openwrt.org> | 2014-02-18 13:33:36 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2014-02-18 13:33:36 +0000 |
commit | e2af138349ebc13b30139b3d3367200789746b8f (patch) | |
tree | e3c645367b67d39b31a31ca092b96dc1582ffec6 | |
parent | f815a8c108b4c4f00912584f03f3d759f0e7bf69 (diff) | |
download | upstream-e2af138349ebc13b30139b3d3367200789746b8f.tar.gz upstream-e2af138349ebc13b30139b3d3367200789746b8f.tar.bz2 upstream-e2af138349ebc13b30139b3d3367200789746b8f.zip |
netifd: update to latest git head
this adds support for proto and wireless handler adding uci validation rules
Signed-off-by: John Crispin <blogic@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39614 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r-- | package/network/config/netifd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/network/config/netifd/Makefile b/package/network/config/netifd/Makefile index ecbc5d2495..d58cbacad0 100644 --- a/package/network/config/netifd/Makefile +++ b/package/network/config/netifd/Makefile @@ -1,13 +1,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=netifd -PKG_VERSION:=2014-02-16 +PKG_VERSION:=2014-02-18 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:=e3dc49a34fdd0dd900271cdfe6bb1c05babe5ee6 +PKG_SOURCE_VERSION:=b5cfcfe34e6b44f2be90bf24e879dc25f0f07b9e PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz PKG_MAINTAINER:=Felix Fietkau <nbd@openwrt.org> # PKG_MIRROR_MD5SUM:= |