summaryrefslogtreecommitdiffstats
path: root/sys/gnu/dts/mips
Commit message (Collapse)AuthorAgeFilesLines
* Change OpenWRT imported dtsi filessgalabov2016-04-209-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 OpenWRTsgalabov2016-04-16192-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
OpenPOWER on IntegriCloud