Skip to content

mips171/luci-proto-modemmanager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 

Repository files navigation

luci-proto-modemmanager

For OpenWrt 18.xx and below only. Users of newer OpenWrt/LuCI versions should use the upstream version. This luci-protocol adds support to set up and configure basic options for a modem using ModemManager and LuCI on OpenWrt. Requires ModemManager. Assumes a modem is installed and working.

Features

  • Automatically detects the modem
  • Offers several APN's to choose from, users can add more
  • Works with the default OpenWrt BusyBox configuration

Screen Shot 2018-10-30 at 11.13.54 am.jpg

Requirements

  • ModemManager installed and running
  • grep (included in BusyBox by default)
  • tr (included in BusyBox by default)

Install

  1. Edit your feeds.conf and add the configuration of the new feed:
    $ vim feeds.conf
        src-git luci_proto_modemmanager https://github.com/nickberry17/luci-proto-modemmanager.git
  1. Update the feed:
    $ ./scripts/feeds update luci_proto_modemmanager
  1. Install all packages from the feed:
    $ ./scripts/feeds install -p luci_proto_modemmanager -a
  1. enable in menuconfig

Download:

$ git clone https://github.com/nickberry17/luci-proto-modemmanager.git

Issues

If you come across a bug or have an enhancement I invite you to open an issue.

About

Manage ModemManager interfaces in LuCI

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published