base-files: fix missing tabs

Tabs were missing from the default button behavior modification blocks,
breaking the build if they were activated.

Signed-off-by: David Bauer <mail@david-bauer.net>
This commit is contained in:
David Bauer 2026-07-26 18:01:51 +02:00
parent 03e0a608e0
commit 4b0f7ebab7

View file

@ -265,16 +265,16 @@ else
$(if $(CONFIG_IPK_FILES_CHECKSUMS),, \
rm -f $(1)/sbin/pkg_check)
endif
$(if $(CONFIG_TARGET_BUTTON_CUSTOMIZATION_FAILSAFE_DISABLED), \
rm -f $(1)/etc/rc.button/failsafe)
$(if $(CONFIG_TARGET_BUTTON_CUSTOMIZATION_POWER_DISABLED), \
rm -f $(1)/etc/rc.button/power)
$(if $(CONFIG_TARGET_BUTTON_CUSTOMIZATION_REBOOT_DISABLED), \
rm -f $(1)/etc/rc.button/reboot)
$(if $(CONFIG_TARGET_BUTTON_CUSTOMIZATION_RESET_DISABLED), \
rm -f $(1)/etc/rc.button/reset)
$(if $(CONFIG_TARGET_BUTTON_CUSTOMIZATION_RF_KILL_DISABLED), \
rm -f $(1)/etc/rc.button/rfkill)
$(if $(CONFIG_TARGET_BUTTON_CUSTOMIZATION_FAILSAFE_DISABLED), \
rm -f $(1)/etc/rc.button/failsafe)
$(if $(CONFIG_TARGET_BUTTON_CUSTOMIZATION_POWER_DISABLED), \
rm -f $(1)/etc/rc.button/power)
$(if $(CONFIG_TARGET_BUTTON_CUSTOMIZATION_REBOOT_DISABLED), \
rm -f $(1)/etc/rc.button/reboot)
$(if $(CONFIG_TARGET_BUTTON_CUSTOMIZATION_RESET_DISABLED), \
rm -f $(1)/etc/rc.button/reset)
$(if $(CONFIG_TARGET_BUTTON_CUSTOMIZATION_RF_KILL_DISABLED), \
rm -f $(1)/etc/rc.button/rfkill)
endef
ifneq ($(DUMP),1)