aboutsummaryrefslogtreecommitdiffstats
path: root/package/uci/files
Commit message (Expand)AuthorAgeFilesLines
* [package] uci: implement a uci_toogle_state() wrapper in the shell api which ...Jo-Philipp Wich2011-07-151-0/+5
* [package] base-files, uci: properly revert list state on config_loadJo-Philipp Wich2010-08-141-0/+6
* [package] uci: add uci_get() and uci_get_state() wrappers to shell api (#7312)Jo-Philipp Wich2010-05-171-3/+21
* uci: allow shell scripts to override the config dir (patch by cshore)Felix Fietkau2010-01-271-11/+11
* fix uci_set_state for empty valuesFelix Fietkau2008-08-201-1/+1
* initialize the CONFIG_APPEND variableFelix Fietkau2008-07-311-0/+1
* clean up the directory layout of the uci shell apiFelix Fietkau2008-07-301-0/+0
* nuke uci-sh, it is obsolete and no longer worksFelix Fietkau2008-07-303-590/+0
* allow packages to optionally append config file contents in the environment b...Felix Fietkau2008-07-301-3/+5
* commit after running uci_set_defaultFelix Fietkau2008-02-091-0/+1
* don't fail on uci_load() with nonexisting config files, but return the right ...Felix Fietkau2008-02-091-1/+7
* make uci_add() create anonymous sections if requested and store the new secti...Felix Fietkau2008-02-091-1/+6
* fix a stupid copy&paste mistakeFelix Fietkau2008-02-051-1/+1
* fix wrong path to uci (thx, phr3ak)Felix Fietkau2008-02-051-1/+1
* Here comes the new UCI. Enjoy :)Felix Fietkau2008-02-034-0/+683