Ver Fonte

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 <[email protected]>
Paul Wassi há 6 anos atrás
pai
commit
dee8db441e
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      target/linux/ath79/image/common-tp-link.mk

+ 1 - 1
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