aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ath79/image/Makefile
diff options
context:
space:
mode:
authorAlex Maclean <monkeh@monkeh.net>2018-05-30 14:18:50 +0100
committerJohn Crispin <john@phrozen.org>2018-06-01 08:22:38 +0200
commitfc8360aa16bcbc04b820265328ff3327bbcf50a0 (patch)
tree483db7bde4274f11f5617a9ae8db6cb51335d255 /target/linux/ath79/image/Makefile
parente5ff84d1f0d999545341af2e2f1b15e1522a4829 (diff)
downloadupstream-fc8360aa16bcbc04b820265328ff3327bbcf50a0.tar.gz
upstream-fc8360aa16bcbc04b820265328ff3327bbcf50a0.tar.bz2
upstream-fc8360aa16bcbc04b820265328ff3327bbcf50a0.zip
ath79: add tiny subtarget
Signed-off-by: Alex Maclean <monkeh@monkeh.net>
Diffstat (limited to 'target/linux/ath79/image/Makefile')
-rw-r--r--target/linux/ath79/image/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/target/linux/ath79/image/Makefile b/target/linux/ath79/image/Makefile
index 792548657e..cd136b23b9 100644
--- a/target/linux/ath79/image/Makefile
+++ b/target/linux/ath79/image/Makefile
@@ -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))