diff options
author | Felix Fietkau <nbd@openwrt.org> | 2011-10-06 02:05:50 +0200 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2011-10-06 02:05:50 +0200 |
commit | beaf1b3d4ad313522bdd02f4c561dca94360bd46 (patch) | |
tree | a099436d27baca513f26dae5269bf834624db3bf /vlan.c | |
parent | f1b77140237f2f6e7f6b755b5a60ab212782456e (diff) |
always recreate devices by default if the config attribute list is not the default one
Diffstat (limited to 'vlan.c')
-rw-r--r-- | vlan.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -69,6 +69,7 @@ static struct device *get_vlan_device(struct device *dev, int id, bool create) { static const struct device_type vlan_type = { .name = "VLAN", + .config_params = &device_attr_list, .free = free_vlan_if, }; struct vlan_device *vldev; |