On 8/11/22 06:29, Thomas Landgraf wrote:
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 <nicho...@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.