summaryrefslogtreecommitdiffstats
path: root/package/network/config/wifi-scripts/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* wifi-scripts: add missing dependency on ucode-mod-rtnlFUKAUMI Naoki2024-07-231-1/+1
| | | | | | | | | | | | | 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>
* wifi-scripts: add missing dependency on ucode-mod-uciStijn Tintel2024-07-031-1/+1
| | | | | | | | | | | | | Fixes the following error: Syntax error: Unable to resolve path for module 'uci' In line 3, byte 27: `import * as uci from 'uci';` Near here ----------------^ Fixes: 4a3ed518b2d0 ("wifi-scripts: rewrite wifi detect code in ucode") Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
* wifi-scripts: fix copy&paste issue in metadataFelix Fietkau2024-02-061-1/+1
| | | | Signed-off-by: Felix Fietkau <nbd@nbd.name>
* wifi-scripts: add new package, move wifi scripts to a single placeFelix Fietkau2024-02-031-0/+45
Signed-off-by: Felix Fietkau <nbd@nbd.name>