Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v6.11-rc7 22 lines 366 B view raw
1/ { 2 images { 3 fdt-ni169445 { 4 description = "NI 169445 device tree"; 5 data = /incbin/("boot/dts/ni/169445.dtb"); 6 type = "flat_dt"; 7 arch = "mips"; 8 compression = "none"; 9 hash { 10 algo = "sha1"; 11 }; 12 }; 13 }; 14 15 configurations { 16 conf-ni169445 { 17 description = "NI 169445 Linux Kernel"; 18 kernel = "kernel"; 19 fdt = "fdt-ni169445"; 20 }; 21 }; 22};