aboutsummaryrefslogtreecommitdiff
path: root/package/uci/patches
Commit message (Collapse)AuthorAge
* remove ucitrigger, it is unused and will be replaced by something different ↵Felix Fietkau2011-03-26
| | | | | | in the future SVN-Revision: 26308
* uci: update to latest version, uses cmake nowFelix Fietkau2011-03-26
| | | | SVN-Revision: 26307
* uci: use latest git, fixes reorder operation and incorperates nested delete ↵Jo-Philipp Wich2011-01-19
| | | | | | patch SVN-Revision: 25048
* uci: use a delete-safe iterator in the Lua :foreach() function The following ↵Jo-Philipp Wich2010-11-01
| | | | | | 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-28Felix Fietkau2010-10-14
| | | | SVN-Revision: 23430
* bump to the lastest git commitTravis Kemen2010-03-23
| | | | SVN-Revision: 20378
* 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