Hi. > [...] insists, "It is important to know that UCI identifiers and > config file names may contain only the characters a-z, 0-9 and _. > E.g. no hyphens (-) are allowed." > > But the file /etc/config/wireless uses a type of "wifi-iface."
The word "wifi-iface" is a section type in this context. "Identifiers" refer to option names and section names. config [type] [name] option [name] [value] The [name] fields are restricted to [A-Za-z0-9_] mostly for historical reason because they're mapped to shell variable names which may not contain dashes. ~ Jow _______________________________________________ openwrt-users mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-users
