Roberto Riggio wrote: > ----- "Tripp Lilley" <[EMAIL PROTECTED]> ha scritto: > >> config_foreach, I believe... > > Well no, this is true only if your sections are like this: > > config page > option display_name "Overview" > option menu "status" > > instead in my case I have the following structure: > > config page overview > option display_name "Overview" > option menu "status" > > Becasue I also would like to directly access fields individually. That's not correct - config_foreach does not care whether sections have a name or not - it loops over all of them.
- Felix _______________________________________________ openwrt-devel mailing list [email protected] http://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel
