Browse Source

ipq807x: fix indent in image/Makefile

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

Signed-off-by: Adrian Schmutzler <[email protected]>
Adrian Schmutzler 5 years ago
parent
commit
977c7f12de
1 changed files with 1 additions and 1 deletions
  1. 1 1
      target/linux/ipq807x/image/Makefile

+ 1 - 1
target/linux/ipq807x/image/Makefile

@@ -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