ipq807x: fix indent in image/Makefile

Convert space indent to tab like the rest of the file.

Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
This commit is contained in:
Adrian Schmutzler 2020-02-28 20:00:10 +01:00
parent 49737c359c
commit 977c7f12de
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ define Image/BuildKernel/FITInitramfs
endef
define Image/Build/squashfs
$(call prepare_generic_squashfs,$(KDIR)/root.squashfs)
$(call prepare_generic_squashfs,$(KDIR)/root.squashfs)
endef
define Image/BuildKernel