From: Paul Wassi
Date: Sun, 6 Jan 2019 14:27:00 +0000 (+0100)
Subject: ath79: proper indentation in image/common-tp-link.mk
X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=dee8db441e480e7d581447f43219596f6dd9542a;p=openwrt%2Fstaging%2Fzorun.git
ath79: proper indentation in image/common-tp-link.mk
Add two spaces for proper indentation in image/common-tp-link.mk
Signed-off-by: Paul Wassi
---
diff --git a/target/linux/ath79/image/common-tp-link.mk b/target/linux/ath79/image/common-tp-link.mk
index 720202de28..f22da2f801 100644
--- a/target/linux/ath79/image/common-tp-link.mk
+++ b/target/linux/ath79/image/common-tp-link.mk
@@ -86,7 +86,7 @@ define Device/tplink-8m
endef
define Device/tplink-8mlzma
-$(Device/tplink)
+ $(Device/tplink)
TPLINK_FLASHLAYOUT := 8Mlzma
IMAGE_SIZE := 7936k
endef