From 4fe997b61d7db047d0c4757202b4e8025debc4d1 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Mon, 21 Oct 2024 17:41:56 +0200 Subject: [PATCH] system-dummy: add system_if_apply_settings_after_up Signed-off-by: Felix Fietkau --- system-dummy.c | 4 ++++ 1 file changed, 4 insertions(+) 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]; -- 2.30.2