diff options
author | Mathew McBride <matt@traverse.com.au> | 2023-02-11 03:58:09 +0000 |
---|---|---|
committer | Petr Štetiar <ynezz@true.cz> | 2023-06-13 14:12:36 +0200 |
commit | a86b74cbfea33814fb78946d75e73b7fdb496e43 (patch) | |
tree | d620a7fce27852136f9d0928629325a8a2c0ea30 /target/linux/armvirt/image | |
parent | a80eeec96d0826ecf516bc0d350ddb0221452c3d (diff) | |
download | upstream-a86b74cbfea33814fb78946d75e73b7fdb496e43.tar.gz upstream-a86b74cbfea33814fb78946d75e73b7fdb496e43.tar.bz2 upstream-a86b74cbfea33814fb78946d75e73b7fdb496e43.zip |
armvirt: 64: add Marvell (formerly Cavium) ThunderX series network driver
Based on working configuration supplied by Anton Antonov.
Signed-off-by: Mathew McBride <matt@traverse.com.au>
(cherry picked from commit 5d2a5f739840caa6e72b5c907d355f6aaca227d4)
Diffstat (limited to 'target/linux/armvirt/image')
-rw-r--r-- | target/linux/armvirt/image/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/armvirt/image/Makefile b/target/linux/armvirt/image/Makefile index 693ae38c08..928ee3ce85 100644 --- a/target/linux/armvirt/image/Makefile +++ b/target/linux/armvirt/image/Makefile @@ -108,8 +108,8 @@ define Device/generic DEVICE_PACKAGES += kmod-amazon-ena kmod-e1000e kmod-vmxnet3 kmod-rtc-rx8025 \ kmod-i2c-mux-pca954x kmod-gpio-pca953x partx-utils kmod-wdt-sp805 \ kmod-mvneta kmod-mvpp2 kmod-fsl-dpaa1-net kmod-fsl-dpaa2-net \ - kmod-fsl-enetc-net kmod-dwmac-imx kmod-fsl-fec \ - kmod-phy-aquantia kmod-phy-broadcom kmod-phy-marvell \ + kmod-fsl-enetc-net kmod-dwmac-imx kmod-fsl-fec kmod-thunderx-net \ + kmod-phy-aquantia kmod-phy-broadcom kmod-phy-marvell kmod-phy-marvell-10g kmod-atlantic endef TARGET_DEVICES += generic |