mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-02-02 09:43:13 +01:00
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 <newtwen+github@gmail.com> Link: https://github.com/openwrt/openwrt/pull/19488 [Do not explicitly remove kmod-phy-aquantia from gatonetworks_gdsp] Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
11 lines
318 B
Makefile
11 lines
318 B
Makefile
ARCH:=aarch64
|
|
SUBTARGET:=filogic
|
|
BOARDNAME:=Filogic 8x0 (MT798x)
|
|
CPU_TYPE:=cortex-a53
|
|
DEFAULT_PACKAGES += fitblk kmod-crypto-hw-safexcel wpad-basic-mbedtls uboot-envtools
|
|
KERNELNAME:=Image dtbs
|
|
DEFAULT_PROFILE:=openwrt_one
|
|
|
|
define Target/Description
|
|
Build firmware images for MediaTek Filogic ARM based boards.
|
|
endef
|