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/" ]; };