From: Felix Fietkau Date: Mon, 21 Oct 2024 15:41:56 +0000 (+0200) Subject: system-dummy: add system_if_apply_settings_after_up X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=4fe997b61d7db047d0c4757202b4e8025debc4d1;p=project%2Fnetifd.git system-dummy: add system_if_apply_settings_after_up Signed-off-by: Felix Fietkau --- diff --git a/system-dummy.c b/system-dummy.c index f4eac87..a6e52bf 100644 --- a/system-dummy.c +++ b/system-dummy.c @@ -186,6 +186,10 @@ system_if_apply_settings(struct device *dev, struct device_settings *s, uint64_t } } +void system_if_apply_settings_after_up(struct device *dev, struct device_settings *s) +{ +} + static int system_address_msg(struct device *dev, struct device_addr *addr, const char *type) { char ipaddr[64];