[PACKAGE] Entware, the ultimate repo with about 2000 packages

I’m currently fixing the reboot behavior.
You may get slow boot behavior and this message in the WD web interface:

Power was lost from the system. Performing file system consistency check. Please wait.

This happens when you have installed busybox (which you should :))… it creates an new reboot command that doesn’t go through all the cleanup steps of the WD shutdown. Best to rename it

mv /opt/sbin/reboot /opt/sbin/reboot-fast

It should be fixed in the upcoming v0.06 release.

EDIT: please let me know if you still have reboot issues.