diff options
author | Mathew McBride <matt@traverse.com.au> | 2023-03-20 02:53:31 +0000 |
---|---|---|
committer | Petr Štetiar <ynezz@true.cz> | 2023-06-13 14:14:24 +0200 |
commit | bbd1676cd2bb02f537cc19366c2872c1f5b6cc96 (patch) | |
tree | fb483fa1049bb0b3c94833e5747984dbc11edeab /target/linux/armvirt/image/Makefile | |
parent | 4d13a09ba0835d5d60ae6f04818cb592a1cd59dd (diff) | |
download | upstream-bbd1676cd2bb02f537cc19366c2872c1f5b6cc96.tar.gz upstream-bbd1676cd2bb02f537cc19366c2872c1f5b6cc96.tar.bz2 upstream-bbd1676cd2bb02f537cc19366c2872c1f5b6cc96.zip |
armvirt: 64: add Allwinner A3/A83T/A64 (sun8i family) Ethernet
Add support for the dwmac (stmmac) variant used by Allwinner
Arm64 boards.
Signed-off-by: Mathew McBride <matt@traverse.com.au>
(cherry picked from commit 847467a5729995a98aa34329f6fa0ed4cb79d210)
Diffstat (limited to 'target/linux/armvirt/image/Makefile')
-rw-r--r-- | target/linux/armvirt/image/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/armvirt/image/Makefile b/target/linux/armvirt/image/Makefile index 928ee3ce85..a4c0c17ec6 100644 --- a/target/linux/armvirt/image/Makefile +++ b/target/linux/armvirt/image/Makefile @@ -109,7 +109,7 @@ define Device/generic 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-thunderx-net \ - kmod-phy-aquantia kmod-phy-broadcom kmod-phy-marvell + kmod-dwmac-sun8i kmod-phy-aquantia kmod-phy-broadcom kmod-phy-marvell \ kmod-phy-marvell-10g kmod-atlantic endef TARGET_DEVICES += generic |