[openwrt/openwrt] netifd: remove leftover wifi reload_legacy call

LEDE Commits lede-commits at lists.infradead.org
Sun Jan 26 12:21:12 PST 2025


nbd pushed a commit to openwrt/openwrt.git, branch openwrt-24.10:
https://git.openwrt.org/298654b9ab57b953b5c5d72cc69f1c46e0a5dd23

commit 298654b9ab57b953b5c5d72cc69f1c46e0a5dd23
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>
    (cherry picked from commit a3154cfeb6c381576682a8cc5427a8b1bd9daf96)
---
 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