diff options
author | Imran Khan <gururug@gmail.com> | 2020-11-27 06:19:02 +0000 |
---|---|---|
committer | Daniel Golle <daniel@makrotopia.org> | 2020-11-27 09:59:14 +0000 |
commit | 9c2eceef90b3ca924b8cd836e904ddc480514031 (patch) | |
tree | fd907535916ace889b3498143940b0e151938789 /package/base-files/Makefile | |
parent | dfa357a3def512c13f22371d24138b6e8093be18 (diff) | |
download | upstream-9c2eceef90b3ca924b8cd836e904ddc480514031.tar.gz upstream-9c2eceef90b3ca924b8cd836e904ddc480514031.tar.bz2 upstream-9c2eceef90b3ca924b8cd836e904ddc480514031.zip |
base-files: merge /etc/passwd on rw-rootfs
Support installations without root-overlayfs (and hence without /rom)
when migrating user accounts.
Signed-off-by: Imran Khan <gururug@gmail.com>
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
[simplified patch, bumped PKG_RELEASE, cleaned message]
Diffstat (limited to 'package/base-files/Makefile')
-rw-r--r-- | package/base-files/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/base-files/Makefile b/package/base-files/Makefile index e13578860f..c06b534bea 100644 --- a/package/base-files/Makefile +++ b/package/base-files/Makefile @@ -12,7 +12,7 @@ include $(INCLUDE_DIR)/version.mk include $(INCLUDE_DIR)/feeds.mk PKG_NAME:=base-files -PKG_RELEASE:=237 +PKG_RELEASE:=238 PKG_FLAGS:=nonshared PKG_FILE_DEPENDS:=$(PLATFORM_DIR)/ $(GENERIC_PLATFORM_DIR)/base-files/ |