aboutsummaryrefslogtreecommitdiffstats
path: root/package/uci
Commit message (Collapse)AuthorAgeFilesLines
...
* upgrade uci to 0.3.0 - fix for adding changes to empty config files - better ↵Felix Fietkau2008-02-121-3/+3
| | | | | | error handling for invalid config pointers - create /tmp/.uci if it does not exist SVN-Revision: 10447
* commit after running uci_set_defaultFelix Fietkau2008-02-091-0/+1
| | | | SVN-Revision: 10434
* don't fail on uci_load() with nonexisting config files, but return the right ↵Felix Fietkau2008-02-091-1/+7
| | | | | | return code SVN-Revision: 10433
* make uci_add() create anonymous sections if requested and store the new ↵Felix Fietkau2008-02-091-1/+6
| | | | | | section name in a variable SVN-Revision: 10432
* bump uci to 0.2.5 - adds support for adding unnamed sectionsFelix Fietkau2008-02-091-2/+2
| | | | SVN-Revision: 10431
* update uci - fixes a bug in parse_uci_tupleFelix Fietkau2008-02-051-2/+2
| | | | SVN-Revision: 10400
* fix a stupid copy&paste mistakeFelix Fietkau2008-02-051-1/+1
| | | | SVN-Revision: 10399
* fix another crashFelix Fietkau2008-02-051-2/+2
| | | | SVN-Revision: 10391
* upgrade to uci 0.2.2 - fixes uci invocations from hotplugFelix Fietkau2008-02-051-2/+2
| | | | SVN-Revision: 10390
* import uci v0.2.1 - fixes a merge-import bugFelix Fietkau2008-02-051-3/+3
| | | | SVN-Revision: 10388
* fix wrong path to uci (thx, phr3ak)Felix Fietkau2008-02-051-1/+1
| | | | SVN-Revision: 10387
* add uci v0.2 - implements batch mode and a command for listing changes to a ↵Felix Fietkau2008-02-051-4/+6
| | | | | | package SVN-Revision: 10386
* upgrade uci 0.1.2, which accepts more characters in the section type validationFelix Fietkau2008-02-041-2/+2
| | | | SVN-Revision: 10382
* update uci to 0.1.1 - accepts options without value or with an empty value ↵Felix Fietkau2008-02-041-3/+5
| | | | | | as valid SVN-Revision: 10381
* fix copy&paste bugFelix Fietkau2008-02-031-1/+0
| | | | SVN-Revision: 10368
* Here comes the new UCI. Enjoy :)Felix Fietkau2008-02-035-0/+758
SVN-Revision: 10367