]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Change OpenWRT imported dtsi files
authorsgalabov <sgalabov@FreeBSD.org>
Wed, 20 Apr 2016 14:29:03 +0000 (14:29 +0000)
committersgalabov <sgalabov@FreeBSD.org>
Wed, 20 Apr 2016 14:29:03 +0000 (14:29 +0000)
commita4524d06095f250c170f60e33d47caa43b741f5f
treea500e87130581c6e454d518723453439fc8f67d2
parentafb6bf1779d9255622c56b34a8b430dd7b3ea462
Change OpenWRT imported dtsi files

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
sys/gnu/dts/mips/mt7620a.dtsi
sys/gnu/dts/mips/mt7620n.dtsi
sys/gnu/dts/mips/mt7621.dtsi
sys/gnu/dts/mips/mt7628an.dtsi
sys/gnu/dts/mips/rt2880.dtsi
sys/gnu/dts/mips/rt3050.dtsi
sys/gnu/dts/mips/rt3352.dtsi
sys/gnu/dts/mips/rt3883.dtsi
sys/gnu/dts/mips/rt5350.dtsi