Hi, I'm not sure if this belongs in TCB or TCE issue.
Since I'm using piCore beta release, it could be in there, too.
Anyway, I have a relatively modern router: TP-LINK Mesh WDR7650
It refuses to assign an IP address to piCore from time to time.
Manually type
sudo pkill udhcpc
sudo udhcpc eth0
would start an endless request loop.
This behavior never happens on older routers.
A TCB busybox issue maybe ?
Not sure about the other architectures.
When I switch to Raspbian, the network is back to normal.
Then I see they're using a different
DHCP client.
I download the source and compile it.
Using this client, I manage to resolve the network problem.
If I were to submit this extension, what value should I choose for "--localstatedir" in configure ?
The default path is
/var (It creates empty directory
/var/db/dhcpcd for later use)
Should I use
/usr/local/var instead ?