X-Git-Url: http://git.archive.openwrt.org/?p=project%2Fnetifd.git;a=blobdiff_plain;f=config.c;fp=config.c;h=132ec430a57066957f70dbe8b412f3eafaf3d615;hp=b0607ddda6d769a59db90d9d6f6844e6e30df398;hb=60f57b2bfb87c463fc271a9c3e8e1f97feaecdca;hpb=45fd905c980e56b20770d4b34556749fbca53fcc diff --git a/config.c b/config.c index b0607dd..132ec43 100644 --- a/config.c +++ b/config.c @@ -137,7 +137,7 @@ config_parse_interface(struct uci_section *s, bool alias) return; if (iface->device_config || dev->settings.flags) - device_set_config(dev, dev->type, b.head); + device_apply_config(dev, dev->type, b.head); return; error_free_config: free(config);