netifd: update to latest version, fixes dns server issues (#11501)
[openwrt/svn-archive/archive.git] / package / netifd / Makefile
index 878f62ec2efff5503a48d8ca39d48311ea26e00d..13758c2956f23cfb38b532886f8ff1b8e303b13b 100644 (file)
@@ -1,13 +1,13 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=netifd
-PKG_VERSION:=2012-02-03
+PKG_VERSION:=2012-05-20.1
 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:=c0bb8addecae578d7766b94bd6681be82b621675
+PKG_SOURCE_VERSION:=e7ac4074bf497cd19e38adbb49e2b3eb275eeb05
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz
 # PKG_MIRROR_MD5SUM:=
 # CMAKE_INSTALL:=1
@@ -18,7 +18,7 @@ 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 @!DISABLE_NETIFD
   TITLE:=OpenWrt Network Interface Configuration Daemon
 endef