[package] broadcom-wl: give the 007 patch a more meaningful name
[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.02597 seconds and 4 git commands to generate.