mirror of
https://github.com/opnsense/src.git
synced 2026-02-13 15:57:05 -05:00
Highlights:
- Passing "-" to -o will now cause output to go to stdout
- Path-based syntactic sugar for overlays is now accepted. This looks like:
/dts-v1/;
/plugin/;
&{/soc} {
sid: eeprom@1c14000 {
compatible = "allwinner,sun8i-h3-sid";
reg = <0x1c14000 0x400>;
status = "okay";
};
};
MFC after: 3 days
|
||
|---|---|---|
| .. | ||
| checking.cc | ||
| checking.hh | ||
| dtb.cc | ||
| dtb.hh | ||
| dtc.1 | ||
| dtc.cc | ||
| fdt.cc | ||
| fdt.hh | ||
| HACKING | ||
| input_buffer.cc | ||
| input_buffer.hh | ||
| Makefile | ||
| Makefile.depend | ||
| string.cc | ||
| util.hh | ||