This repo contains packages I've created for OpenWrt/LEDE Project routers. While some of these are packages are already available from official OpenWrt release/snapshots repositories/feeds, this repo usually contains newer versions.
The repository is currently hosted at GitHub. If you have problems accessing GitHub or access to GitHub may be blocked at the location where your router is installed, skip to the Add Repository (jsdelivr) section, otherwise run the following commands to add this repo to your router:
opkg update; if ubus -S call system board | grep -q '15.05'; then opkg install ca-certificates wget libopenssl; else opkg install uclient-fetch libustream-mbedtls ca-bundle ca-certificates; fi
echo -e -n 'untrusted comment: OpenWrt usign key of Stan Grishin\nRWR//HUXxMwMVnx7fESOKO7x8XoW4/dRidJPjt91hAAU2L59mYvHy0Fa\n' > /etc/opkg/keys/7ffc7517c4cc0c56
! 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
If you have problems accessing GitHub or access to GitHub may be blocked at the location where your router is installed, you can instruct your router to use jsdelivr CDN for my repo, by running the following commands to add this repo to your router:
opkg update; if ubus -S call system board | grep -q '15.05'; then opkg install ca-certificates wget libopenssl; else opkg install uclient-fetch libustream-mbedtls ca-bundle ca-certificates; fi
echo -e -n 'untrusted comment: OpenWrt usign key of Stan Grishin\nRWR//HUXxMwMVnx7fESOKO7x8XoW4/dRidJPjt91hAAU2L59mYvHy0Fa\n' > /etc/opkg/keys/7ffc7517c4cc0c56
! grep -q 'stangri_repo' /etc/opkg/customfeeds.conf && echo 'src/gz stangri_repo https://cdn.jsdelivr.net/gh/stangri/openwrt-repo@master' >> /etc/opkg/customfeeds.conf
opkg update
Please note that there may be delay in jsdelivr CDN cache updates comparing to GitHub which may cause opkg
to pull older files and/or complain about wrong signature.
Add the following line
src/gz stangri_repo https://cdn.jsdelivr.net/gh/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://cdn.jsdelivr.net/gh/stangri/openwrt-repo@master' repositories.conf
The packages source code is available in my packages source on GitHub/jsDelivr. 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 on GitHub/jsDelivr 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 on GitHub/jsDelivr and OpenWrt Forum Thread for further information.
This is a lean RFC8484-compatible DNS-over-HTTPS (DoH) proxy service which supports DoH servers ran by AdGuard, CleanBrowsing, Cloudflare, Google, ODVR (nic.cz) and Quad9. Please see the README on GitHub/jsDelivr 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 router. Please see the README on GitHub/jsDelivr and OpenWrt 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 router by overwriting default System --> Reboot page. Please see the README on GitHub/jsDelivr 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 on GitHub/jsDelivr for further information.
This service provides lightweight and very fast dnsmasq-based ad blocking. Please see the README on GitHub/jsDelivr and OpenWrt 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 (README on GitHub/jsDelivr). Please see the README on GitHub/jsDelivr 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 on GitHub/jsDelivr and OpenWrt 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 on GitHub/jsDelivr and OpenWrt Forum Thread for further information.
This service can be used to indicate WLAN status by blinking the unused LED. Please see the README on GitHub/jsDelivr 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 on GitHub/jsDelivr for further information.