diff options
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 |