Re: [OpenWrt-Devel] uci standalone

2008-08-14 Thread Frédéric Moulins
Hello, On Thu, 14 Aug 2008 13:04:44 +0200 Hinko Kocevar <[EMAIL PROTECTED]> wrote: > Hinko Kocevar wrote: > > What's with the segfaults and entries not being found? According to > > http://ftp.osuosl.org/pub/nslu2/releases/OpenWrt-kamikaze-7.09-README.txt > > 'get' command should work. > > > > T

Re: [OpenWrt-Devel] uci standalone

2008-08-14 Thread Hinko Kocevar
Hinko Kocevar wrote: > What's with the segfaults and entries not being found? According to > http://ftp.osuosl.org/pub/nslu2/releases/OpenWrt-kamikaze-7.09-README.txt > 'get' command should work. > > Thank you, > Hinko > OK, segmentation faults are fixed by this patch... also don't assume that

[OpenWrt-Devel] uci standalone

2008-08-14 Thread Hinko Kocevar
Hi, I'm trying out UCI as a standalone app on the host machine by following http://forum.openwrt.org/viewtopic.php?id=15243. Here are my tests: [EMAIL PROTECTED] ~ $ cat /etc/config/test config 'test' 'abc' option 'test_var' 'value' [EMAIL PROTECTED] ~ $ uci show test.abc=test te