aboutsummaryrefslogtreecommitdiff
path: root/net/coova-chilli/files/chilli.config
Commit message (Collapse)AuthorAge
* coova-chilli: remove redundant options from config fileSungbo Eo2020-01-03
| | | | | | | "fg" and "pidfile" parameters are already used in the init script, so they are not controllable by config file anyway. Signed-off-by: Sungbo Eo <mans0n@gorani.run>
* 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>
* 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: 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