diff options
| author | Mathew McBride | 2024-05-28 23:09:17 +0000 |
|---|---|---|
| committer | Hauke Mehrtens | 2024-07-06 16:37:39 +0000 |
| commit | 2a099d36a7e20a265d49cebf873355bd36f57f6d (patch) | |
| tree | 2dd2a180e6a533d78513f72a8548d1aa6787ecdc | |
| parent | 7a4f468d07cfc5bb6bef133fc6085a57acd31162 (diff) | |
| download | openwrt-2a099d36a7e20a265d49cebf873355bd36f57f6d.tar.gz | |
armsr: add realtek and smsc ethernet phy drivers to the default image
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 <matt@traverse.com.au>
(cherry picked from commit bcbdde00c3a81a53d11ddc6101517185ae426691)
Link: https://github.com/openwrt/openwrt/pull/15808
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
| -rw-r--r-- | target/linux/armsr/image/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/target/linux/armsr/image/Makefile b/target/linux/armsr/image/Makefile index 21f4c7dc54..4c20cf0e9f 100644 --- a/target/linux/armsr/image/Makefile +++ b/target/linux/armsr/image/Makefile @@ -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 |