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_V22SG.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_V22SG.dts')
-rw-r--r-- | target/linux/ramips/dts/MT7620a_V22SG.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ramips/dts/MT7620a_V22SG.dts b/target/linux/ramips/dts/MT7620a_V22SG.dts index d2863ee75c..33d23f2201 100644 --- a/target/linux/ramips/dts/MT7620a_V22SG.dts +++ b/target/linux/ramips/dts/MT7620a_V22SG.dts @@ -6,7 +6,7 @@ #include <dt-bindings/input/input.h> / { - compatible = "ralink,mt7620a-eval-board", "ralink,mt7620a-soc"; + compatible = "ralink,mt7620a-v22sg-evb", "ralink,mt7620a-soc"; model = "Ralink MT7620a V22SG High Power evaluation board"; keys { |