forked from Ivasoft/openwrt
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>
This commit is contained in:
@@ -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 {
|
||||
Reference in New Issue
Block a user