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 f2aeea57504cbbc58da3c59b939fc16150087648 23 lines 427 B view raw
1/* SPDX-License-Identifier: (GPL-2.0 OR MIT) */ 2/ { 3 images { 4 fdt-luton_pcb091 { 5 description = "MSCC Luton PCB091 Device Tree"; 6 data = /incbin/("boot/dts/mscc/luton_pcb091.dtb"); 7 type = "flat_dt"; 8 arch = "mips"; 9 compression = "none"; 10 hash { 11 algo = "sha1"; 12 }; 13 }; 14 }; 15 16 configurations { 17 pcb091 { 18 description = "Luton Linux kernel"; 19 kernel = "kernel"; 20 fdt = "fdt-luton_pcb091"; 21 }; 22 }; 23};