forked from DGNum/liminix
devices/zyxel-nwa50ax: ensure bridge is always available
Signed-off-by: Raito Bezarius <masterancpp@gmail.com>
This commit is contained in:
parent
422f3edab1
commit
3c70a0d037
1 changed files with 3 additions and 0 deletions
|
@ -91,6 +91,9 @@
|
|||
};
|
||||
in {
|
||||
imports = [
|
||||
# We include it to ensure the bridge functionality
|
||||
# is available on the target kernel.
|
||||
../../modules/bridge
|
||||
../../modules/arch/mipsel.nix
|
||||
../../modules/outputs/tftpboot.nix
|
||||
../../modules/outputs/zyxel-nwa-fit.nix
|
||||
|
|
Loading…
Reference in a new issue