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