Fix build on non-SMP machines of the remote GDB debugging (#2666)
[openwrt.git] / package / dnsmasq / files / dnsmasq.init
index 9797490..75b20df 100644 (file)
@@ -144,6 +144,8 @@ dhcp_host_add() {
        config_get mac "$cfg" mac
        [ -n "$mac" ] || return 0
 
+       config_get ip "$cfg" ip
+       [ -n "$ip" ] || return 0
 
        append args "--dhcp-host=$mac,$ip"
 
This page took 0.031077 seconds and 4 git commands to generate.