swconfig: make reset and enable_vlan default to 1 (based on patch by Nikolay Martynov)
[openwrt.git] / package / swconfig / src / uci.c
index e597ace..ce544c3 100644 (file)
@@ -46,8 +46,8 @@ struct swlib_setting {
 };
 
 struct swlib_setting early_settings[] = {
-       { .name = "reset" },
-       { .name = "enable_vlan" },
+       { .name = "reset", .val = "1" },
+       { .name = "enable_vlan", .val = "1" },
 };
 
 static struct swlib_setting *settings;
This page took 0.028862 seconds and 4 git commands to generate.