diff options
author | Felix Fietkau <nbd@openwrt.org> | 2011-07-29 19:25:37 +0200 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2011-07-29 19:25:37 +0200 |
commit | cd8b6676df948be45586b606cb32538b81e43f40 (patch) | |
tree | ae70d7ef5e3db104b5703e758a6148e9c12b935b /config.c | |
parent | 0b461898555d81efe1b57ec1cd9b9b1529cecd0f (diff) |
s/init_device/device_init/
Diffstat (limited to 'config.c')
-rw-r--r-- | config.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -118,7 +118,7 @@ config_parse_interface(struct uci_section *s) } void -config_init_devices(void) +config_device_inits(void) { struct uci_element *e; @@ -154,7 +154,7 @@ config_init_interfaces(const char *name) uci_network = p; config_init = true; - config_init_devices(); + config_device_inits(); uci_foreach_element(&p->sections, e) { struct uci_section *s = uci_to_section(e); |