dave14305
Part of the Furniture
Sorry, I don't have time to do this test right now.
I hope someone else will be able to do it and that it will solve the problem of empty boxes and missing QRCODES.
Thank you for taking care of this bug.
I don’t believe Merlin intends to fix this since it is already fixed in later ASUS GPL versions. If you want to fix this locally until the next official Merlin release with new GPL (unknown ETA), you can add this code toI hope I can try tonight.
/jffs/scripts/services-start
and reboot, or just execute the services-start script manually.
Bash:
#!/bin/sh
cp /www/device-map/router.asp /tmp/router.asp
sed -Ei "/^_element = / s/'wl[012](\.1)?_wpa_psk', //g" /tmp/router.asp
if ! diff -q /tmp/router.asp /www/device-map/router.asp; then
mount -o bind /tmp/router.asp /www/device-map/router.asp
else
rm /tmp/router.asp
fi