[OpenWrt Wiki] Raspberry Pi
https://openwrt.org/toh/raspberry_pi_foundation/raspberry_piRaspberry Pi The Raspberry Pi is a single-board computer without an Ethernet Network Switch. There are many more Single-board computers without one. Raspberry Pi 1 and Zero support only soft-float (armel) which is slower than hard-float. Raspberry Pi 2 and 3 is compiled with the ARM hard-float kernel ABI (armhf), this means that non-integer math is done in hardware instead of …
[OpenWrt Wiki] LuCI essentials
https://openwrt.org/docs/guide-user/luci/luci.essentialsLuCI essentials This article relies on the following: * Accessing OpenWrt CLI * Managing configurations * Managing packages * Managing services Introduction While OpenWrt can be managed completely using SSH and the terminal, the LuCI WebUI makes many administration tasks easier. The OpenWrt full releases, such as the current 18.06.x series, ship with the LuCI …
[OpenWrt Wiki] LuCI essentials
openwrt.org › docs › guide-user# Upload packages to the router ssh root @ openwrt.lan mkdir-p / tmp / luci-offline scp *.ipk root @ openwrt.lan: / tmp / luci-offline # Install packages ssh root @ openwrt.lan opkg install / tmp / luci-offline /*.ipk # Clean up ssh root @ openwrt.lan rm-f-R / tmp / luci-offline