openwrt/package/base-files/files
Andre Heider 28e357d528
base-files: add 'isup' to the wifi script
This is a silent command that allows easy wifi up/down automation for
scripts.

It takes one or multiple devices as arguments (or all if none are passed),
and the exit code indicates if any of those is not up.

E.g.:
wifi isup && echo "all wifi devices are up"
wifi isup radio0 || echo "this wifi is down"

Signed-off-by: Andre Heider <a.heider@gmail.com>
2023-04-12 19:49:30 +02:00
..
bin base-files: ipcalc.sh: fix awk regex syntax 2023-02-07 21:05:58 +01:00
etc base-files: sysfixtime: Fix time on the fake RTC 2023-02-19 20:04:59 +08:00
lib base-files: fix nand_upgrade_ubinized() 2023-04-11 13:42:47 +01:00
rom
sbin base-files: add 'isup' to the wifi script 2023-04-12 19:49:30 +02:00
usr