Hi all!
I have a question about TP-Link TL-WR1043N/ND v2 router and udhcpc settings. Router uses OpenWrt Chaos Calmer 15.05 / LuCI (git-15.248.30277-3836b45). I have problems obtaining IP via DHCP from DOCSIS 3 cable modem.
I found similar issue for Tomato-based routers in the same situation and solution is to put the following under DHCPC options:
--retries=2 --timeout=5 --tryagain=310
Is there any way to do the same for OpenWRT-based router without recompiling busybox ?