rt2800usb points to rt2870.bin but it’s not in /lib/firmware.
And I can’t seem to move it there by any means, maybe something with / being mounted as tmpfs and preventing /lib/firmware from being remounted with rw privileges.
*edit* I got the firmware package, also if the ralink modules fail to load such as:
error FATAL: Module rt2800lib, rt2x00usbm rt2x00lib not found.
It’s because of the “start-wifi” script located in /root/kerbynet.cgi/scripts. This needs to be edited according to this post https://www.zeroshell.org/forum/viewtopic.php?p=12401&sid=c853f9bad830deb1351c692fa2b69cf9
Where on line 11
MODULE=`lsmod |grep ^mac80211 |awk '{print $4}'`
should be replaced with
MODULE="rt2800usb"