PDA

Bekijk de volledige versie : 1.7.5.6-2 /init/rc.dnsmasq



mdounin
02-05-2004, 19:33
Just to make sure it's known.

Firmware 1.7.5.6-2 (from Oleg) has typos in /init/rc.dnsmasq and as a result WINS server ip not sent to dhcp clients.

Quick-fix code:
nvram set bootCmdX="sed 's/ CONFIG/ \$CONFIG/' /init/rc.dnsmasq > /var/tmp/rc.dnsmasq; killall dnsmasq; /bin/sh /var/tmp/rc.dnsmasq"
nvram commit

Oleg
02-05-2004, 19:54
Thank you for your findings. Fixed.
Also, I'm suggesting to post a patches in the unified format with fixes.

Regards,
Oleg.