mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-24 01:37:10 +02:00
swconfig: make reset and enable_vlan default to 1 (based on patch by Nikolay Martynov)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27375 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
050e164d86
commit
da46ade1fe
@ -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