aboutsummaryrefslogtreecommitdiff
path: root/package/uci
Commit message (Collapse)AuthorAge
* uci: bump pkg release after r21489-r21494 (#7312)Jo-Philipp Wich2010-05-21
| | | | SVN-Revision: 21529
* uci: revert pkg rev to 5 until updated sources are available (#7351)Jo-Philipp Wich2010-05-20
| | | | SVN-Revision: 21516
* uci: bump package revisionJo-Philipp Wich2010-05-17
| | | | SVN-Revision: 21494
* uci: add uci_get() and uci_get_state() wrappers to shell api (#7312)Jo-Philipp Wich2010-05-17
| | | | SVN-Revision: 21489
* bump to the lastest git commitTravis Kemen2010-03-23
| | | | SVN-Revision: 20378
* uci: allow shell scripts to override the config dir (patch by cshore)Felix Fietkau2010-01-27
| | | | SVN-Revision: 19351
* uci: only use $(FPIC) on library parts, saves a few hundred bytesFelix Fietkau2009-10-20
| | | | SVN-Revision: 18092
* fix a typo in apply_config -tFelix Fietkau2009-08-04
| | | | SVN-Revision: 17120
* ucitrigger depends on luaFelix Fietkau2009-07-11
| | | | SVN-Revision: 16768
* ucitrigger: add options to force enable/disable specific triggersFelix Fietkau2009-07-06
| | | | SVN-Revision: 16718
* add ucitrigger: a uci plugin, command line tool and lua interface for ↵Felix Fietkau2009-06-08
| | | | | | automatically applying uci config changes SVN-Revision: 16375
* uci: increase argv size in batch mode to silence a false gcc 4.4 compiler ↵Felix Fietkau2009-04-30
| | | | | | warning SVN-Revision: 15521
* uci: upgrade to 0.7.5 - fixes a runtime error with 2.6.29 if flock() does ↵Felix Fietkau2009-04-23
| | | | | | not work SVN-Revision: 15356
* get rid of $Id$ - it has never helped us and it has broken too many patches ;)Felix Fietkau2009-04-17
| | | | SVN-Revision: 15242
* upgrade to uci 0.7.4 - fixes a file locking bug, thx CyrusFelix Fietkau2009-03-24
| | | | SVN-Revision: 15021
* replace some -I & -L flags with $(TARGET_CPPFLAGS) & $(TARGET_LDFLAGS) when ↵Nicolas Thill2009-02-24
| | | | | | appropriate SVN-Revision: 14651
* upgrade to uci 0.7.3 - fixes a small input validation bugFelix Fietkau2009-01-20
| | | | SVN-Revision: 14115
* bump uci to 0.7.2 - adds uci.rename() and fixes uci.set() with a list argumentFelix Fietkau2009-01-20
| | | | SVN-Revision: 14111
* uci: upgrade to 0.7.1, fixes uci rename for unnamed sectionsFelix Fietkau2008-12-27
| | | | SVN-Revision: 13751
* uci: work around a gcc bug which causes a bogus compiler warningFelix Fietkau2008-12-24
| | | | SVN-Revision: 13739
* upgrade uci to 0.7.0 - adds ucimap and fixes #4236Felix Fietkau2008-12-23
| | | | SVN-Revision: 13732
* uci: upgrade to 0.6.4 - adds extended syntax to the cli and fixes a lua ↵Felix Fietkau2008-11-14
| | | | | | binding problem SVN-Revision: 13203
* upgrade to uci 0.6.2 (bugfixes)Felix Fietkau2008-09-04
| | | | SVN-Revision: 12535
* upgrade to uci 0.6.1 - lots of cli and lua binding fixesFelix Fietkau2008-08-27
| | | | SVN-Revision: 12413
* upgrade uci to 0.6.0 - many bugfixes and an API cleanupFelix Fietkau2008-08-23
| | | | SVN-Revision: 12373
* upgrade to uci 0.5.0, adds list handling supportFelix Fietkau2008-08-20
| | | | SVN-Revision: 12353
* fix uci_set_state for empty valuesFelix Fietkau2008-08-20
| | | | SVN-Revision: 12345
* use $(FPIC) in a few places where it mattersFelix Fietkau2008-08-06
| | | | SVN-Revision: 12225
* initialize the CONFIG_APPEND variableFelix Fietkau2008-07-31
| | | | SVN-Revision: 12050
* another one ...Felix Fietkau2008-07-31
| | | | SVN-Revision: 12045
* upgrade to uci 0.4.7 - fixes a stupid regression introduced in 0.4.5Felix Fietkau2008-07-31
| | | | SVN-Revision: 12044
* upgrade to uci 0.4.6 - fixes a parser glitchFelix Fietkau2008-07-31
| | | | SVN-Revision: 12028
* upgrade to uci 0.4.5 - adds extra input validationFelix Fietkau2008-07-30
| | | | SVN-Revision: 12023
* clean up the directory layout of the uci shell apiFelix Fietkau2008-07-30
| | | | SVN-Revision: 12022
* nuke uci-sh, it is obsolete and no longer worksFelix Fietkau2008-07-30
| | | | SVN-Revision: 12021
* allow packages to optionally append config file contents in the environment ↵Felix Fietkau2008-07-30
| | | | | | by setting a flag and calling config_load multiple times SVN-Revision: 12020
* upgrade to uci 0.4.4 (fixes a stupid bug, thx Frédéric Moulins)Felix Fietkau2008-06-20
| | | | SVN-Revision: 11548
* Create $(1)/etc/uci-defaults directory during installation. Thanks Yuji ↵Andy Boyett2008-06-17
| | | | | | Mano. - Fixes the use of CONFIG_UCI_PRECONFIG under git; git does not track empty directories. SVN-Revision: 11517
* upgrade uci to 0.4.2 - fixes some escaping and library issuesFelix Fietkau2008-06-04
| | | | SVN-Revision: 11361
* upgrade uci to 0.4.1 improves uci.foreach and uci.get_all in the lua binding ↵Felix Fietkau2008-06-04
| | | | | | no longer records changes for uci set with oldval == newval SVN-Revision: 11354
* move the uci lua plugin to /usr/lib/lua instead of /usr/lib/lua/5.1Felix Fietkau2008-06-04
| | | | SVN-Revision: 11353
* update uci to v0.4.0 - improves lua bindingFelix Fietkau2008-06-03
| | | | SVN-Revision: 11348
* upgrade to uci 0.3.4 - extends lua bindings and fixes a bug that rejected ↵Felix Fietkau2008-05-03
| | | | | | "-" in uci package names SVN-Revision: 11030
* upgrade uci to 0.3.3, build lua pluginFelix Fietkau2008-04-13
| | | | SVN-Revision: 10818
* upgrade uci to 0.3.1 - fixes a parser problemFelix Fietkau2008-04-08
| | | | SVN-Revision: 10772
* Install libuci and headers in staging_dirAndy Boyett2008-04-04
| | | | SVN-Revision: 10732
* upgrade uci to 0.3.0 - fix for adding changes to empty config files - better ↵Felix Fietkau2008-02-12
| | | | | | 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-09
| | | | SVN-Revision: 10434
* don't fail on uci_load() with nonexisting config files, but return the right ↵Felix Fietkau2008-02-09
| | | | | | return code SVN-Revision: 10433
* make uci_add() create anonymous sections if requested and store the new ↵Felix Fietkau2008-02-09
| | | | | | section name in a variable SVN-Revision: 10432