Official DOTYWRT OpenWrt Feed
Add DOTYWRT Feed
Copy and run this command in your OpenWrt terminal to add the public key, custom feed source, and update package lists.
OpenWrt Install Command
Paste this command into SSH or LuCI Terminal.
mkdir -p /etc/opkg/keys wget -O /etc/opkg/keys/c6b65fe4d089010a https://feed.dotycat.com/v1.0/key-build.pub chmod 0644 /etc/opkg/keys/c6b65fe4d089010a touch /etc/opkg/customfeeds.conf grep -qxF 'src/gz doty_base https://feed.dotycat.com/v1.0/base' /etc/opkg/customfeeds.conf || echo 'src/gz doty_base https://feed.dotycat.com/v1.0/base' >> /etc/opkg/customfeeds.conf grep -qxF 'src/gz doty_packages https://feed.dotycat.com/v1.0/packages' /etc/opkg/customfeeds.conf || echo 'src/gz doty_packages https://feed.dotycat.com/v1.0/packages' >> /etc/opkg/customfeeds.conf opkg update