Quote:
Originally Posted by Aydan
I'm using FW2.5.2.
could you give me the output of
Code:
busybox | grep udhcpd
and
Code:
busybox | grep -c udhcpd
for your firmware? The first should come back empty the other with "0".
If that is so I can make use of the old binary conditional.
Regards
Aydan
|
Yes, both commands return the expected results.
AW I don't think it is worth the effort using a conditional: udhcpd is gone in 2.6.1, and in 2.8.1 and probably will never be back in future firmwares, and by using an old binary with a known working udhcpd you don't risk any problem with other functionalities and still have to waste space for the old binary.