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:
parent
03e0a608e0
commit
4b0f7ebab7
1 changed files with 10 additions and 10 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue