Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Change OpenWRT imported dtsi files | sgalabov | 2016-04-20 | 9 | -9/+9 |
| | | | | | | | | | | | | | | Change '#include <fbsd-*>' to '/include/ "fbsd-*"' in [rm]t*.dtsi Basically the pre-import work on OpenWRT's dts/dtsi files boils down to: for f in `ls [mr]t*.dtsi`; do printf '\n/include/ "fbsd-$f"\n' >> $f done Approved by: adrian (mentor) Sponsored by: Smartcom - Bulgaria AD Differential Revision: https://reviews.freebsd.org/D5993 | ||||
* | Import Mediatek/Ralink dts files from OpenWRT | sgalabov | 2016-04-16 | 192 | -0/+23011 |
Import original OpenWRT dts files after executing the following script on them: for f in `ls [mr]t*.dtsi`; do printf "\n#include <fbsd-$f>\n" >> $f done Approved by: adrian (mentor) Obtained from: OpenWRT Sponsored by: Smartcom - Bulgaria AD Differential Revision: https://reviews.freebsd.org/D5971 |