and udhcpc doesn't give output as we replace busybox by a static version.
also perform this command
- Code: Select all
debugon
It will give us more output in boot.log
Please try these command
- Code: Select all
busybox-org udhcpc --help
cd /bin
ldd busybox-org
cd /sbin
rm udhcpc
ln -s ../bin/busybox udhcpc
cd /
After that post the output here of these commands
Then reboot the nas and do not perform /rc.bootup3 but
- Code: Select all
/etc/init.d/rc.bootup1
I know, this will hang the nas as we know but with the debugon it should show
us were the lan setup hangs