Hi,

openwrt uses a shutdown script from /etc/inittab called /sbin/halt. I consider this suboptimal since busybox provides its own conflicting /sbin/halt if enabled. This leads to reboot resulting in halt, for example smile

Would it be possible to rename the /sbin/halt script to something like /etc/init.d/rc.shutdown?

Enrik