diff options
author | Felix Fietkau <nbd@openwrt.org> | 2015-04-18 23:27:15 +0200 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2015-04-18 23:27:15 +0200 |
commit | 9cb272f5b12cf23205f361244a9ceef1097d3cba (patch) | |
tree | b75457d8828836c4a44a45408e104f961e02eed9 /device.h | |
parent | ab369490f931712c21913902f8cb9a81fc2767a4 (diff) |
device: add support for removing interface config on reload
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
Diffstat (limited to 'device.h')
-rw-r--r-- | device.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -161,6 +161,7 @@ struct device { bool hidden; bool current_config; + bool iface_config; bool default_config; bool wireless; |