1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-08-19 18:46:27 +03:00
Commit Graph

6 Commits

Author SHA1 Message Date
jow
38df04989f [package] uci: use latest git, fixes reorder operation and incorperates nested delete patch
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25048 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-01-19 20:48:07 +00:00
jow
e50605b2d9 [package] uci: use a delete-safe iterator in the Lua :foreach() function
The following 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)'


git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23757 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-11-01 00:20:00 +00:00
nbd
02ada62fab uci: update to 2010-09-28
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23430 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-10-14 00:14:30 +00:00
thepeople
198af96941 [uci] bump to the lastest git commit
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20378 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-03-23 01:28:52 +00:00
nbd
9aad34a95c add ucitrigger: a uci plugin, command line tool and lua interface for automatically applying uci config changes
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16375 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-06-08 01:27:01 +00:00
nbd
c67f654fdd uci: increase argv size in batch mode to silence a false gcc 4.4 compiler warning
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15521 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-04-30 19:34:49 +00:00