Created
November 1, 2021 11:03
-
-
Save danyanya/958f9e9066ec9e2d82a52e1ea0141c04 to your computer and use it in GitHub Desktop.
OpenWRT: basic packages for our usage
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Install additional pkgs via opkg | |
opkg update | |
# All possible modems pkgs | |
opkg install usb-modeswitch kmod-mii kmod-usb-net kmod-usb-net-cdc-ether kmod-usb-net-cdc-mbim kmod-usb-net-cdc-ncm kmod-usb-net-huawei-cdc-ncm kmod-usb-net-qmi-wwan kmod-usb-net-rndis kmod-usb-wdm kmod-usb-net-qmi-wwan kmod-usb-net-asix kmod-usb-net-asix-ax88179 kmod-usb-net-ipheth usbmuxd libimobiledevice uqmi wwan umbim comgt comgt-ncm usbreset | |
opkg install kmod-usb-ohci-pci kmod-usb2-pci kmod-usb-serial-option kmod-usb-serial kmod-usb-serial-wwan usbutils | |
# StrongSwan for IPSec - Control plane | |
opkg install strongswan-minimal | |
# SNMP daemon | |
opkg install mini_snmpd | |
# LUA libs | |
opkg install uhttpd-mod-lua | |
opkg install lua-rs232 luaposix | |
opkg install libuci-lua libubus-lua lua-cjson coreutils-nohup | |
#Misc libs | |
opkg install procps-ng-pkill zabbix-agentd | |
# mwan3 | |
opkg install mwan3 | |
# install uuid | |
opkg install uuidgen uuid | |
# install luci /qos | |
opkg install luci luci-app-mwan3 luci-app-qos |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment