projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
[package] broadcom-wl: give the 007 patch a more meaningful name
[openwrt.git]
/
package
/
swconfig
/
src
/
uci.c
diff --git
a/package/swconfig/src/uci.c
b/package/swconfig/src/uci.c
index
e597ace
..
ce544c3
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;
This page took
0.02597 seconds
and
4
git commands to generate.