]> git.99rst.org Git - openwrt-packages.git/commit
modemmanager: fix custom initial EPS bearer username
authorMichael Pfeifroth <redacted>
Thu, 17 Sep 2026 07:53:34 +0000 (09:53 +0200)
committerFlorian Eckert <redacted>
Thu, 17 Sep 2026 14:54:35 +0000 (16:54 +0200)
commitf601e632e7d72da45ea7ff6a0dba01433f187d0a
treece9faa6729c35661faa8a8f836a6f03ca3542710
parentbaac45838ddf532188b86d9c72aeea12fb6bc8c1
modemmanager: fix custom initial EPS bearer username

The custom initial EPS bearer code uses init_username, which agrees
with the documented UCI option. However, the option was registered
and read as init_user, so init_username was discarded before the
custom EPS bearer settings were passed to mmcli.

Register and read the option consistently as init_username.

Signed-off-by: Michael Pfeifroth <redacted>
net/modemmanager/Makefile
net/modemmanager/files/lib/netifd/proto/modemmanager.sh
git clone https://git.99rst.org/PROJECT