diff options
author | Matthias Schiffer <mschiffer@universe-factory.net> | 2017-12-29 15:56:01 +0100 |
---|---|---|
committer | Matthias Schiffer <mschiffer@universe-factory.net> | 2017-12-29 15:59:17 +0100 |
commit | a1908023cc398c3df53f8a33a0c9f93bb200db5b (patch) | |
tree | 05f30574d418eb314d6c3e93e63cf96b89ef7ee8 /package/base-files/Makefile | |
parent | 1c9299877be9f4b0aa91d9861d04f78b01d66a9d (diff) | |
download | upstream-a1908023cc398c3df53f8a33a0c9f93bb200db5b.tar.gz upstream-a1908023cc398c3df53f8a33a0c9f93bb200db5b.tar.bz2 upstream-a1908023cc398c3df53f8a33a0c9f93bb200db5b.zip |
base-files: fix logic when to show failsafe banner
Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
Fixes: 1c9299877be9 ("base-files: set FAILSAFE in /etc/profile when
/tmp/.failsafe exists")
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 1cda882bd3..3fcf20a844 100644 --- a/package/base-files/Makefile +++ b/package/base-files/Makefile @@ -11,7 +11,7 @@ include $(INCLUDE_DIR)/kernel.mk include $(INCLUDE_DIR)/version.mk PKG_NAME:=base-files -PKG_RELEASE:=173.2 +PKG_RELEASE:=173.3 PKG_FLAGS:=nonshared PKG_FILE_DEPENDS:=$(PLATFORM_DIR)/ $(GENERIC_PLATFORM_DIR)/base-files/ |