1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-10-18 05:18:14 +02:00
openwrt/package/network
FUKAUMI Naoki 2d31004133 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>
2024-07-23 23:49:36 +02:00
..
config wifi-scripts: add missing dependency on ucode-mod-rtnl 2024-07-23 23:49:36 +02:00
ipv6 packages: refresh patches 2024-05-31 11:30:06 +02:00
services hostapd: bump PKG_RELEASE 2024-06-30 22:23:11 +02:00
utils libiwinfo: update to Git HEAD (2024-07-06) 2024-07-10 09:40:26 +02:00