diff options
author | Mathew McBride <matt@traverse.com.au> | 2023-08-16 06:43:18 +0000 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2023-08-19 15:11:55 +0200 |
commit | a506859f60d2a7d5756987602a550d920f17da4d (patch) | |
tree | dd977b1268f09f9ec42093ab31d206e69dfd392d | |
parent | cebed31c1f632f7fbab142574ea1fb9065917fdb (diff) | |
download | upstream-a506859f60d2a7d5756987602a550d920f17da4d.tar.gz upstream-a506859f60d2a7d5756987602a550d920f17da4d.tar.bz2 upstream-a506859f60d2a7d5756987602a550d920f17da4d.zip |
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@traverse.com.au>
-rw-r--r-- | target/linux/armsr/image/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |