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:
parent
afb6bf1779
commit
a4524d0609
@ -535,4 +535,4 @@
|
||||
};
|
||||
};
|
||||
|
||||
#include <fbsd-mt7620a.dtsi>
|
||||
/include/ "fbsd-mt7620a.dtsi"
|
||||
|
@ -334,4 +334,4 @@
|
||||
};
|
||||
};
|
||||
|
||||
#include <fbsd-mt7620n.dtsi>
|
||||
/include/ "fbsd-mt7620n.dtsi"
|
||||
|
@ -374,4 +374,4 @@
|
||||
};
|
||||
};
|
||||
|
||||
#include <fbsd-mt7621.dtsi>
|
||||
/include/ "fbsd-mt7621.dtsi"
|
||||
|
@ -456,4 +456,4 @@
|
||||
};
|
||||
};
|
||||
|
||||
#include <fbsd-mt7628an.dtsi>
|
||||
/include/ "fbsd-mt7628an.dtsi"
|
||||
|
@ -193,4 +193,4 @@
|
||||
};
|
||||
};
|
||||
|
||||
#include <fbsd-rt2880.dtsi>
|
||||
/include/ "fbsd-rt2880.dtsi"
|
||||
|
@ -262,4 +262,4 @@
|
||||
};
|
||||
};
|
||||
|
||||
#include <fbsd-rt3050.dtsi>
|
||||
/include/ "fbsd-rt3050.dtsi"
|
||||
|
@ -290,4 +290,4 @@
|
||||
};
|
||||
};
|
||||
|
||||
#include <fbsd-rt3352.dtsi>
|
||||
/include/ "fbsd-rt3352.dtsi"
|
||||
|
@ -402,4 +402,4 @@
|
||||
};
|
||||
};
|
||||
|
||||
#include <fbsd-rt3883.dtsi>
|
||||
/include/ "fbsd-rt3883.dtsi"
|
||||
|
@ -331,4 +331,4 @@
|
||||
};
|
||||
};
|
||||
|
||||
#include <fbsd-rt5350.dtsi>
|
||||
/include/ "fbsd-rt5350.dtsi"
|
||||
|
Loading…
x
Reference in New Issue
Block a user