X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=package%2Fnetwork%2Fconfig%2Fnetifd%2FMakefile;h=092d929407689aa68f14956c16af03ca25236266;hb=91de9c589c4d712abf624449b8e536d33f535da4;hp=3666aaf96869f3e8396821c9bad426c34008c02c;hpb=af8f06becafd7b6a394a212c668298308fe31211;p=openwrt%2Fstaging%2Fchunkeey.git diff --git a/package/network/config/netifd/Makefile b/package/network/config/netifd/Makefile index 3666aaf968..092d929407 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-14 +PKG_VERSION:=2014-06-05 PKG_RELEASE=$(PKG_SOURCE_VERSION) PKG_SOURCE_PROTO:=git -PKG_SOURCE_URL:=git://nbd.name/luci2/netifd.git +PKG_SOURCE_URL:=http://git.openwrt.org/project/netifd.git PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION) -PKG_SOURCE_VERSION:=b8c54175393d6cfd07ea641230bd785ce9aee0cc +PKG_SOURCE_VERSION:=f5a15b82dab84a6783bf0edf6f6fae1641725b2c PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz PKG_MAINTAINER:=Felix Fietkau # PKG_MIRROR_MD5SUM:= @@ -24,7 +24,7 @@ include $(INCLUDE_DIR)/cmake.mk define Package/netifd SECTION:=base CATEGORY:=Base system - DEPENDS:=+libuci +libnl-tiny +libubus +ubus +ubusd +jshn + DEPENDS:=+libuci +libnl-tiny +libubus +ubus +ubusd +jshn +libubox TITLE:=OpenWrt Network Interface Configuration Daemon endef