Skip to content
Snippets Groups Projects
Commit 3d9f6f3d authored by Felix Fietkau's avatar Felix Fietkau
Browse files

swconfig: make reset and enable_vlan default to 1 (based on patch by Nikolay Martynov)

SVN-Revision: 27375
parent b017df38
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment