OpenWRT 22.03-rc6 / ModemManager not on 1.18.8 Version with the Dispatcher support

Aleksander Morgado aleksandermj at chromium.org
Thu Aug 11 12:25:47 UTC 2022


Hey!

> > I wanted to test the new dispacher script for carrier network drop. I figured
> > out in 22.03-rc6 the opkg package
> > https://downloads.openwrt.org/releases/22.03.0-rc6/packages/arm_arm1176jzf-s_vfp/packages/modemmanager_1.18.6-1_arm_arm1176jzf-s_vfp.ipk
> > <https://downloads.openwrt.org/releases/22.03.0-rc6/packages/arm_arm1176jzf-s_vfp/packages/modemmanager_1.18.6-1_arm_arm1176jzf-s_vfp.ipk>
> > isn‘t updated to MM 1.18.8 already.
> >
> > How can I test MM 1.18.8 on openWrt 22.03 with the dispatcher sripts?
>
> You can modify locally your OpenWrt Makefile for ModemManager, it should have
> this at the top:
>
> (feeds/packages/net/modemmanager)
>
> PKG_NAME:=modemmanager
> PKG_SOURCE_VERSION:=1.18.8
> PKG_RELEASE:=$(AUTORELEASE)
>
> PKG_SOURCE_PROTO:=git
> PKG_SOURCE_URL:=https://gitlab.freedesktop.org/mobile-broadband/ModemManager.git
> PKG_MIRROR_HASH:=a9347149ade61f3b4befd9cda105b0d997079d11fd228177c2a4a5557f3166ec
>
> PKG_MAINTAINER:=Nicholas Smith <nicholas at nbembedded.com>
> PKG_LICENSE:=GPL-2.0-or-later
> PKG_LICENSE_FILES:=COPYING
>
>
> You can build the package by itself or a whole new image.

I was writing mostly the same response myself :)

But wondering, are there any nightly builds from the master branch or
similar for that specific architecture? Maybe there is already an
existing .ipk for the MM version in master that could be installed in
the 22.03 system. The MM deps will be the same at least.

-- 
Aleksander


More information about the ModemManager-devel mailing list