config playapp apple
#touch /etc/config/playapp
#uci show playapp /*此时为空*/
#uci add playapp blah
cfg02a4fc
# uci show playapp
playapp.@blah[0]=blah
#uci commit /*不要漏掉提交*/
# cat /etc/config/playapp
config blah
uci set <config>.<section>[.<option>]=<value>
# rm /etc/config/playapp /*删掉刚才所建配置文件*/
# touch /etc/config/playapp /*再新建一个*/
# uci set playapp.myname=mysectiontype /*注意,myname 是节名,节类型要写在 = 的右边*/
# uci set playapp.othername=mysectiontype
# uci commit
# uci show playapp
playapp.myname=mysectiontype
playapp.othername=mysectiontype
# cat /etc/config/playapp
config mysectiontype 'myname'
config mysectiontype 'othername'
欢迎光临 曲径通幽论坛 (http://www.groad.net/bbs/) | Powered by Discuz! X3.2 |