K 10 svn:author V 8 sgalabov K 8 svn:date V 27 2016-04-20T14:29:03.550113Z K 7 svn:log V 375 Change OpenWRT imported dtsi files Change '#include ' 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 END