Skip to content

Commit

Permalink
mediatek: filogic: include Airoha PHY driver and firmware
Browse files Browse the repository at this point in the history
Make sure initramfs images are built including the Airoha PHY driver and
firmware. Fixes initramfs generated by buildbots for the OpenWrt One as
well as the BananaPi BPi-R3 mini.
Do this by including kmod-phy-airoha-en8811h by default and then
deselect it for all device which do not have that phy.
Not very beautiful, but works.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
  • Loading branch information
dangowrt committed Jul 1, 2024
1 parent 90b6728 commit ac2c1aa
Show file tree
Hide file tree
Showing 2 changed files with 57 additions and 57 deletions.
2 changes: 1 addition & 1 deletion target/linux/mediatek/filogic/target.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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-phy-aquantia kmod-crypto-hw-safexcel wpad-basic-mbedtls uboot-envtools kmod-phy-airoha-en8811h
KERNELNAME:=Image dtbs

define Target/Description
Expand Down
Loading

0 comments on commit ac2c1aa

Please sign in to comment.