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:
Alexander Couzens
2020-05-18 09:45:31 +02:00
parent 30cc7f3510
commit 0962baae4e
5 changed files with 18 additions and 18 deletions

View File

@@ -127,7 +127,7 @@ define Device/avm_fritz7360sl
endef
TARGET_DEVICES += avm_fritz7360sl
define Device/avm_fritz7360v2
define Device/avm_fritz7360-v2
$(Device/AVM)
DEVICE_MODEL := FRITZ!Box 7360
DEVICE_VARIANT := v2
@@ -135,7 +135,7 @@ define Device/avm_fritz7360v2
DEVICE_PACKAGES := kmod-ath9k kmod-owl-loader wpad-basic kmod-usb-dwc2
SUPPORTED_DEVICES += FRITZ7360V2
endef
TARGET_DEVICES += avm_fritz7360v2
TARGET_DEVICES += avm_fritz7360-v2
define Device/avm_fritz7362sl
$(Device/AVM)