[openwrt/openwrt] mvebu: add depends for Turris MOX boards

LEDE Commits lede-commits at lists.infradead.org
Thu Feb 12 13:25:43 PST 2026


hauke pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/bbfee76d1d7a08a5a89eb1d15a106ff567039521

commit bbfee76d1d7a08a5a89eb1d15a106ff567039521
Author: Tomáš Macholda <tomas.macholda at nic.cz>
AuthorDate: Mon Nov 10 16:57:14 2025 +0100

    mvebu: add depends for Turris MOX boards
    
    Add dependencies for Turris MOX board modules directly as
    DEVICE_PACKAGES. (So that users don't have to add them manually.)
    
    The device uses an SD card for primary storage so space shouldn't be an
    issue.
    
    Signed-off-by: Tomáš Macholda <tomas.macholda at nic.cz>
    Link: https://github.com/openwrt/openwrt/pull/21151
    Signed-off-by: Hauke Mehrtens <hauke at hauke-m.de>
---
 target/linux/mvebu/image/cortexa53.mk | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/target/linux/mvebu/image/cortexa53.mk b/target/linux/mvebu/image/cortexa53.mk
index bf0c9be2e6..e90f01308c 100644
--- a/target/linux/mvebu/image/cortexa53.mk
+++ b/target/linux/mvebu/image/cortexa53.mk
@@ -2,7 +2,11 @@ define Device/cznic_turris-mox
   $(call Device/Default-arm64)
   DEVICE_VENDOR := CZ.NIC
   DEVICE_MODEL := Turris MOX
-  DEVICE_PACKAGES := kmod-usb2 kmod-gpio-button-hotplug kmod-rtc-ds1307 kmod-i2c-pxa
+  DEVICE_PACKAGES += kmod-usb2 kmod-usb3 \
+    kmod-rtc-ds1307 kmod-i2c-pxa kmod-dsa kmod-dsa-mv88e6xxx kmod-sfp \
+    kmod-phy-marvell kmod-phy-marvell-10g kmod-ath10k ath10k-board-qca988x \
+    ath10k-firmware-qca988x kmod-mt7915e kmod-mt7915-firmware mwlwifi-firmware-88w8997 \
+    wpad-basic-mbedtls
   SOC := armada-3720
   BOOT_SCRIPT := turris-mox
 endef




More information about the lede-commits mailing list