diff options
author | Alexander Couzens <lynxis@fe80.eu> | 2020-05-18 09:45:31 +0200 |
---|---|---|
committer | Alexander Couzens <lynxis@fe80.eu> | 2020-05-18 11:57:57 +0200 |
commit | 0962baae4e2cba08d8de3d06fbbd02ec2aae7ea6 (patch) | |
tree | f152a7eaa4b4a30e63402a118dd450fdedcfea8d /target/linux/lantiq/files-4.19 | |
parent | 30cc7f3510fbdffbe1548bc008f1d99146dfbda6 (diff) | |
download | upstream-0962baae4e2cba08d8de3d06fbbd02ec2aae7ea6.tar.gz upstream-0962baae4e2cba08d8de3d06fbbd02ec2aae7ea6.tar.bz2 upstream-0962baae4e2cba08d8de3d06fbbd02ec2aae7ea6.zip |
lantiq: fritz 7360 v2: rename device before it will be used
Use similiar naming scheme as ath79.
Since the fritz 7360 v2 was only in the tree for 2 days, there
is no compatibility for the old image.
Users which has installed the fritz 7360 v2 before this change, must
use sysupgrade --force to skip checks on the board.
Signed-off-by: Alexander Couzens <lynxis@fe80.eu>
Reviewed-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
Diffstat (limited to 'target/linux/lantiq/files-4.19')
-rw-r--r-- | target/linux/lantiq/files-4.19/arch/mips/boot/dts/lantiq/vr9_avm_fritz7360-v2.dts (renamed from target/linux/lantiq/files-4.19/arch/mips/boot/dts/lantiq/vr9_avm_fritz7360v2.dts) | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/target/linux/lantiq/files-4.19/arch/mips/boot/dts/lantiq/vr9_avm_fritz7360v2.dts b/target/linux/lantiq/files-4.19/arch/mips/boot/dts/lantiq/vr9_avm_fritz7360-v2.dts index 215a07e597..9129ef1f70 100644 --- a/target/linux/lantiq/files-4.19/arch/mips/boot/dts/lantiq/vr9_avm_fritz7360v2.dts +++ b/target/linux/lantiq/files-4.19/arch/mips/boot/dts/lantiq/vr9_avm_fritz7360-v2.dts @@ -7,32 +7,32 @@ #include <dt-bindings/mips/lantiq_rcu_gphy.h> / { - compatible = "avm,fritz7360v2", "avm,fritz736x", "lantiq,xway", "lantiq,vr9"; + compatible = "avm,fritz7360-v2", "avm,fritz736x", "lantiq,xway", "lantiq,vr9"; model = "AVM FRITZ!Box 7360 V2"; }; &power_green { - label = "fritz7360v2:green:power"; + label = "fritz7360-v2:green:power"; }; &power_red { - label = "fritz7360v2:red:power"; + label = "fritz7360-v2:red:power"; }; &info_green { - label = "fritz7360v2:green:info"; + label = "fritz7360-v2:green:info"; }; &wifi { - label = "fritz7360v2:green:wlan"; + label = "fritz7360-v2:green:wlan"; }; &info_red { - label = "fritz7360v2:red:info"; + label = "fritz7360-v2:red:info"; }; &dect { - label = "fritz7360v2:green:dect"; + label = "fritz7360-v2:green:dect"; }; &state_default { |