mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-22 06:57:57 +00:00
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>
This commit is contained in:
parent
454e411a77
commit
b34a349f07
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user