Switch back to mainline UCI
[project/luci.git] / libs / uci / luasrc / model / uci.lua
index 9af5560da53d793088526475d688ac7e0df68c11..91608e3792794e2132193b0e74fb8eb2141d87dd 100644 (file)
@@ -24,7 +24,7 @@ limitations under the License.
 
 ]]--
 local os    = require "os"
-local uci   = require "uci2"
+local uci   = require "uci"
 local util  = require "luci.util"
 local table = require "table"