From: Paul Donald Date: Mon, 21 Jul 2025 17:54:43 +0000 (+0200) Subject: mediatek: remove the aquantia kmod from filogic mediatek platforms X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F19488%2Fhead;p=thirdparty%2Fopenwrt.git mediatek: remove the aquantia kmod from filogic mediatek platforms The kmod is installed on all filogic mediatek images, even for devices that do not have any aquantia hardware. Remove it. Signed-off-by: Paul Donald Link: https://github.com/openwrt/openwrt/pull/19488 [Do not explicitly remove kmod-phy-aquantia from gatonetworks_gdsp] Signed-off-by: Hauke Mehrtens --- diff --git a/target/linux/mediatek/filogic/target.mk b/target/linux/mediatek/filogic/target.mk index 52ce25de1ee..1df1acc695d 100644 --- a/target/linux/mediatek/filogic/target.mk +++ b/target/linux/mediatek/filogic/target.mk @@ -2,7 +2,7 @@ ARCH:=aarch64 SUBTARGET:=filogic BOARDNAME:=Filogic 8x0 (MT798x) CPU_TYPE:=cortex-a53 -DEFAULT_PACKAGES += fitblk kmod-phy-aquantia kmod-crypto-hw-safexcel wpad-basic-mbedtls uboot-envtools +DEFAULT_PACKAGES += fitblk kmod-crypto-hw-safexcel wpad-basic-mbedtls uboot-envtools KERNELNAME:=Image dtbs DEFAULT_PROFILE:=openwrt_one diff --git a/target/linux/mediatek/image/filogic.mk b/target/linux/mediatek/image/filogic.mk index 4443948b677..2799353beb9 100644 --- a/target/linux/mediatek/image/filogic.mk +++ b/target/linux/mediatek/image/filogic.mk @@ -1050,7 +1050,7 @@ define Device/gatonetworks_gdsp DEVICE_PACKAGES := e2fsprogs f2fsck mkf2fs fitblk \ kmod-mt7915e kmod-mt7981-firmware \ kmod-usb-net-qmi-wwan kmod-usb-serial-option kmod-usb3 \ - mt7981-wo-firmware -kmod-phy-aquantia + mt7981-wo-firmware ARTIFACTS := preloader.bin bl31-uboot.fip sdcard.img.gz ARTIFACT/preloader.bin := mt7981-bl2 nor-ddr3 ARTIFACT/bl31-uboot.fip := mt7981-bl31-uboot gatonetworks_gdsp @@ -1454,7 +1454,7 @@ define Device/mediatek_mt7988a-rfb DEVICE_DTS_DIR := $(DTS_DIR)/ DEVICE_DTC_FLAGS := --pad 4096 DEVICE_DTS_LOADADDR := 0x45f00000 - DEVICE_PACKAGES := mt7988-2p5g-phy-firmware kmod-sfp + DEVICE_PACKAGES := mt7988-2p5g-phy-firmware kmod-sfp kmod-phy-aquantia KERNEL_LOADADDR := 0x46000000 KERNEL := kernel-bin | gzip KERNEL_INITRAMFS := kernel-bin | lzma | \