aboutsummaryrefslogtreecommitdiff
path: root/net/wifischedule
Commit message (Collapse)AuthorAge
* wifi_schedule: fix startup problemsRani Hod2024-01-03
| | | | | | | | | | | | | Fixes: e0d7181a6 Closes: #22973 Closes: #22988 1. Make the new `startup()` function in `/usr/bin/wifi_schedule.sh` respect the global `enabled` config flag; in particular, make no changes to `/etc/config/wireless` when wifi_schedule is disabled. 2. Make the new `/etc/init.d/wifi_schedule` service script executable. Signed-off-by: Rani Hod <rani.hod@gmail.com>
* wifischedule: updated to 1.0.5-1Nils Koenig2023-12-01
| | | | | | | | | | | Fixed _get_wireless_interfaces, thanks to Trekky12 Check schedule during router startup Fixes: https://github.com/newkit/wifischedule/pull/9 Maintainer: @newkit Tested: TP-Link WDR3600 with OpenWRT 23.05 Signed-off-by: Nils Koenig <openwrt@newk.it>
* wifischedule: Merged ignore_stations patch from user bedaes ↵Nils Koenig2020-11-30
| | | | | | https://github.com/newkit/wifischedule/pull/2 Signed-off-by: Nils Koenig <openwrt@newk.it>
* treewide: Capitalize submenusEneas U de Queiroz2019-07-25
| | | | | | Fixed a typo in tcpreplay. Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
* wifischedule: remove package arch dependencydibdot2017-04-20
| | | | | Remove package architecture dependency cause wifischedule is "shell script only" Signed-off-by: Dirk Brenken <dev@brenken.org>
* Added wifischeduleNils Koenig2016-11-16
Turns WiFi on and off according to a schedule Signed-off-by: Nils Koenig <openwrt@newk.it>