X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/51c679306396137aa16c06e52238525b0fa17368..639cf75264354795e3869e945b7aa51aaa658bb2:/package/base-files/Makefile diff --git a/package/base-files/Makefile b/package/base-files/Makefile index 6d494e06d..90c68cd17 100644 --- a/package/base-files/Makefile +++ b/package/base-files/Makefile @@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk include $(INCLUDE_DIR)/kernel.mk PKG_NAME:=base-files -PKG_RELEASE:=82 +PKG_RELEASE:=94 PKG_FILE_DEPENDS:=$(PLATFORM_DIR)/ $(GENERIC_PLATFORM_DIR)/base-files/ PKG_BUILD_DEPENDS:=opkg/host @@ -34,6 +34,7 @@ endif define Package/base-files SECTION:=base CATEGORY:=Base system + DEPENDS:=+!USE_NETIFD:base-files-network +USE_NETIFD:netifd TITLE:=Base filesystem for OpenWrt URL:=http://openwrt.org/ VERSION:=$(PKG_RELEASE)-$(REVISION) @@ -65,6 +66,11 @@ define Package/base-files/description This package contains a base filesystem and system scripts for OpenWrt. endef +define Package/base-files/config + config USE_NETIFD + bool "Use netifd instead of the old network init scripts (experimental!)" + default n +endef define Package/gcc/Default SECTION:=libs @@ -449,10 +455,9 @@ define Package/base-files/install ) # Form valid /etc/shadow entries, by copying the user:pw pairs # from /etc/passwd, and adding on pw change data - $(if $(CONFIG_BUSYBOX_CONFIG_FEATURE_SHADOWPASSWDS), \ - cut -d ':' -f 1-2 $(1)/etc/passwd > $(1)/etc/shadow; \ - $(SED) 's/$$$$/:13848:0:99999:7:::/' $(1)/etc/shadow \ - ) + cut -d ':' -f 1-2 $(1)/etc/passwd > $(1)/etc/shadow; \ + $(SED) 's/$$$$/:0:0:99999:7:::/' $(1)/etc/shadow + $(SED) 's,$$$$R,$(REVISION),g' $(1)/etc/banner mkdir -p $(1)/CONTROL mkdir -p $(1)/dev