diff options
author | Felix Fietkau <nbd@openwrt.org> | 2012-01-22 19:00:04 +0100 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2012-01-22 19:00:04 +0100 |
commit | 677f9754526a7923417fb70f9a8a38adaeb251a6 (patch) | |
tree | 77367d773a2ad733de771deb935b587904f1335f /device.h | |
parent | 91fa29a0d17b40963f67f08e740ca0a07365db90 (diff) |
save and restore previous device settings when overriding them via config
Diffstat (limited to 'device.h')
-rw-r--r-- | device.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -112,6 +112,7 @@ struct device { struct device_user parent; + struct device_settings orig_settings; struct device_settings settings; }; |