projects
/
openwrt
/
staging
/
xback.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
49737c3
)
ipq807x: fix indent in image/Makefile
author
Adrian Schmutzler
<
[email protected]
>
Fri, 28 Feb 2020 19:00:10 +0000
(20:00 +0100)
committer
Adrian Schmutzler
<
[email protected]
>
Fri, 28 Feb 2020 19:00:10 +0000
(20:00 +0100)
Convert space indent to tab like the rest of the file.
Signed-off-by: Adrian Schmutzler <
[email protected]
>
target/linux/ipq807x/image/Makefile
patch
|
blob
|
history
diff --git
a/target/linux/ipq807x/image/Makefile
b/target/linux/ipq807x/image/Makefile
index 0a19a9ea57be63c8ef8abbaa5517a585e8d6b38e..2a0c74554f46aa24a5fc1105699a50f482db05b0 100644
(file)
--- a/
target/linux/ipq807x/image/Makefile
+++ b/
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