system-dummy: add system_if_apply_settings_after_up master
authorFelix Fietkau <nbd@nbd.name>
Mon, 21 Oct 2024 15:41:56 +0000 (17:41 +0200)
committerFelix Fietkau <nbd@nbd.name>
Mon, 21 Oct 2024 15:41:56 +0000 (17:41 +0200)
Signed-off-by: Felix Fietkau <nbd@nbd.name>
system-dummy.c

index f4eac87e75961f91ea19c1b5d303233cf139e32c..a6e52bff67c34a623bc5960cf1e5d6d57d2bd181 100644 (file)
@@ -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];