projects
/
openwrt
/
staging
/
xback.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
67790f5
)
base-files: drop banner.failsafe if failsafe is disabled
author
Piotr Dymacz
<
[email protected]
>
Sun, 16 Jun 2019 20:07:50 +0000
(22:07 +0200)
committer
Piotr Dymacz
<
[email protected]
>
Tue, 22 Dec 2020 20:27:25 +0000
(21:27 +0100)
Signed-off-by: Piotr Dymacz <
[email protected]
>
package/base-files/Makefile
patch
|
blob
|
history
diff --git
a/package/base-files/Makefile
b/package/base-files/Makefile
index fb1267ea5b37ee973289a625b2edb7cba3759010..47d4e73b42a6c8aebd7175c8ab0b963a220e28a6 100644
(file)
--- 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:=24
1
+PKG_RELEASE:=24
2
PKG_FLAGS:=nonshared
PKG_FILE_DEPENDS:=$(PLATFORM_DIR)/ $(GENERIC_PLATFORM_DIR)/base-files/
@@
-202,6
+202,9
@@
define Package/base-files/install
$(VERSION_SED_SCRIPT) $(1)/etc/opkg/distfeeds.conf)
$(if $(CONFIG_IPK_FILES_CHECKSUMS),, \
rm -f $(1)/sbin/pkg_check)
+
+ $(if $(CONFIG_TARGET_PREINIT_DISABLE_FAILSAFE), \
+ rm -f $(1)/etc/banner.failsafe,)
endef
ifneq ($(DUMP),1)