Explorar el Código

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 <[email protected]>
Daniel Golle hace 4 años
padre
commit
b34a349f07
Se han modificado 2 ficheros con 2 adiciones y 2 borrados
  1. 1 1
      target/linux/mediatek/Makefile
  2. 1 1
      target/linux/mediatek/mt7623/target.mk

+ 1 - 1
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
 

+ 1 - 1
target/linux/mediatek/mt7623/target.mk

@@ -8,7 +8,7 @@ BOARDNAME:=MT7623
 CPU_TYPE:=cortex-a7
 CPU_SUBTYPE:=neon-vfpv4
 KERNELNAME:=Image dtbs zImage
-FEATURES+=usb
+FEATURES+=display usbgadget
 DEFAULT_PACKAGES+=blockdev uboot-envtools
 
 define Target/Description