From 6661e426844b0026820ff65540efbc24a2e8ccba Mon Sep 17 00:00:00 2001 From: Daniel Barlow Date: Wed, 1 May 2024 23:04:25 +0100 Subject: [PATCH] mt300a tftpboot needs appendDTB --- devices/gl-mt300a/default.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/devices/gl-mt300a/default.nix b/devices/gl-mt300a/default.nix index 635cbf0..5dd7b9b 100644 --- a/devices/gl-mt300a/default.nix +++ b/devices/gl-mt300a/default.nix @@ -124,7 +124,8 @@ }; boot.tftp = { loadAddress = lim.parseInt "0x00A00000"; - }; + appendDTB = true; + }; kernel = { src = pkgs.fetchurl {