enable netifd by default and add its config variable to PKG_CONFIG_DEPENDS in a few...
[openwrt/staging/wigyori.git] / package / base-files-network / Makefile
index 78c9981e6b48f9b8874ac34c0e58fb7cdcaa15f7..338da396df7ae63fb2430da3c307a42235108cd4 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2007-2011 OpenWrt.org
+# Copyright (C) 2007-2012 OpenWrt.org
 #
 # This is free software, licensed under the GNU General Public License v2.
 # See /LICENSE for more information.
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
 include $(INCLUDE_DIR)/kernel.mk
 
 PKG_NAME:=base-files-network
-PKG_RELEASE:=1
+PKG_RELEASE:=4
 
 PKG_BUILD_DEPENDS:=opkg/host
 
@@ -18,7 +18,7 @@ include $(INCLUDE_DIR)/package.mk
 define Package/base-files-network
   SECTION:=base
   CATEGORY:=Base system
-  DEPENDS:=@!USE_NETIFD
+  DEPENDS:=@DISABLE_NETIFD
   TITLE:=Network scripts for the OpenWrt base system
   URL:=http://openwrt.org/
   VERSION:=$(PKG_RELEASE)