diff options
author | Adrian Schmutzler <freifunk@adrianschmutzler.de> | 2019-08-09 13:55:43 +0200 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2019-08-17 16:43:22 +0200 |
commit | 7e5a0da6426b3b14bde8798524826b64e16cf219 (patch) | |
tree | 6f09defc4f766f9d4ba35039bd14f8995391059c /include | |
parent | 928e893a11db11b350f47921e269cfba17789df0 (diff) | |
download | upstream-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.mk | 2 |
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) \ |