projects
/
openwrt
/
svn-archive
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f27bf3e
)
swconfig: make reset and enable_vlan default to 1 (based on patch by Nikolay Martynov...
author
Felix Fietkau
<nbd@openwrt.org>
Sun, 17 Jul 2011 06:28:55 +0000
(06:28 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Sun, 17 Jul 2011 06:28:55 +0000
(06:28 +0000)
SVN-Revision: 27627
package/swconfig/src/uci.c
patch
|
blob
|
history
diff --git
a/package/swconfig/src/uci.c
b/package/swconfig/src/uci.c
index e597acebfb7bd59b90bf51cbd1bb980888d20417..ce544c3d58b76b4429bcfb164f0deacf705f08b3 100644
(file)
--- a/
package/swconfig/src/uci.c
+++ b/
package/swconfig/src/uci.c
@@
-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;