diff options
author | Alex Maclean <monkeh@monkeh.net> | 2018-05-30 14:18:50 +0100 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2018-06-01 08:22:38 +0200 |
commit | fc8360aa16bcbc04b820265328ff3327bbcf50a0 (patch) | |
tree | 483db7bde4274f11f5617a9ae8db6cb51335d255 /target/linux/ath79/tiny/target.mk | |
parent | e5ff84d1f0d999545341af2e2f1b15e1522a4829 (diff) | |
download | upstream-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/tiny/target.mk')
-rw-r--r-- | target/linux/ath79/tiny/target.mk | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/target/linux/ath79/tiny/target.mk b/target/linux/ath79/tiny/target.mk new file mode 100644 index 0000000000..87af3ef2bf --- /dev/null +++ b/target/linux/ath79/tiny/target.mk @@ -0,0 +1,6 @@ +BOARDNAME:=Devices with small flash +FEATURES += squashfs small_flash + +define Target/Description + Build firmware images for Atheros AR71xx/AR913x/AR934x based boards with small flash +endef |