X-Git-Url: https://git.archive.openwrt.org/?a=blobdiff_plain;f=package%2Fnetifd%2FMakefile;h=a09de61edd287b96b47d4a70b4ce59684e0f6547;hb=eecf5b17520f6b3b6ffb45ac7dca298d93b27501;hp=465acd4122d06e224466c7d744b2f42db175eb47;hpb=470598d25ae4d59633ad7508250b1aec08339d58;p=openwrt.git diff --git a/package/netifd/Makefile b/package/netifd/Makefile index 465acd4122..a09de61edd 100644 --- a/package/netifd/Makefile +++ b/package/netifd/Makefile @@ -1,14 +1,15 @@ include $(TOPDIR)/rules.mk PKG_NAME:=netifd -PKG_VERSION:=2011-11-03 +PKG_VERSION:=2012-09-29 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:=5c0c0bb557b17c581d4f238c52b0b44ada34a608 +PKG_SOURCE_VERSION:=6653b861748719ab58e21a81e01d59d4d8afe10c PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz +PKG_MAINTAINER:=Felix Fietkau # PKG_MIRROR_MD5SUM:= # CMAKE_INSTALL:=1 @@ -18,13 +19,13 @@ include $(INCLUDE_DIR)/cmake.mk define Package/netifd SECTION:=base CATEGORY:=Base system - DEPENDS:=+libuci +libnl-tiny +libubus +ubus +ubusd +jshn @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 \