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
This commit is contained in:
sgalabov 2016-04-20 14:29:03 +00:00
parent afb6bf1779
commit a4524d0609
9 changed files with 9 additions and 9 deletions

View File

@ -535,4 +535,4 @@
};
};
#include <fbsd-mt7620a.dtsi>
/include/ "fbsd-mt7620a.dtsi"

View File

@ -334,4 +334,4 @@
};
};
#include <fbsd-mt7620n.dtsi>
/include/ "fbsd-mt7620n.dtsi"

View File

@ -374,4 +374,4 @@
};
};
#include <fbsd-mt7621.dtsi>
/include/ "fbsd-mt7621.dtsi"

View File

@ -456,4 +456,4 @@
};
};
#include <fbsd-mt7628an.dtsi>
/include/ "fbsd-mt7628an.dtsi"

View File

@ -193,4 +193,4 @@
};
};
#include <fbsd-rt2880.dtsi>
/include/ "fbsd-rt2880.dtsi"

View File

@ -262,4 +262,4 @@
};
};
#include <fbsd-rt3050.dtsi>
/include/ "fbsd-rt3050.dtsi"

View File

@ -290,4 +290,4 @@
};
};
#include <fbsd-rt3352.dtsi>
/include/ "fbsd-rt3352.dtsi"

View File

@ -402,4 +402,4 @@
};
};
#include <fbsd-rt3883.dtsi>
/include/ "fbsd-rt3883.dtsi"

View File

@ -331,4 +331,4 @@
};
};
#include <fbsd-rt5350.dtsi>
/include/ "fbsd-rt5350.dtsi"