From 9ff23f03407c7bb5b0d961028e68f10bbc7892c4 Mon Sep 17 00:00:00 2001 From: Arnout Engelen Date: Mon, 30 Dec 2024 20:32:00 +0100 Subject: [PATCH] includePaths --- devices/openwrt-one/default.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/devices/openwrt-one/default.nix b/devices/openwrt-one/default.nix index b473a8b5..586adf20 100644 --- a/devices/openwrt-one/default.nix +++ b/devices/openwrt-one/default.nix @@ -652,8 +652,9 @@ rootDevice = "/dev/fit0"; dts = { src = "${openwrt.src}/target/linux/mediatek/dts/mt7981b-openwrt-one.dts"; - includes = [ + includePaths = [ "${openwrt.src}/target/linux/mediatek/dts" + #"${openwrt.src}/target/linux/mediatek/files-6.6/arch/arm64/boot/dts/mediatek/" "${config.system.outputs.kernel.modulesupport}/arch/arm64/boot/dts/mediatek/" ]; };