diff options
author | David Woodhouse <dwmw2@infradead.org> | 2020-06-15 09:47:09 +0100 |
---|---|---|
committer | Petr Štetiar <ynezz@true.cz> | 2020-07-08 23:22:30 +0200 |
commit | c848bc6cd576baf1d538d97662e410289214f0b7 (patch) | |
tree | dce21731af7ae17eb4761244884cd4735b195614 /target/linux/mediatek/mt7623/target.mk | |
parent | dca867c5a368045efe38db0ed9bc393ba9a2c9f4 (diff) | |
download | upstream-c848bc6cd576baf1d538d97662e410289214f0b7.tar.gz upstream-c848bc6cd576baf1d538d97662e410289214f0b7.tar.bz2 upstream-c848bc6cd576baf1d538d97662e410289214f0b7.zip |
mediatek/mt7623: unify features and packages, add ext4 and usb
The supported MT7623 boards are mostly identical (what with being a
System-on-Chip and all), so unify the DEVICE_PACKAGES for them, and add
ext4 and usb support for them.
Signed-off-by: David Woodhouse <dwmw2@infradead.org>
Diffstat (limited to 'target/linux/mediatek/mt7623/target.mk')
-rw-r--r-- | target/linux/mediatek/mt7623/target.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/mediatek/mt7623/target.mk b/target/linux/mediatek/mt7623/target.mk index 9f995f9951..df7d3bf4ed 100644 --- a/target/linux/mediatek/mt7623/target.mk +++ b/target/linux/mediatek/mt7623/target.mk @@ -7,8 +7,8 @@ SUBTARGET:=mt7623 BOARDNAME:=MT7623 CPU_TYPE:=cortex-a7 CPU_SUBTYPE:=neon-vfpv4 - KERNELNAME:=Image dtbs zImage +FEATURES+=ext4 usb define Target/Description Build firmware images for MediaTek mt7623 ARM based boards. |