Extra Packages for OpenWrt
1. Add new opkg key:
wget
https://opkg.cooluc.com/key-build.pub
opkg-key
add
key-build.pub
2. Add opkg repository:
echo
"src/gz openwrt_extras https://opkg.cooluc.com/openwrt-23.05/$(. /etc/openwrt_release ; echo $DISTRIB_ARCH)"
>>
/etc/opkg/customfeeds.conf
3. Update opkg sources:
opkg update
4. Now you can go to luci and search for packages to install. After the first installed, you need
to reboot.