LuCI JS interface to define the available modems. The list of modems will make it easier for the user to switch between modems in my other LuCI applications.
Supported packages:
- luci-app-3ginfo-lite
Pokaż | Show me
4IceG/luci-app-modemdefine/releases
Step 2. Add my repository (https://github.com/4IceG/Modem-extras) to the image and follow the commands.
opkg update
opkg install luci-app-modemdefine
Pokaż | Show me
#The package can be added to Openwrt sources in two ways:
cd feeds/luci/applications/
git clone https://github.com/4IceG/luci-app-modemdefine.git
cd ../../..
./scripts feeds update -a; ./scripts/feeds install -a
make menuconfig
or e.g.
cd packages/
git clone https://github.com/4IceG/luci-app-modemdefine.git
git pull
make package/symlinks
make menuconfig
#You may need to correct the file paths and the number of folders to look like this:
feeds/luci/applications/luci-app-modemdefine/Makefile
or
packages/luci-app-modemdefine/Makefile
#Then you can compile the packages one by one, an example command:
make V=s -j1 feeds/luci/applications/luci-app-modemdefine/compile