From 9cb272f5b12cf23205f361244a9ceef1097d3cba Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Sat, 18 Apr 2015 23:27:15 +0200 Subject: device: add support for removing interface config on reload Signed-off-by: Felix Fietkau --- device.h | 1 + 1 file changed, 1 insertion(+) (limited to 'device.h') diff --git a/device.h b/device.h index 334a238..4b36641 100644 --- a/device.h +++ b/device.h @@ -161,6 +161,7 @@ struct device { bool hidden; bool current_config; + bool iface_config; bool default_config; bool wireless; -- cgit v1.2.3