diff options
author | Adrian Schmutzler <freifunk@adrianschmutzler.de> | 2019-07-03 23:22:02 +0200 |
---|---|---|
committer | Daniel Golle <daniel@makrotopia.org> | 2019-07-10 17:36:29 +0200 |
commit | 9f990001653a0c45a17f15c1ed67ab91fa6aa91b (patch) | |
tree | 49ded920192b29b72e7d1e8d93d4dd8b47ce3e5b /target/linux/ramips/dts/MT7620a_MT7530.dts | |
parent | d93969a13a5b3db1fe5290466ce9de31be1616e3 (diff) | |
download | upstream-9f990001653a0c45a17f15c1ed67ab91fa6aa91b.tar.gz upstream-9f990001653a0c45a17f15c1ed67ab91fa6aa91b.tar.bz2 upstream-9f990001653a0c45a17f15c1ed67ab91fa6aa91b.zip |
ramips/mt7620: Synchronize Makefiles with DTS compatible
This will "rename" devices in Makefiles to the pattern used in
DTS compatible. This will systematize naming of devices
enormously.
As device names are used to for default SUPPORTED_DEVICES entries,
we need to adjust the source for /tmp/sysinfo/board_name, too.
So remove relevant entries from base-files/lib/ramips.sh and
use device compatible for that.
Despite that, base-files are updated, too.
Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
Diffstat (limited to 'target/linux/ramips/dts/MT7620a_MT7530.dts')
-rw-r--r-- | target/linux/ramips/dts/MT7620a_MT7530.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ramips/dts/MT7620a_MT7530.dts b/target/linux/ramips/dts/MT7620a_MT7530.dts index 3fc19d9071..976e2acca3 100644 --- a/target/linux/ramips/dts/MT7620a_MT7530.dts +++ b/target/linux/ramips/dts/MT7620a_MT7530.dts @@ -3,7 +3,7 @@ #include "mt7620a.dtsi" / { - compatible = "ralink,mt7620a-eval-board", "ralink,mt7620a-soc"; + compatible = "ralink,mt7620a-mt7530-evb", "ralink,mt7620a-soc"; model = "Ralink MT7620a + MT7530 evaluation board"; }; |