[openwrt/openwrt] mediatek: add uqmi to RUTC50 default packages
LEDE Commits
lede-commits at lists.infradead.org
Tue Nov 18 12:45:14 PST 2025
blocktrron pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/80ba925d022443287253b4f653c432604b6d3aad
commit 80ba925d022443287253b4f653c432604b6d3aad
Author: David Bauer <mail at david-bauer.net>
AuthorDate: Sun Sep 28 17:10:01 2025 +0200
mediatek: add uqmi to RUTC50 default packages
Teltonika RUTC50 has a 5G modem. Install uqmi by default to control the
modem with the default package set.
Signed-off-by: David Bauer <mail at david-bauer.net>
---
target/linux/mediatek/image/filogic.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/target/linux/mediatek/image/filogic.mk b/target/linux/mediatek/image/filogic.mk
index c414ea4739..ac3b6dc5a0 100644
--- a/target/linux/mediatek/image/filogic.mk
+++ b/target/linux/mediatek/image/filogic.mk
@@ -2219,7 +2219,7 @@ define Device/teltonika_rutc50
KERNEL_IN_UBI := 1
UBINIZE_OPTS := -E 5
DEVICE_PACKAGES := kmod-mt7915e kmod-mt7981-firmware mt7981-wo-firmware kmod-usb3 kmod-usb-net-qmi-wwan \
- kmod-usb-serial-option kmod-gpio-nxp-74hc164
+ kmod-usb-serial-option kmod-gpio-nxp-74hc164 uqmi
IMAGES += factory.bin
IMAGE/factory.bin := append-ubi | append-teltonika-metadata
IMAGE/sysupgrade.bin := sysupgrade-tar | append-metadata
More information about the lede-commits
mailing list