[openwrt/openwrt] mediatek: add FEATURES and order them alphabetically
LEDE Commits
lede-commits at lists.infradead.org
Thu Sep 30 14:56:23 PDT 2021
dangole pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/b34a349f0757fe6a3d96eb3ba70d63d80e7eba6e
commit b34a349f0757fe6a3d96eb3ba70d63d80e7eba6e
Author: Daniel Golle <daniel at makrotopia.org>
AuthorDate: Wed Sep 15 19:10:46 2021 +0100
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 at makrotopia.org>
---
target/linux/mediatek/Makefile | 2 +-
target/linux/mediatek/mt7623/target.mk | 2 +-
2 files changed, 2 insertions(+), 2 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
diff --git a/target/linux/mediatek/mt7623/target.mk b/target/linux/mediatek/mt7623/target.mk
index a9d6d2aea1..ad05367f86 100644
--- a/target/linux/mediatek/mt7623/target.mk
+++ b/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
More information about the lede-commits
mailing list