[openwrt/openwrt] netifd: remove leftover wifi reload_legacy call
LEDE Commits
lede-commits at lists.infradead.org
Sun Jan 26 12:20:25 PST 2025
nbd pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/a3154cfeb6c381576682a8cc5427a8b1bd9daf96
commit a3154cfeb6c381576682a8cc5427a8b1bd9daf96
Author: Felix Fietkau <nbd at nbd.name>
AuthorDate: Sun Jan 26 21:18:27 2025 +0100
netifd: remove leftover wifi reload_legacy call
Commit d12753929165 removed support for it
Fixes: #17738
Signed-off-by: Felix Fietkau <nbd at nbd.name>
---
package/network/config/netifd/files/etc/init.d/network | 1 -
1 file changed, 1 deletion(-)
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
}
More information about the lede-commits
mailing list