hc
2023-02-13 e440ec23c5a540cdd3f7464e8779219be6fd3d95
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
/ {
   images {
       fdt-boston {
           description = "img,boston Device Tree";
           data = /incbin/("boot/dts/img/boston.dtb");
           type = "flat_dt";
           arch = "mips";
           compression = "none";
           hash {
               algo = "sha1";
           };
       };
   };
 
   configurations {
       conf-boston {
           description = "Boston Linux kernel";
           kernel = "kernel";
           fdt = "fdt-boston";
       };
   };
};