[openwrt/openwrt] armsr: armv8: add bcmgenet (Raspberry Pi 4 GENET) to profile
LEDE Commits
lede-commits at lists.infradead.org
Sat Aug 19 06:12:46 PDT 2023
hauke pushed a commit to openwrt/openwrt.git, branch openwrt-23.05:
https://git.openwrt.org/3477c79c6bb4aa23cdaaf426666265d2b773d709
commit 3477c79c6bb4aa23cdaaf426666265d2b773d709
Author: Mathew McBride <matt at traverse.com.au>
AuthorDate: Mon Aug 7 05:06:43 2023 +0000
armsr: armv8: add bcmgenet (Raspberry Pi 4 GENET) to profile
kmod-bcmgenet is needed for Ethernet support on the
Raspberry Pi 4.
Signed-off-by: Mathew McBride <matt at traverse.com.au>
(cherry picked from commit 911ee97774d2542300916f0e2763aa54c2a4dff1)
---
target/linux/armsr/image/Makefile | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/target/linux/armsr/image/Makefile b/target/linux/armsr/image/Makefile
index e4ba7988ec..9c33fd898d 100644
--- a/target/linux/armsr/image/Makefile
+++ b/target/linux/armsr/image/Makefile
@@ -111,7 +111,8 @@ define Device/generic
kmod-mvneta kmod-mvpp2 kmod-fsl-dpaa1-net kmod-fsl-dpaa2-net \
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-atlantic
+ kmod-phy-marvell kmod-phy-marvell-10g kmod-atlantic \
+ kmod-bcmgenet
endef
TARGET_DEVICES += generic
More information about the lede-commits
mailing list