Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | uci: update to latest version, fixes return code of the cli on various failures | Felix Fietkau | 2012-03-28 | 1 | -3/+3 |
| | | | | SVN-Revision: 31121 | ||||
* | uci: update to git head, reduces quotations in exported config files and ↵ | Jo-Philipp Wich | 2012-02-24 | 1 | -3/+3 |
| | | | | | | fixes delta list handling in the Lua binding SVN-Revision: 30711 | ||||
* | uci: update to latest git rev 7289b2d69aaffa9299b47aaaa0da1e9969ace6c1 | Jo-Philipp Wich | 2011-11-14 | 1 | -4/+4 |
| | | | | SVN-Revision: 29111 | ||||
* | uci: fix segfault on import of anonymous sections (#10204) | Felix Fietkau | 2011-10-21 | 1 | -3/+3 |
| | | | | SVN-Revision: 28507 | ||||
* | uci: update to latest version (includes several bugfixes) | Felix Fietkau | 2011-10-21 | 1 | -4/+4 |
| | | | | SVN-Revision: 28504 | ||||
* | uci: fix one more unused-but-set issue (#9731) | Felix Fietkau | 2011-07-19 | 1 | -4/+4 |
| | | | | SVN-Revision: 27698 | ||||
* | uci: update to fix more unused-but-set issues (#9731) | Felix Fietkau | 2011-07-18 | 1 | -3/+3 |
| | | | | SVN-Revision: 27681 | ||||
* | uci: update to 2011-07-18, fixes #9731 | Felix Fietkau | 2011-07-18 | 1 | -4/+4 |
| | | | | SVN-Revision: 27680 | ||||
* | uci: implement a uci_toogle_state() wrapper in the shell api which calls ↵ | Jo-Philipp Wich | 2011-07-15 | 2 | -2/+7 |
| | | | | | | uci_revert_state() before uci_set_state() SVN-Revision: 27614 | ||||
* | uci: mark uci as unsafe for parallel building | Jo-Philipp Wich | 2011-04-04 | 1 | -0/+2 |
| | | | | SVN-Revision: 26470 | ||||
* | uci: fix linking against libdl (#9123) | Felix Fietkau | 2011-03-27 | 1 | -3/+3 |
| | | | | SVN-Revision: 26315 | ||||
* | uci: update to fix lua plugin linker issue (#9121) | Felix Fietkau | 2011-03-27 | 1 | -3/+3 |
| | | | | SVN-Revision: 26310 | ||||
* | uci: install libucimap to the staging dir | Felix Fietkau | 2011-03-26 | 1 | -0/+1 |
| | | | | SVN-Revision: 26309 | ||||
* | remove ucitrigger, it is unused and will be replaced by something different ↵ | Felix Fietkau | 2011-03-26 | 5 | -720/+0 |
| | | | | | | in the future SVN-Revision: 26308 | ||||
* | uci: update to latest version, uses cmake now | Felix Fietkau | 2011-03-26 | 2 | -66/+42 |
| | | | | SVN-Revision: 26307 | ||||
* | get rid of gcc 4.1.2 and 4.2.4 support | Imre Kaloz | 2011-01-27 | 1 | -5/+0 |
| | | | | SVN-Revision: 25144 | ||||
* | uci: use latest git, fixes reorder operation and incorperates nested delete ↵ | Jo-Philipp Wich | 2011-01-19 | 2 | -24/+4 |
| | | | | | | patch SVN-Revision: 25048 | ||||
* | uci: use a delete-safe iterator in the Lua :foreach() function The following ↵ | Jo-Philipp Wich | 2010-11-01 | 2 | -1/+21 |
| | | | | | | test case exposed a NULL pointer dereference in uci_lua_foreach(): lua -luci -e 'x=uci.cursor(); x:foreach("firewall", "forwarding", function(s) x:delete("firewall", s[".name"]) end)' SVN-Revision: 23757 | ||||
* | uci: update to 2010-09-28 | Felix Fietkau | 2010-10-14 | 2 | -6/+6 |
| | | | | SVN-Revision: 23430 | ||||
* | base-files, uci: properly revert list state on config_load This fixes a bug ↵ | Jo-Philipp Wich | 2010-08-14 | 2 | -1/+7 |
| | | | | | | where lists end up with duplicate values if config_load was invoked multiple times. SVN-Revision: 22629 | ||||
* | uci: Install ucimap.h into the staging dir | Lars-Peter Clausen | 2010-08-08 | 1 | -1/+1 |
| | | | | SVN-Revision: 22536 | ||||
* | uci: bump pkg release after r21489-r21494 (#7312) | Jo-Philipp Wich | 2010-05-21 | 1 | -1/+1 |
| | | | | SVN-Revision: 21529 | ||||
* | uci: revert pkg rev to 5 until updated sources are available (#7351) | Jo-Philipp Wich | 2010-05-20 | 1 | -1/+1 |
| | | | | SVN-Revision: 21516 | ||||
* | uci: bump package revision | Jo-Philipp Wich | 2010-05-17 | 1 | -1/+1 |
| | | | | SVN-Revision: 21494 | ||||
* | 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 | ||||
* | bump to the lastest git commit | Travis Kemen | 2010-03-23 | 3 | -438/+6 |
| | | | | SVN-Revision: 20378 | ||||
* | uci: allow shell scripts to override the config dir (patch by cshore) | Felix Fietkau | 2010-01-27 | 1 | -11/+11 |
| | | | | SVN-Revision: 19351 | ||||
* | uci: only use $(FPIC) on library parts, saves a few hundred bytes | Felix Fietkau | 2009-10-20 | 1 | -1/+1 |
| | | | | SVN-Revision: 18092 | ||||
* | fix a typo in apply_config -t | Felix Fietkau | 2009-08-04 | 1 | -1/+1 |
| | | | | SVN-Revision: 17120 | ||||
* | ucitrigger depends on lua | Felix Fietkau | 2009-07-11 | 1 | -1/+1 |
| | | | | SVN-Revision: 16768 | ||||
* | ucitrigger: add options to force enable/disable specific triggers | Felix Fietkau | 2009-07-06 | 2 | -4/+62 |
| | | | | SVN-Revision: 16718 | ||||
* | add ucitrigger: a uci plugin, command line tool and lua interface for ↵ | Felix Fietkau | 2009-06-08 | 6 | -1/+1102 |
| | | | | | | automatically applying uci config changes SVN-Revision: 16375 | ||||
* | uci: increase argv size in batch mode to silence a false gcc 4.4 compiler ↵ | Felix Fietkau | 2009-04-30 | 1 | -0/+11 |
| | | | | | | warning SVN-Revision: 15521 | ||||
* | uci: upgrade to 0.7.5 - fixes a runtime error with 2.6.29 if flock() does ↵ | Felix Fietkau | 2009-04-23 | 1 | -2/+2 |
| | | | | | | not work SVN-Revision: 15356 | ||||
* | get rid of $Id$ - it has never helped us and it has broken too many patches ;) | Felix Fietkau | 2009-04-17 | 1 | -1/+0 |
| | | | | SVN-Revision: 15242 | ||||
* | upgrade to uci 0.7.4 - fixes a file locking bug, thx Cyrus | Felix Fietkau | 2009-03-24 | 1 | -2/+2 |
| | | | | SVN-Revision: 15021 | ||||
* | replace some -I & -L flags with $(TARGET_CPPFLAGS) & $(TARGET_LDFLAGS) when ↵ | Nicolas Thill | 2009-02-24 | 1 | -1/+1 |
| | | | | | | appropriate SVN-Revision: 14651 | ||||
* | upgrade to uci 0.7.3 - fixes a small input validation bug | Felix Fietkau | 2009-01-20 | 1 | -2/+2 |
| | | | | SVN-Revision: 14115 | ||||
* | bump uci to 0.7.2 - adds uci.rename() and fixes uci.set() with a list argument | Felix Fietkau | 2009-01-20 | 1 | -2/+2 |
| | | | | SVN-Revision: 14111 | ||||
* | uci: upgrade to 0.7.1, fixes uci rename for unnamed sections | Felix Fietkau | 2008-12-27 | 1 | -2/+2 |
| | | | | SVN-Revision: 13751 | ||||
* | uci: work around a gcc bug which causes a bogus compiler warning | Felix Fietkau | 2008-12-24 | 1 | -0/+5 |
| | | | | SVN-Revision: 13739 | ||||
* | upgrade uci to 0.7.0 - adds ucimap and fixes #4236 | Felix Fietkau | 2008-12-23 | 1 | -3/+5 |
| | | | | SVN-Revision: 13732 | ||||
* | uci: upgrade to 0.6.4 - adds extended syntax to the cli and fixes a lua ↵ | Felix Fietkau | 2008-11-14 | 1 | -2/+2 |
| | | | | | | binding problem SVN-Revision: 13203 | ||||
* | upgrade to uci 0.6.2 (bugfixes) | Felix Fietkau | 2008-09-04 | 1 | -2/+2 |
| | | | | SVN-Revision: 12535 | ||||
* | upgrade to uci 0.6.1 - lots of cli and lua binding fixes | Felix Fietkau | 2008-08-27 | 1 | -2/+2 |
| | | | | SVN-Revision: 12413 | ||||
* | upgrade uci to 0.6.0 - many bugfixes and an API cleanup | Felix Fietkau | 2008-08-23 | 1 | -2/+2 |
| | | | | SVN-Revision: 12373 | ||||
* | upgrade to uci 0.5.0, adds list handling support | Felix Fietkau | 2008-08-20 | 1 | -3/+3 |
| | | | | SVN-Revision: 12353 | ||||
* | fix uci_set_state for empty values | Felix Fietkau | 2008-08-20 | 1 | -1/+1 |
| | | | | SVN-Revision: 12345 | ||||
* | use $(FPIC) in a few places where it matters | Felix Fietkau | 2008-08-06 | 1 | -0/+1 |
| | | | | SVN-Revision: 12225 | ||||
* | initialize the CONFIG_APPEND variable | Felix Fietkau | 2008-07-31 | 1 | -0/+1 |
| | | | | SVN-Revision: 12050 |