mediatek: broaden filogic target description
The filogic subtarget now also supports MT7981 and will in future also support MT7988. Reflect that in the target description. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
This commit is contained in:
		| @@ -1,8 +1,8 @@ | ||||
| ARCH:=aarch64 | ||||
| SUBTARGET:=filogic | ||||
| BOARDNAME:=Filogic 830 (MT7986) | ||||
| BOARDNAME:=Filogic 8x0 (MT798x) | ||||
| CPU_TYPE:=cortex-a53 | ||||
| DEFAULT_PACKAGES += kmod-crypto-hw-safexcel kmod-mt7915e kmod-mt7986-firmware wpad-basic-mbedtls uboot-envtools mt7986-wo-firmware | ||||
| DEFAULT_PACKAGES += kmod-crypto-hw-safexcel kmod-mt7915e wpad-basic-mbedtls uboot-envtools | ||||
| KERNELNAME:=Image dtbs | ||||
|  | ||||
| define Target/Description | ||||
|   | ||||
| @@ -63,7 +63,7 @@ define Device/bananapi_bpi-r3 | ||||
|   DEVICE_DTS_CONFIG := config-mt7986a-bananapi-bpi-r3 | ||||
|   DEVICE_DTS_OVERLAY:= mt7986a-bananapi-bpi-r3-nor mt7986a-bananapi-bpi-r3-emmc-nor mt7986a-bananapi-bpi-r3-emmc-snand mt7986a-bananapi-bpi-r3-snand | ||||
|   DEVICE_DTS_DIR := ../dts | ||||
|   DEVICE_PACKAGES := kmod-hwmon-pwmfan kmod-i2c-gpio kmod-sfp kmod-usb3 e2fsprogs f2fsck mkf2fs | ||||
|   DEVICE_PACKAGES := kmod-hwmon-pwmfan kmod-i2c-gpio kmod-mt7986-firmware kmod-sfp kmod-usb3 e2fsprogs f2fsck mkf2fs mt7986-wo-firmware | ||||
|   IMAGES := sysupgrade.itb | ||||
|   KERNEL_INITRAMFS_SUFFIX := -recovery.itb | ||||
|   ARTIFACTS := \ | ||||
| @@ -107,6 +107,7 @@ define Device/mediatek_mt7986a-rfb-nand | ||||
|   DEVICE_MODEL := MT7986 rfba AP (NAND) | ||||
|   DEVICE_DTS := mt7986a-rfb-spim-nand | ||||
|   DEVICE_DTS_DIR := $(DTS_DIR)/ | ||||
|   DEVICE_PACKAGES := kmod-mt7986-firmware mt7986-wo-firmware | ||||
|   KERNEL_LOADADDR := 0x48000000 | ||||
|   SUPPORTED_DEVICES := mediatek,mt7986a-rfb-snand | ||||
|   UBINIZE_OPTS := -E 5 | ||||
| @@ -130,6 +131,7 @@ define Device/mediatek_mt7986b-rfb | ||||
|   DEVICE_MODEL := MTK7986 rfbb AP | ||||
|   DEVICE_DTS := mt7986b-rfb | ||||
|   DEVICE_DTS_DIR := $(DTS_DIR)/ | ||||
|   DEVICE_PACKAGES := kmod-mt7986-firmware mt7986-wo-firmware | ||||
|   KERNEL_LOADADDR := 0x48000000 | ||||
|   SUPPORTED_DEVICES := mediatek,mt7986b-rfb | ||||
|   UBINIZE_OPTS := -E 5 | ||||
| @@ -148,7 +150,7 @@ define Device/xiaomi_redmi-router-ax6000-stock | ||||
|   DEVICE_MODEL := Redmi Router AX6000 (stock layout) | ||||
|   DEVICE_DTS := mt7986a-xiaomi-redmi-router-ax6000-stock | ||||
|   DEVICE_DTS_DIR := ../dts | ||||
|   DEVICE_PACKAGES := kmod-leds-ws2812b | ||||
|   DEVICE_PACKAGES := kmod-leds-ws2812b kmod-mt7986-firmware mt7986-wo-firmware | ||||
|   KERNEL_LOADADDR := 0x48000000 | ||||
|   UBINIZE_OPTS := -E 5 | ||||
|   BLOCKSIZE := 128k | ||||
| @@ -166,7 +168,7 @@ define Device/xiaomi_redmi-router-ax6000-ubootmod | ||||
|   DEVICE_MODEL := Redmi Router AX6000 (OpenWrt U-Boot layout) | ||||
|   DEVICE_DTS := mt7986a-xiaomi-redmi-router-ax6000-ubootmod | ||||
|   DEVICE_DTS_DIR := ../dts | ||||
|   DEVICE_PACKAGES := kmod-leds-ws2812b | ||||
|   DEVICE_PACKAGES := kmod-leds-ws2812b kmod-mt7986-firmware mt7986-wo-firmware | ||||
|   KERNEL_INITRAMFS_SUFFIX := -recovery.itb | ||||
|   IMAGES := sysupgrade.itb | ||||
|   KERNEL_LOADADDR := 0x48000000 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Daniel Golle
					Daniel Golle