Page MenuHomeFreeBSD

Import Mediatek/Ralink dts files from OpenWRT
ClosedPublic

Authored by sgalabov on Apr 15 2016, 3:47 PM.
Tags
Referenced Files
F166399755: D5971.id15270.diff
Thu, Aug 13, 9:34 AM
F166399754: D5971.id15246.diff
Thu, Aug 13, 9:34 AM
F166399753: D5971.id.diff
Thu, Aug 13, 9:34 AM
F166399629: D5971.diff
Thu, Aug 13, 9:32 AM
F166350647: D5971.diff
Thu, Aug 13, 1:41 AM
Unknown Object (File)
Wed, Aug 12, 1:26 PM
Unknown Object (File)
Mon, Aug 10, 1:04 PM
Unknown Object (File)
Mon, Aug 10, 2:37 AM
Subscribers

Details

Summary

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

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

sgalabov retitled this revision from to Import Mediatek/Ralink dts files from OpenWRT.
sgalabov updated this object.
sgalabov edited the test plan for this revision. (Show Details)
sgalabov added a reviewer: adrian.
sgalabov set the repository for this revision to rS FreeBSD src repository - subversion.
sgalabov added a project: MIPS.
adrian edited edge metadata.

ooo!

This revision is now accepted and ready to land.Apr 15 2016, 9:39 PM
This revision was automatically updated to reflect the committed changes.