wifi-scripts: add missing dependency on ucode-mod-rtnl
authorFUKAUMI Naoki <naoki@radxa.com>
Wed, 10 Jul 2024 21:33:41 +0000 (06:33 +0900)
committerHauke Mehrtens <hauke@hauke-m.de>
Tue, 23 Jul 2024 21:49:36 +0000 (23:49 +0200)
commit2d31004133838faab8a8882eb251819754a225c4
treea0d01dd1c7534ff3fa2df15f49b64662c7469071
parent06b37a5856ac7d0a2ddc2c0745ac1da3a01688d6
wifi-scripts: add missing dependency on ucode-mod-rtnl

rtnl is used in hostap/common.uc.

$ grep -r rtnl files
files/usr/share/hostap/common.uc:import * as rtnl from "rtnl";
files/usr/share/hostap/common.uc:      rtnl.request(rtnl.const.RTM_SETLINK, 0, { dev: reuse_ifname, ifname: name}) != false))
files/usr/share/hostap/common.uc: rtnl.request(rtnl.const.RTM_SETLINK, 0, { dev: name, change: 1, flags: up ? 1 : 0 });

Signed-off-by: FUKAUMI Naoki <naoki@radxa.com>
Link: https://github.com/openwrt/openwrt/pull/15922
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
package/network/config/wifi-scripts/Makefile