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
Differential D5971 Authored by sgalabov on Apr 15 2016, 3:47 PM.
Details
Summary Import original OpenWRT dts files after executing the following script on them: for f in `ls [mr]t*.dtsi`; do
Diff Detail
Event Timelinesgalabov updated this object. Herald added a subscriber: imp. · View Herald TranscriptApr 15 2016, 3:47 PM2016-04-15 15:47:57 (UTC+0) This revision is now accepted and ready to land.Apr 15 2016, 9:39 PM2016-04-15 21:39:12 (UTC+0) Closed by commit rS298128: Import Mediatek/Ralink dts files from OpenWRT (authored by sgalabov). · Explain WhyApr 16 2016, 8:01 PM2016-04-16 20:01:22 (UTC+0) This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 15270 |