Page MenuHomeFreeBSD

Import Mediatek/Ralink dts files from OpenWRT
ClosedPublic

Authored by sgalabov on Apr 15 2016, 3:47 PM.
Tags
Referenced Files
F148109021: D5971.diff
Sun, Mar 15, 8:26 PM
F148096651: D5971.diff
Sun, Mar 15, 5:57 PM
F148077808: D5971.diff
Sun, Mar 15, 2:46 PM
F148074302: D5971.diff
Sun, Mar 15, 2:12 PM
F148070910: D5971.diff
Sun, Mar 15, 1:40 PM
F148067004: D5971.diff
Sun, Mar 15, 12:57 PM
F148033521: D5971.diff
Sun, Mar 15, 7:34 AM
Unknown Object (File)
Sat, Mar 14, 9:21 PM
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.