aboutsummaryrefslogtreecommitdiff
path: root/net/coova-chilli/files
Commit message (Collapse)AuthorAge
* coova-chilli: Fix debug flag config example and synchronize bool optionsPetr Štetiar2019-09-25
| | | | | | | | | | debug is boolean option/flag so setting it to 9 doesn't work, while at it I've synchronized boolean options from source code and sorted it alphabeticaly with following command: grep flag src/cmdline.ggo | cut -d \" -f2 | sort | tr '\n' '|' Signed-off-by: Petr Štetiar <ynezz@true.cz>
* coova-chilli: Fix unwanted startup of disabled instancesPetr Štetiar2019-09-25
| | | | | | | | | | | | Code in option_cb was referencing $chilli_inst variable which was declared as local, thus the instance startup logic in start_chilli was referencing variable which would always get value of 1, effectively making `disabled` config option useless. So I've fixed it with simpler config_get_bool and while at it, I've simplified the surrounding code little bit as well. Signed-off-by: Petr Štetiar <ynezz@true.cz>
* coova-chilli: Wrap excessively long linesPetr Štetiar2019-09-25
| | | | Signed-off-by: Petr Štetiar <ynezz@true.cz>
* Merge pull request #4911 from aleksander0m/coova-chili-fw-fixRosen Penev2019-03-26
|\ | | | | net/coova-chili: update default firewall setup
| * net/coova-chili: update default firewall setupAleksander Morgado2017-10-07
| | | | | | | | | | | | | | | | | | | | Remove the obsolete firewall configuration as the legacy firewall package was removed in a901329781eae4716c21d3d8f70a18501d9f2352. And at the same time, define in the configuration the correct paths for the firewall rules, installed as /etc/chilli/{up|down}.sh Signed-off-by: Aleksander Morgado <aleksander@aleksander.es>
* | coova-chilli: switch to procdJaehoon You2018-04-23
|/ | | | Signed-off-by: Jaehoon You <teslamint@gmail.com>
* coova-chilli: Fix removal of old filesRajan Vaja2016-08-04
| | | | | | | | | | | | | | | | | Before starting chilli instance, it first removes generated files (/var/run/chilli*) for the instance. While deleting generated files, it doesn't match full instance name. Thus if coova-chilli config file (/etc/config/chilli) has instances wlan11 and wlan1 in order, when creating coova-chilli instance for wlan1, it is removing files generated for wlan11 instances also (as it uses wlan1* in remove command). Fix issue by matching full instance name while removing old files. Signed-off-by: Rajan Vaja <rajan.vaja@gmail.com> Signed-off-by: Bhargav Patel <br13patel@gmail.com>
* coova-chilli: Fix UCI parse errorRajan Vaja2016-07-11
| | | | | | | | UCI commands report errors in parsing coova-chilli sample configuration file. Fix this issue by using proper format in configuration. Signed-off-by: Rajan Vaja <rajan.vaja@gmail.com>
* coova-chilli: add network optionJaehoon You2015-06-03
| | | | | | fix #1221 Signed-off-by: Jaehoon You <teslamint@gmail.com>
* coova-chilli: add uci configuration file, init.d and firewall scriptImre Kaloz2015-04-28
|
* coova-chilli: move to githubImre Kaloz2014-11-30
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>