netifd: Remove hardcoded DHCP release option
Remove the udhcpc -R release option as sending a DHCP release is configurable via the uci option release. Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
This commit is contained in:
parent
ef6d6661e2
commit
f9a3123bbf
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ proto_dhcp_setup() {
|
|||
proto_run_command "$config" udhcpc \
|
||||
-p /var/run/udhcpc-$iface.pid \
|
||||
-s /lib/netifd/dhcp.script \
|
||||
-f -R -t 0 -i "$iface" \
|
||||
-f -t 0 -i "$iface" \
|
||||
${ipaddr:+-r $ipaddr} \
|
||||
${hostname:+-H $hostname} \
|
||||
${vendorid:+-V $vendorid} \
|
||||
|
|
Loading…
Reference in a new issue