projects
/
oweals
/
netifd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5d0a6b0
)
s/config_device_inits/config_init_devices/
author
Felix Fietkau
<nbd@openwrt.org>
Fri, 29 Jul 2011 17:31:10 +0000
(19:31 +0200)
committer
Felix Fietkau
<nbd@openwrt.org>
Fri, 29 Jul 2011 17:31:10 +0000
(19:31 +0200)
config.c
patch
|
blob
|
history
diff --git
a/config.c
b/config.c
index ab736e08b376688612ffc206bf9bd765d9c62278..64ca98312fec49299cc2604834132d0085d44a44 100644
(file)
--- a/
config.c
+++ b/
config.c
@@
-118,7
+118,7
@@
config_parse_interface(struct uci_section *s)
}
void
-config_
device_init
s(void)
+config_
init_device
s(void)
{
struct uci_element *e;
@@
-154,7
+154,7
@@
config_init_interfaces(const char *name)
uci_network = p;
config_init = true;
- config_
device_init
s();
+ config_
init_device
s();
uci_foreach_element(&p->sections, e) {
struct uci_section *s = uci_to_section(e);