mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2025-03-05 13:16:31 +00:00
swconfig: make reset and enable_vlan default to 1 (based on patch by Nikolay Martynov)
SVN-Revision: 27375
This commit is contained in:
parent
b017df3812
commit
3d9f6f3d35
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user