X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=blobdiff_plain;f=package%2Fnetifd%2FMakefile;h=b5dd767f7ee2c31aaea259233cd6bc9a2a077cd6;hp=13758c2956f23cfb38b532886f8ff1b8e303b13b;hb=ea5d63812397b972854e3daebdd602636ea15930;hpb=de39375794ba841723ce4248dcfbf2e22a6c5f63 diff --git a/package/netifd/Makefile b/package/netifd/Makefile index 13758c2956..b5dd767f7e 100644 --- a/package/netifd/Makefile +++ b/package/netifd/Makefile @@ -1,24 +1,30 @@ include $(TOPDIR)/rules.mk PKG_NAME:=netifd -PKG_VERSION:=2012-05-20.1 +PKG_VERSION:=2013-01-29.2 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:=4bb99d4eb462776336928392010b372236ac3c93 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz +PKG_MAINTAINER:=Felix Fietkau # PKG_MIRROR_MD5SUM:= # CMAKE_INSTALL:=1 +PKG_LICENSE:=GPLv2 +PKG_LICENSE_FILES:= + +PKG_BUILD_PARALLEL:=1 + include $(INCLUDE_DIR)/package.mk include $(INCLUDE_DIR)/cmake.mk define Package/netifd SECTION:=base CATEGORY:=Base system - DEPENDS:=+libuci +libnl-tiny +libubus +ubus +ubusd +jshn @!DISABLE_NETIFD + DEPENDS:=+libuci +libnl-tiny +libubus +ubus +ubusd +jshn TITLE:=OpenWrt Network Interface Configuration Daemon endef