implement a new ubus object "network.device", add a method for dumping detailed devic...
[project/netifd.git] / system-dummy.c
index 4c9a8fc..e6187f3 100644 (file)
@@ -79,6 +79,11 @@ int system_if_check(struct device *dev)
        return 0;
 }
 
+int system_if_dump_stats(struct device *dev, struct blob_buf *b)
+{
+       return 0;
+}
+
 int system_add_address(struct device *dev, struct device_addr *addr)
 {
        uint8_t *a = (uint8_t *) &addr->addr.in;