aboutsummaryrefslogtreecommitdiffstats
path: root/package/uci/patches
Commit message (Collapse)AuthorAgeFilesLines
* uci: use latest git, fixes reorder operation and incorperates nested delete ↵Jo-Philipp Wich2011-01-191-20/+0
| | | | | | patch SVN-Revision: 25048
* uci: use a delete-safe iterator in the Lua :foreach() function The following ↵Jo-Philipp Wich2010-11-011-0/+20
| | | | | | 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-141-3/+3
| | | | SVN-Revision: 23430
* bump to the lastest git commitTravis Kemen2010-03-232-434/+0
| | | | SVN-Revision: 20378
* add ucitrigger: a uci plugin, command line tool and lua interface for ↵Felix Fietkau2009-06-082-0/+605
| | | | | | 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-301-0/+11
warning SVN-Revision: 15521