This repo contains packages I've created for OpenWrt/LEDE Project routers. While some of these are packages are already available from official OpenWrt trunk and LEDE Project snapshots repositories/feeds, this repo usually contains newer versions.
To add this repo to your OpenWrt/LEDE Project router run the following commands:
opkg update; opkg install ca-certificates wget libopenssl
echo -e -n 'untrusted comment: LEDE usign key of Stan Grishin\nRWR//HUXxMwMVnx7fESOKO7x8XoW4/dRidJPjt91hAAU2L59mYvHy0Fa\n' > /tmp/stangri-repo.pub && opkg-key add /tmp/stangri-repo.pub
! grep -q 'stangri_repo' /etc/opkg/customfeeds.conf && echo 'src/gz stangri_repo https://raw.githubusercontent.com/stangri/openwrt-repo/master' >> /etc/opkg/customfeeds.conf
opkg update
opkg update
opkg list-installed | grep -q uclient-fetch || opkg install uclient-fetch
opkg list-installed | grep -q libustream || opkg install libustream-mbedtls
echo -e -n 'untrusted comment: LEDE usign key of Stan Grishin\nRWR//HUXxMwMVnx7fESOKO7x8XoW4/dRidJPjt91hAAU2L59mYvHy0Fa\n' > /tmp/stangri-repo.pub && opkg-key add /tmp/stangri-repo.pub
! grep -q 'stangri_repo' /etc/opkg/customfeeds.conf && echo 'src/gz stangri_repo https://raw.githubusercontent.com/stangri/openwrt-repo/master' >> /etc/opkg/customfeeds.conf
opkg update
Add the following line
src/gz stangri_repo https://raw.githubusercontent.com/stangri/openwrt-repo/master
to the repositories.conf
file inside your Image Builder directory. You can use the following shell script code to achieve that:
! grep -q 'stangri_repo' repositories.conf && sed -i '2 i\src/gz stangri_repo https://raw.githubusercontent.com/stangri/openwrt-repo/master' repositories.conf
The packages source code is available in my packages source. Check out the code for the individual packages you want into your SDK's package
folder or for luci apps into the package/luci/applications
folder.
This service can be used to monitor local BITMAIN Antminers. This is just the wrapper for Antminer Monitor python app. WARNING: Requires a router with a lot of flash, 128Mb recommended. Please see the README for further information.
This service can be used to fake internet connectivity for local devices. Can be used on routers with no internet access to suppress warnings on local devices on no internet connectivity. Please see the README and LEDE Project Forum Thread for further information.
This package enables Web UI for reboot to another partition functionality on supported (dual-partition) routers and to power off (power down) your OpenWrt/LEDE Project router. Please see the README and LEDE Project Forum Thread for further information.
This package installs Web UI for quickly updating your router firmware if you use automated snapshots build process which produces fully customized images and uploads them to your router. Requires sysupgrade-compatible upgrade file /tmp/firmware.img
and a one-line description (target/version/filename info) in /tmp/firmware.tag
. WARNING: does not keep your router settings.
This package enables Web UI for reboot to another partition functionality on supported (dual-partition) routers and to power off (power down) your OpenWrt/LEDE Project router by overwriting default System --> Reboot page. Please see the README for further information. This package has been superseded by luci-app-advanced-reboot
and is no longer developed/supported.
This package brings back the old button styles to the luci-theme-material
on OpenWrt 18.06.0-rc2 and later. Please see the README for further information.
This service provides lightweight and very fast dnsmasq-based ad blocking. Please see the README and LEDE Project Forum Thread for further information.
This package enables switching between Router
, Access Point
and Wireless Repeater
modes of operation for supported routers equipped with slider switch. It also sets the correct current mode
setting for the WLAN Blinker
service. Please see the README for further information.
This service can be used to enable policy-based routing for L2TP, Openconnect, OpenVPN and Wireguard tunnels and WAN/WAN6 interfaces. Supports policies based on domain names, IP addresses and/or ports. Compatible with legacy (IPv4) and modern (IPv6) protocols. Please see the README and LEDE Project Forum Thread for further information.
This service can be used to enable simple OpenVPN split tunneling. Supports accessing domains, IP ranges outside of your OpenVPN tunnel. Also supports dedicating local ports/IP ranges for direct internet access (outside of your OpenVPN tunnel). Please see the README and LEDE Project Forum Thread for further information.
This service can be used to indicate WLAN status by blinking the unused LED. Please see the README for further information.
This service can be used to configure router to sniff packets to/from monitored device on the device running Wireshark app. Please see the README for further information.