X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/24a1c090915cf77684ec27c444c88c29df987bad..1ff90943e228fbc574d66fca9897165ceed3d84a:/package/netifd/Makefile diff --git a/package/netifd/Makefile b/package/netifd/Makefile index 96dea242d..3fd659f35 100644 --- a/package/netifd/Makefile +++ b/package/netifd/Makefile @@ -1,15 +1,15 @@ include $(TOPDIR)/rules.mk PKG_NAME:=netifd -PKG_VERSION:=2011-10-21 +PKG_VERSION:=2012-03-28 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:=f196d048107c1c28bf6ddda31f0927a5893e5f3d PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz -PKG_MIRROR_MD5SUM:=627677df83aa7844f72caa8ad4f7eea9 +# PKG_MIRROR_MD5SUM:= # CMAKE_INSTALL:=1 include $(INCLUDE_DIR)/package.mk @@ -18,13 +18,13 @@ 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 @USE_NETIFD 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 \