This website works better with JavaScript.
Home
Help
Sign In
LILiK
/
openwrt-packages-dist
Watch
5
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
modemmanager: add default proto configs
Signed-off-by: Aleksander Morgado <aleksander@aleksander.es>
lilik-openwrt-22.03
Aleksander Morgado
5 years ago
parent
31636735a1
commit
92781ecc7f
2 changed files
with
2 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
net/modemmanager/Makefile
+1
-0
net/modemmanager/files/modemmanager.proto
+ 1
- 1
net/modemmanager/Makefile
View File
@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME
:=
modemmanager
PKG_VERSION
:=
1.12.0
PKG_RELEASE
:=
3
PKG_RELEASE
:=
4
PKG_SOURCE
:=
ModemManager-
$(
PKG_VERSION
)
.tar.xz
PKG_SOURCE_URL
:=
https://www.freedesktop.org/software/ModemManager
+ 1
- 0
net/modemmanager/files/modemmanager.proto
View File
@ -311,6 +311,7 @@ proto_modemmanager_init_config() {
proto_config_add_string
pincode
proto_config_add_string
iptype
proto_config_add_boolean
lowpower
proto_config_add_defaults
}
proto_modemmanager_setup
(
)
{
Write
Preview
Loading…
Cancel
Save