Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | uci: implement a uci_toogle_state() wrapper in the shell api which calls ↵ | Jo-Philipp Wich | 2011-07-15 | 1 | -0/+5 |
| | | | | | | uci_revert_state() before uci_set_state() SVN-Revision: 27614 | ||||
* | base-files, uci: properly revert list state on config_load This fixes a bug ↵ | Jo-Philipp Wich | 2010-08-14 | 1 | -0/+6 |
| | | | | | | where lists end up with duplicate values if config_load was invoked multiple times. SVN-Revision: 22629 | ||||
* | uci: add uci_get() and uci_get_state() wrappers to shell api (#7312) | Jo-Philipp Wich | 2010-05-17 | 1 | -3/+21 |
| | | | | SVN-Revision: 21489 | ||||
* | uci: allow shell scripts to override the config dir (patch by cshore) | Felix Fietkau | 2010-01-27 | 1 | -11/+11 |
| | | | | SVN-Revision: 19351 | ||||
* | fix uci_set_state for empty values | Felix Fietkau | 2008-08-20 | 1 | -1/+1 |
| | | | | SVN-Revision: 12345 | ||||
* | initialize the CONFIG_APPEND variable | Felix Fietkau | 2008-07-31 | 1 | -0/+1 |
| | | | | SVN-Revision: 12050 | ||||
* | clean up the directory layout of the uci shell api | Felix Fietkau | 2008-07-30 | 1 | -0/+0 |
| | | | | SVN-Revision: 12022 | ||||
* | nuke uci-sh, it is obsolete and no longer works | Felix Fietkau | 2008-07-30 | 3 | -590/+0 |
| | | | | SVN-Revision: 12021 | ||||
* | allow packages to optionally append config file contents in the environment ↵ | Felix Fietkau | 2008-07-30 | 1 | -3/+5 |
| | | | | | | by setting a flag and calling config_load multiple times SVN-Revision: 12020 | ||||
* | commit after running uci_set_default | Felix Fietkau | 2008-02-09 | 1 | -0/+1 |
| | | | | SVN-Revision: 10434 | ||||
* | don't fail on uci_load() with nonexisting config files, but return the right ↵ | Felix Fietkau | 2008-02-09 | 1 | -1/+7 |
| | | | | | | return code SVN-Revision: 10433 | ||||
* | make uci_add() create anonymous sections if requested and store the new ↵ | Felix Fietkau | 2008-02-09 | 1 | -1/+6 |
| | | | | | | section name in a variable SVN-Revision: 10432 | ||||
* | fix a stupid copy&paste mistake | Felix Fietkau | 2008-02-05 | 1 | -1/+1 |
| | | | | SVN-Revision: 10399 | ||||
* | fix wrong path to uci (thx, phr3ak) | Felix Fietkau | 2008-02-05 | 1 | -1/+1 |
| | | | | SVN-Revision: 10387 | ||||
* | Here comes the new UCI. Enjoy :) | Felix Fietkau | 2008-02-03 | 4 | -0/+683 |
SVN-Revision: 10367 |