[openwrt/openwrt] armsr: add kmod-sfp to default device profile
LEDE Commits
lede-commits at lists.infradead.org
Sat Aug 19 06:12:50 PDT 2023
hauke pushed a commit to openwrt/openwrt.git, branch openwrt-23.05:
https://git.openwrt.org/a506859f60d2a7d5756987602a550d920f17da4d
commit a506859f60d2a7d5756987602a550d920f17da4d
Author: Mathew McBride <matt at traverse.com.au>
AuthorDate: Wed Aug 16 06:43:18 2023 +0000
armsr: add kmod-sfp to default device profile
This brings the 23.05 branch into parity with the main.
kmod-sfp was in the main branch profile but not the 23.05 version.
Signed-off-by: Mathew McBride <matt at traverse.com.au>
---
target/linux/armsr/image/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/target/linux/armsr/image/Makefile b/target/linux/armsr/image/Makefile
index 2548f40330..1df9657385 100644
--- a/target/linux/armsr/image/Makefile
+++ b/target/linux/armsr/image/Makefile
@@ -111,7 +111,7 @@ 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-sfp kmod-atlantic \
kmod-bcmgenet kmod-octeontx2-net
endef
TARGET_DEVICES += generic
More information about the lede-commits
mailing list