move bridge-related kernel config to the module

This commit is contained in:
Daniel Barlow 2023-08-30 17:29:42 +01:00
parent aecbe08f08
commit de77635490
3 changed files with 5 additions and 9 deletions

View file

@ -39,5 +39,9 @@ in
};
};
};
config.kernel.config.BRIDGE = "y";
config.kernel.config = {
BRIDGE = "y";
BRIDGE_VLAN_FILTERING = "y";
BRIDGE_IGMP_SNOOPING = "y";
};
}