OpenWrt - Wikipedia
https://en.wikipedia.org/wiki/OpenWrtOpenWrt (from open wireless router) is an open-source project for embedded operating systems based on Linux, primarily used on embedded devices to route network traffic. The main components are Linux, util-linux, musl, and BusyBox. All components have been optimized to be small enough to fit into the limited storage and memory available in home routers.
[OpenWrt Wiki] Packages
https://openwrt.org/packages15.09.2021 · Packages The OpenWrt distributions provide several thousand packages to extend the functionality of your device. The browseable package lists in this wiki will always show packages available in the latest update of the stable release. Package database of 21.02
[OpenWrt Wiki] Smartphone USB tethering
openwrt.org › docs › guide-userNov 26, 2021 · opkg update opkg install kmod-nls-base kmod-usb-core kmod-usb-net kmod-usb-net-cdc-ether kmod-usb2. Additional steps for iOS devices: opkg update opkg install kmod-usb-net-ipheth usbmuxd libimobiledevice usbutils # Call usbmuxd usbmuxd -v # Add usbmuxd to autostart sed-i-e " \$ i usbmuxd" / etc / rc.local
[OpenWrt Wiki] Opkg package manager
openwrt.org › docs › guide-userOct 03, 2021 · The opkg utility is the lightweight package manager used for this job. Opkg is a fork of ipkg, the package manager used in NSLU2's Optware, which is designed to add software to stock firmware of embedded devices. Opkg is a full package manager for the root file system, including kernel modules and drivers, while ipkg is just a way to add ...
[OpenWrt Wiki] Packages
openwrt.org › packagesSep 15, 2021 · opkg update: Fetch a list of available packages from the OpenWrt package repository. opkg list: Display a list of available packages and their descriptions. opkg list | grep -e <search> Filter the list by a search term in the package name or its description. opkg install <packages> Install a package. opkg remove <packages>
GitHub - tavinus/opkg-upgrade: List and install OpenWRT ...
github.com › tavinus › opkg-upgradeOct 20, 2020 · # ./opkg-upgrade.sh -h Simple OPKG Updater v0.2.0 Usage: opkg-upgrade.sh [options] Options: -V, --version Show program name and version and exits -h, --help Show this help screen and exits -i, --install [dir] Install opkg-upgrade to [dir] or /usr/sbin Leave [dir] empty for default (/usr/sbin) -u, --upgrade-check Returns SUCCESS if there are updates available Quiet execution, returns 0 or 1 -l ...