X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=blobdiff_plain;f=package%2Fnetifd%2FMakefile;h=b5dd767f7ee2c31aaea259233cd6bc9a2a077cd6;hp=96dea242deb2e6590d89bd468ed0adc1d4ff7a33;hb=ea5d63812397b972854e3daebdd602636ea15930;hpb=a251f602d477b5501f760aa3db39f7b70e9581a9 diff --git a/package/netifd/Makefile b/package/netifd/Makefile index 96dea242de..b5dd767f7e 100644 --- a/package/netifd/Makefile +++ b/package/netifd/Makefile @@ -1,30 +1,36 @@ include $(TOPDIR)/rules.mk PKG_NAME:=netifd -PKG_VERSION:=2011-10-21 +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:=986c4a1434cc61d2de560690ecc0d532a157d40a +PKG_SOURCE_VERSION:=4bb99d4eb462776336928392010b372236ac3c93 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz -PKG_MIRROR_MD5SUM:=627677df83aa7844f72caa8ad4f7eea9 +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 @USE_NETIFD + DEPENDS:=+libuci +libnl-tiny +libubus +ubus +ubusd +jshn TITLE:=OpenWrt Network Interface Configuration Daemon endef TARGET_CFLAGS += \ - -I$(STAGING_DIR)/usr/include \ - -I$(STAGING_DIR)/usr/include/libnl-tiny + -I$(STAGING_DIR)/usr/include/libnl-tiny \ + -I$(STAGING_DIR)/usr/include CMAKE_OPTIONS += \ -DLIBNL_LIBS=-lnl-tiny \