X-Git-Url: https://git.archive.openwrt.org/?a=blobdiff_plain;f=package%2Fnetwork%2Fconfig%2Fnetifd%2FMakefile;h=092d929407689aa68f14956c16af03ca25236266;hb=9a80c83bb200529fe81d6ef66685f7a878e48b88;hp=260b90f92992d55e49bf6226a6e0b694274c1a2d;hpb=116714febe9baf30e112074a7755f5de58e85372;p=openwrt.git diff --git a/package/network/config/netifd/Makefile b/package/network/config/netifd/Makefile index 260b90f929..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:=2013-12-11 +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:=121d90a6faa4a689a593eadb738e537a5768534d +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