swconfig: swlib.c: remove const qualifier for val.s since this is supposed to be...
[openwrt.git] / package / network / config / swconfig / src / swlib.h
index bb2ebd8..28bdd7f 100644 (file)
@@ -135,7 +135,7 @@ struct switch_val {
        int err;
        int port_vlan;
        union {
-               const char *s;
+               char *s;
                int i;
                struct switch_port *ports;
        } value;