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:
@@ -39,7 +39,7 @@ lantiq_setup_interfaces()
|
||||
avm,fritz3370-rev2-hynix|\
|
||||
avm,fritz3370-rev2-micron|\
|
||||
avm,fritz7360sl|\
|
||||
avm,fritz7360v2|\
|
||||
avm,fritz7360-v2|\
|
||||
avm,fritz7362sl)
|
||||
ucidef_add_switch "switch0" \
|
||||
"0:lan:3" "1:lan:4" "2:lan:2" "4:lan:1" "6t@eth0"
|
||||
|
||||
@@ -17,7 +17,7 @@ case "$FIRMWARE" in
|
||||
caldata_extract_reverse "urlader" 0x1541 0x440
|
||||
;;
|
||||
avm,fritz7360sl|\
|
||||
avm,fritz7360v2)
|
||||
avm,fritz7360-v2)
|
||||
caldata_extract "urlader" 0x985 0x1000
|
||||
;;
|
||||
avm,fritz7412)
|
||||
|
||||
Reference in New Issue
Block a user