Skip to content

Commit 2a53851

Browse files
committed
base-files: add migration script for the wireless
Since OpenWrt 25.12.0 release some /etc/config/wireless options were renamed. For example: 'priv_key' -> 'private_key' 'priv_key_pwd' -> 'private_key_passwd' This commit adds hotplug script that runs migration ucode script. Fixes: openwrt#22599 Signed-off-by: Mikhail Zhilkin <csharper2005@gmail.com>
1 parent 11061cb commit 2a53851

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
#!/bin/sh
2+
3+
[ "${ACTION}" = "add" ] || return
4+
5+
/usr/bin/ucode /usr/share/ucode/wifi/migrate.uc

0 commit comments

Comments
 (0)