aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorAdrian Schmutzler <freifunk@adrianschmutzler.de>2019-08-09 13:55:43 +0200
committerHauke Mehrtens <hauke@hauke-m.de>2019-08-17 16:43:22 +0200
commit7e5a0da6426b3b14bde8798524826b64e16cf219 (patch)
tree6f09defc4f766f9d4ba35039bd14f8995391059c /include
parent928e893a11db11b350f47921e269cfba17789df0 (diff)
downloadupstream-7e5a0da6426b3b14bde8798524826b64e16cf219.tar.gz
upstream-7e5a0da6426b3b14bde8798524826b64e16cf219.tar.bz2
upstream-7e5a0da6426b3b14bde8798524826b64e16cf219.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>
Diffstat (limited to 'include')
-rw-r--r--include/image-commands.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/image-commands.mk b/include/image-commands.mk
index 06c084c48b..89c17aec5b 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) \