[OpenWrt Wiki] UCI (Unified Configuration Interface ...
openwrt.org › docs › techrefOct 09, 2020 · libuci a small library for UCI written in C libuci-lua is a libuci-plugin for Lua which is utilized by e.g. luci Both are maintained in the same git as UCI. Packages The functionality is provided by the two packages uci and libuci. The package libuci-lua is also available. Installed Files uci libuci libuci-lua Lua Bindings for UCI
UCI (统一配置接口) – 技术参考资料 - OpenWrt开发者之家
https://www.openwrt.pro/post-36.html19.02.2017 · Move a section to another position. Position starts at 0. This is for example handy to change the wireless config order (changing priority). x: revert ("config") discards any changes made to the configuration, that have not yet been committed x: commit ("config") commits (saves) the changed configuration to the corresponding file in /etc/config
OpenWrt Forum Archive
forum.archive.openwrt.org › viewtopicNov 15, 2012 · Compiling UCI as stand alone with an example using the C API 1. Compiling UCI as stand alone cd ~ git clone git://nbd.name/uci.git ~/uci cd ~/uci cmake -DBUILD_LUA=off . make install DESTDIR=$HOME 2. Example code using the UCI C API ~/uci/main.c