From 3c70a0d037c7e85380bd4b8e2aea1d147808012c Mon Sep 17 00:00:00 2001 From: Raito Bezarius Date: Mon, 19 Feb 2024 01:20:01 +0100 Subject: [PATCH] devices/zyxel-nwa50ax: ensure bridge is always available Signed-off-by: Raito Bezarius --- devices/zyxel-nwa50ax/default.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/devices/zyxel-nwa50ax/default.nix b/devices/zyxel-nwa50ax/default.nix index a6c77c6..a21b125 100644 --- a/devices/zyxel-nwa50ax/default.nix +++ b/devices/zyxel-nwa50ax/default.nix @@ -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