From 68eb1360f6f08a60b76e3f1062348e67788e5ebc Mon Sep 17 00:00:00 2001 From: Daniel Barlow Date: Wed, 17 Apr 2024 18:48:19 +0100 Subject: [PATCH] use appended dtb in gl-mt300n-v2 tftpboot probably the A variant needs this as well --- devices/gl-mt300n-v2/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/devices/gl-mt300n-v2/default.nix b/devices/gl-mt300n-v2/default.nix index 3bc8368..9960a1d 100644 --- a/devices/gl-mt300n-v2/default.nix +++ b/devices/gl-mt300n-v2/default.nix @@ -122,6 +122,7 @@ # 20MB seems to give enough room to uncompress the kernel # without anything getting trodden on. 10MB was too small loadAddress = lim.parseInt "0x1400000"; + appendDTB = true; }; kernel = {