netifd: remove leftover wifi reload_legacy call
Commit d12753929165 removed support for it Fixes: #17738 Signed-off-by: Felix Fietkau <nbd@nbd.name> (cherry picked from commit a3154cfeb6c381576682a8cc5427a8b1bd9daf96)
This commit is contained in:
parent
a1ee311f59
commit
298654b9ab
@ -30,7 +30,6 @@ reload_service() {
|
|||||||
|
|
||||||
init_switch
|
init_switch
|
||||||
ubus call network reload || rv=1
|
ubus call network reload || rv=1
|
||||||
[ -x /sbin/wifi ] && /sbin/wifi reload_legacy
|
|
||||||
return $rv
|
return $rv
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user