projects
/
openwrt
/
staging
/
nbd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
80ba0d9
)
netifd: remove leftover wifi reload_legacy call
author
Felix Fietkau
<nbd@nbd.name>
Sun, 26 Jan 2025 20:18:27 +0000
(21:18 +0100)
committer
Felix Fietkau
<nbd@nbd.name>
Sun, 26 Jan 2025 20:19:37 +0000
(21:19 +0100)
Commit
d12753929165
removed support for it
Fixes: #17738
Signed-off-by: Felix Fietkau <nbd@nbd.name>
package/network/config/netifd/files/etc/init.d/network
patch
|
blob
|
history
diff --git
a/package/network/config/netifd/files/etc/init.d/network
b/package/network/config/netifd/files/etc/init.d/network
index 86340b77e53c6eada22ded2193cbbe406bd8a40b..b8b2a219b1848206cf11b0243170d25f031b9369 100755
(executable)
--- 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
}