> Hello guys, > > I am experiencing this annoying problem and it seems that I can't find so > much over Google about it: > > uci setdefault /etc/config//wireless.wlan-va3.type=realtek > uci: Invalid argument > uci: Invalid argument > uci: Invalid argument > > This happens ONLY if in the path I have a dash (-), if I change it like that > : > > uci setdefault /etc/config//wireless.wlanva3.type=realtek > > It works well, someone knows what is going on here ? > > Thanks in advance, > Pietro
>From http://wiki.openwrt.org/doc/uci : "It is important to know that UCI identifiers and config file names may only contain the characters a-z, 0-9 and _. E.g. no hyphens (-) are allowed. Option values may contain any character (as long they are properly quoted)." Matti _______________________________________________ openwrt-devel mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel
