diff options
| author | Felix Fietkau | 2025-01-26 20:18:27 +0000 |
|---|---|---|
| committer | Felix Fietkau | 2025-01-26 20:21:00 +0000 |
| commit | 298654b9ab57b953b5c5d72cc69f1c46e0a5dd23 (patch) | |
| tree | 2917fcac184ec1834ad2e32e09e8b993d4cc478b | |
| parent | a1ee311f59d5bd0838444afed7984d5757c5222b (diff) | |
| download | openwrt-298654b9ab57b953b5c5d72cc69f1c46e0a5dd23.tar.gz | |
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)
| -rwxr-xr-x | package/network/config/netifd/files/etc/init.d/network | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/package/network/config/netifd/files/etc/init.d/network b/package/network/config/netifd/files/etc/init.d/network index 86340b77e5..b8b2a219b1 100755 --- a/package/network/config/netifd/files/etc/init.d/network +++ b/package/network/config/netifd/files/etc/init.d/network @@ -30,7 +30,6 @@ reload_service() { init_switch ubus call network reload || rv=1 - [ -x /sbin/wifi ] && /sbin/wifi reload_legacy return $rv } |