diff options
author | Mathew McBride <matt@traverse.com.au> | 2022-06-10 05:57:03 +0000 |
---|---|---|
committer | Petr Štetiar <ynezz@true.cz> | 2023-06-13 14:12:33 +0200 |
commit | f1a02ba135c388b3ff2400463c10f4f82584106b (patch) | |
tree | 78d44d56c2b07b950d0e3c0764650e45ba7e76cb /target/linux/armvirt/image/Makefile | |
parent | 182fb97d8f88cc62a31a3a4e873d1417cb1e4d8e (diff) | |
download | upstream-f1a02ba135c388b3ff2400463c10f4f82584106b.tar.gz upstream-f1a02ba135c388b3ff2400463c10f4f82584106b.tar.bz2 upstream-f1a02ba135c388b3ff2400463c10f4f82584106b.zip |
armvirt: add options and driver modules for NXP Layerscape DPAA2 platform
Tested with a Traverse Technologies Ten64 (LS1088A) board.
Signed-off-by: Mathew McBride <matt@traverse.com.au>
(23.05/5.15 version of commit 54bb95f879aaa62c4253d30390e77bc8180f4ed7)
Diffstat (limited to 'target/linux/armvirt/image/Makefile')
-rw-r--r-- | target/linux/armvirt/image/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/target/linux/armvirt/image/Makefile b/target/linux/armvirt/image/Makefile index 50c993b522..e88544c963 100644 --- a/target/linux/armvirt/image/Makefile +++ b/target/linux/armvirt/image/Makefile @@ -106,7 +106,8 @@ define Device/generic GRUB2_VARIANT := generic FILESYSTEMS := ext4 squashfs DEVICE_PACKAGES += kmod-amazon-ena kmod-e1000e kmod-vmxnet3 kmod-rtc-rx8025 \ - kmod-i2c-mux-pca954x kmod-gpio-pca953x partx-utils + kmod-i2c-mux-pca954x kmod-gpio-pca953x partx-utils kmod-wdt-sp805 \ + kmod-fsl-dpaa2-net endef TARGET_DEVICES += generic |