X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fstaging%2Fchunkeey.git;a=blobdiff_plain;f=package%2Fnetwork%2Fconfig%2Fnetifd%2FMakefile;h=6b4b43baa72b7c8e4f36771e61bca900155d3f74;hp=a8f4adaa0c1a9fd3987e14e0149687894e9f9524;hb=92ef017054f267afd4d35dca29da341a4f8379cd;hpb=ec41a6a08ce79da472372fde532136643153f752 diff --git a/package/network/config/netifd/Makefile b/package/network/config/netifd/Makefile index a8f4adaa0c..6b4b43baa7 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-01-28.1 +PKG_VERSION:=2014-08-13 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:=f054a655c331342200b5929f533792d528ac6002 +PKG_SOURCE_VERSION:=732074385389b1bb766a0b09b967d6883c357813 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 @@ -40,7 +40,7 @@ define Package/netifd/install $(INSTALL_DIR) $(1)/sbin $(INSTALL_BIN) $(PKG_BUILD_DIR)/netifd $(1)/sbin/ $(CP) ./files/* $(1)/ - $(CP) $(PKG_BUILD_DIR)/dummy/netifd-proto.sh $(1)/lib/netifd/ + $(CP) $(PKG_BUILD_DIR)/scripts/* $(1)/lib/netifd/ endef $(eval $(call BuildPackage,netifd))