* Stephen Parry <sgpa...@mainscreen.com> [24.08.2014 08:28]:
> +if [ -e /bin/ramfsinit ]; then
> +     exec /bin/ramfsinit
> +fi

better use:
elif [ -e /sbin/ramfsinit ]; then

> +if [ -e /sbin/ramfsinit ]; then
> +     exec /sbin/ramfsinit
> +fi

bye, bastian
_______________________________________________
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel

Reply via email to