diff options
author | Daniel Golle <daniel@makrotopia.org> | 2021-09-15 19:10:46 +0100 |
---|---|---|
committer | Daniel Golle <daniel@makrotopia.org> | 2021-09-30 22:52:12 +0100 |
commit | b34a349f0757fe6a3d96eb3ba70d63d80e7eba6e (patch) | |
tree | a06666a9d80128ac07d924e63f40e8169bbd0380 /target/linux/mediatek/Makefile | |
parent | 454e411a77cf57a76429a9a8bea8b38ce503544c (diff) | |
download | upstream-b34a349f0757fe6a3d96eb3ba70d63d80e7eba6e.tar.gz upstream-b34a349f0757fe6a3d96eb3ba70d63d80e7eba6e.tar.bz2 upstream-b34a349f0757fe6a3d96eb3ba70d63d80e7eba6e.zip |
mediatek: add FEATURES and order them alphabetically
Add common features 'gpio', 'nand', 'pci', 'pcie', 'squashfs' and 'usb'
for all mediatek targets, add 'display' and 'usbgadget' for MT7623.
Sort features alphabetically while at it.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Diffstat (limited to 'target/linux/mediatek/Makefile')
-rw-r--r-- | target/linux/mediatek/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/mediatek/Makefile b/target/linux/mediatek/Makefile index 94a7dfbdc1..d42d0eacd7 100644 --- a/target/linux/mediatek/Makefile +++ b/target/linux/mediatek/Makefile @@ -6,7 +6,7 @@ ARCH:=arm BOARD:=mediatek BOARDNAME:=MediaTek Ralink ARM SUBTARGETS:=mt7622 mt7623 mt7629 -FEATURES:=squashfs nand separate_ramdisk fpu dt-overlay +FEATURES:=dt-overlay fpu gpio nand pci pcie separate_ramdisk squashfs usb KERNEL_PATCHVER:=5.10 |