From: John Crispin Date: Wed, 30 Jul 2008 17:09:01 +0000 (+0000) Subject: creates a passwd's shadow file if busybox supports the feature, fixes #2887 X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=79aebec9e0b6c1cf84de2b43a9c674b6741e6465;p=openwrt%2Fstaging%2Frobimarko.git creates a passwd's shadow file if busybox supports the feature, fixes #2887 SVN-Revision: 12017 --- diff --git a/package/base-files/Makefile b/package/base-files/Makefile index f4ef55d110..231647e98b 100644 --- a/package/base-files/Makefile +++ b/package/base-files/Makefile @@ -147,6 +147,7 @@ define Package/base-files$(TARGET)/install $(CP) $(PLATFORM_SUBDIR)/base-files-$(PROFILE)/* $(1)/; \ fi \ ) + $(if $(CONFIG_BUSYBOX_CONFIG_FEATURE_SHADOWPASSWDS),cp $(1)/etc/passwd $(1)/etc/shadow) $(SED) 's,$$$$R,$(REVISION),g' $(1)/etc/banner $(SED) 's,$$$$S,$(BOARD),g' -e 's,$$$$A,$(ARCH),g' $(1)/etc/ipkg.conf mkdir -p $(1)/dev