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),, \
|
$(if $(CONFIG_IPK_FILES_CHECKSUMS),, \
|
||||||
rm -f $(1)/sbin/pkg_check)
|
rm -f $(1)/sbin/pkg_check)
|
||||||
endif
|
endif
|
||||||
$(if $(CONFIG_TARGET_BUTTON_CUSTOMIZATION_FAILSAFE_DISABLED), \
|
$(if $(CONFIG_TARGET_BUTTON_CUSTOMIZATION_FAILSAFE_DISABLED), \
|
||||||
rm -f $(1)/etc/rc.button/failsafe)
|
rm -f $(1)/etc/rc.button/failsafe)
|
||||||
$(if $(CONFIG_TARGET_BUTTON_CUSTOMIZATION_POWER_DISABLED), \
|
$(if $(CONFIG_TARGET_BUTTON_CUSTOMIZATION_POWER_DISABLED), \
|
||||||
rm -f $(1)/etc/rc.button/power)
|
rm -f $(1)/etc/rc.button/power)
|
||||||
$(if $(CONFIG_TARGET_BUTTON_CUSTOMIZATION_REBOOT_DISABLED), \
|
$(if $(CONFIG_TARGET_BUTTON_CUSTOMIZATION_REBOOT_DISABLED), \
|
||||||
rm -f $(1)/etc/rc.button/reboot)
|
rm -f $(1)/etc/rc.button/reboot)
|
||||||
$(if $(CONFIG_TARGET_BUTTON_CUSTOMIZATION_RESET_DISABLED), \
|
$(if $(CONFIG_TARGET_BUTTON_CUSTOMIZATION_RESET_DISABLED), \
|
||||||
rm -f $(1)/etc/rc.button/reset)
|
rm -f $(1)/etc/rc.button/reset)
|
||||||
$(if $(CONFIG_TARGET_BUTTON_CUSTOMIZATION_RF_KILL_DISABLED), \
|
$(if $(CONFIG_TARGET_BUTTON_CUSTOMIZATION_RF_KILL_DISABLED), \
|
||||||
rm -f $(1)/etc/rc.button/rfkill)
|
rm -f $(1)/etc/rc.button/rfkill)
|
||||||
endef
|
endef
|
||||||
|
|
||||||
ifneq ($(DUMP),1)
|
ifneq ($(DUMP),1)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue