Page MenuHomeFreeBSD

Import Mediatek/Ralink dts files from OpenWRT
ClosedPublic

Authored by sgalabov on Apr 15 2016, 3:47 PM.
Tags
Referenced Files
Unknown Object (File)
Sun, Sep 6, 5:22 PM
Unknown Object (File)
Sun, Sep 6, 11:22 AM
Unknown Object (File)
Sat, Sep 5, 1:31 PM
Unknown Object (File)
Fri, Sep 4, 11:27 AM
Unknown Object (File)
Wed, Sep 2, 11:15 AM
Unknown Object (File)
Tue, Sep 1, 2:06 PM
Unknown Object (File)
Mon, Aug 31, 11:18 AM
Unknown Object (File)
Sat, Aug 29, 11:21 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 Not Applicable
Unit
Tests Not Applicable

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.