Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | kirkwood: apply minor DTS style improvements | Adrian Schmutzler | 2020-02-27 | 4 | -20/+48 |
| | | | | | | | | | | | | | | | This applies some minor DTS style improvements to the files kept in OpenWrt at the moment: - harmonize/improve LED/pinmux node names - harmonize empty lines between nodes - change "ok" to "okay" - some other minor formatting adjustments Since changes are only cosmetical, they are only applied to the "newer" DTS files for kernel 4.19. Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de> | ||||
* | kirkwood: convert DTS patches into plain DTS files | Sungbo Eo | 2020-02-27 | 4 | -0/+670 |
Move DTS files newly created by patch files to files directory. This will make these files much more maintainable. Patching the kernel Makefile is unnecessary, as the DTS files specified in DEVICE_DTS will be compiled by OpenWrt buildroot anyway. Signed-off-by: Sungbo Eo <mans0n@gorani.run> Acked-by: Adrian Schmutzler <freifunk@adrianschmutzler.de> |