ath79: add tiny subtarget
[openwrt/openwrt.git] / target / linux / ath79 / image / Makefile
index 792548657ed71bf53053aa6e08fe35927bffe087..cd136b23b9ba0365dcf6a0185bdb2997ccad77a5 100644 (file)
@@ -70,4 +70,7 @@ include ./generic.mk
 include ./generic-tp-link.mk
 include ./generic-ubnt.mk
 endif
+ifeq ($(SUBTARGET),tiny)
+include ./tiny-tp-link.mk
+endif
 $(eval $(call BuildImage))