forked from DGNum/liminix
move bridge-related kernel config to the module
This commit is contained in:
parent
aecbe08f08
commit
de77635490
3 changed files with 5 additions and 9 deletions
|
@ -39,5 +39,9 @@ in
|
|||
};
|
||||
};
|
||||
};
|
||||
config.kernel.config.BRIDGE = "y";
|
||||
config.kernel.config = {
|
||||
BRIDGE = "y";
|
||||
BRIDGE_VLAN_FILTERING = "y";
|
||||
BRIDGE_IGMP_SNOOPING = "y";
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue