ath79: proper indentation in image/common-tp-link.mk
authorPaul Wassi <p.wassi@gmx.at>
Sun, 6 Jan 2019 14:27:00 +0000 (15:27 +0100)
committerChristian Lamparter <chunkeey@gmail.com>
Thu, 14 Feb 2019 15:56:14 +0000 (16:56 +0100)
Add two spaces for proper indentation in image/common-tp-link.mk

Signed-off-by: Paul Wassi <p.wassi@gmx.at>
target/linux/ath79/image/common-tp-link.mk

index 720202de28f1a27237a57fd6d78f67f7b036bbf2..f22da2f8015a8456fa2a0d281896277a07da9300 100644 (file)
@@ -86,7 +86,7 @@ define Device/tplink-8m
 endef
 
 define Device/tplink-8mlzma
 endef
 
 define Device/tplink-8mlzma
-$(Device/tplink)
+  $(Device/tplink)
   TPLINK_FLASHLAYOUT := 8Mlzma
   IMAGE_SIZE := 7936k
 endef
   TPLINK_FLASHLAYOUT := 8Mlzma
   IMAGE_SIZE := 7936k
 endef