Skip to content

Commit

Permalink
armsr: add realtek and smsc ethernet phy drivers to the default image
Browse files Browse the repository at this point in the history
This adds two more common PHY brands to the image.
Realtek is used on the Google Coral "Phanbell" board (i.MX8MQ).
SMSC has been used on various Raspberry Pi boards.

Signed-off-by: Mathew McBride <[email protected]>
(cherry picked from commit bcbdde0)
Link: openwrt#15808
Signed-off-by: Hauke Mehrtens <[email protected]>
  • Loading branch information
mcbridematt authored and hauke committed Jul 6, 2024
1 parent 7a4f468 commit 2a099d3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion target/linux/armsr/image/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,8 @@ define Device/generic
kmod-fsl-enetc-net kmod-dwmac-imx kmod-fsl-fec kmod-thunderx-net \
kmod-dwmac-rockchip kmod-dwmac-sun8i kmod-phy-aquantia kmod-phy-broadcom \
kmod-phy-marvell kmod-phy-marvell-10g kmod-sfp kmod-atlantic \
kmod-bcmgenet kmod-octeontx2-net kmod-renesas-net-avb
kmod-bcmgenet kmod-octeontx2-net kmod-renesas-net-avb \
kmod-phy-realtek kmod-phy-smsc
endef
TARGET_DEVICES += generic

Expand Down

0 comments on commit 2a099d3

Please sign in to comment.