diff options
author | Adrian Schmutzler <freifunk@adrianschmutzler.de> | 2019-08-09 13:55:43 +0200 |
---|---|---|
committer | Jo-Philipp Wich <jo@mein.io> | 2019-09-04 13:40:17 +0200 |
commit | 8be111d0ac686b95ea29475054d95f01783a1efe (patch) | |
tree | c60df800608c6ab603c4f76f0da25e933e8fef51 /include | |
parent | 8b436c777cd71a9a7bdc79811921e3279adbbb99 (diff) | |
download | upstream-8be111d0ac686b95ea29475054d95f01783a1efe.tar.gz upstream-8be111d0ac686b95ea29475054d95f01783a1efe.tar.bz2 upstream-8be111d0ac686b95ea29475054d95f01783a1efe.zip |
build: fix indent in image-commands.mk
Convert leading spaces to tab to match rest of the file.
Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
(cherry picked from commit 7e5a0da6426b3b14bde8798524826b64e16cf219)
Diffstat (limited to 'include')
-rw-r--r-- | include/image-commands.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/image-commands.mk b/include/image-commands.mk index 8251a81400..182f5f831d 100644 --- a/include/image-commands.mk +++ b/include/image-commands.mk @@ -120,7 +120,7 @@ define Build/append-uImage-fakehdr endef define Build/tplink-safeloader - -$(STAGING_DIR_HOST)/bin/tplink-safeloader \ + -$(STAGING_DIR_HOST)/bin/tplink-safeloader \ -B $(TPLINK_BOARD_ID) \ -V $(REVISION) \ -k $(IMAGE_KERNEL) \ |