From 0962baae4e2cba08d8de3d06fbbd02ec2aae7ea6 Mon Sep 17 00:00:00 2001 From: Alexander Couzens Date: Mon, 18 May 2020 09:45:31 +0200 Subject: 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 Reviewed-by: Adrian Schmutzler --- target/linux/lantiq/image/vr9.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'target/linux/lantiq/image') diff --git a/target/linux/lantiq/image/vr9.mk b/target/linux/lantiq/image/vr9.mk index d59605a158..39ce6f14b8 100644 --- a/target/linux/lantiq/image/vr9.mk +++ b/target/linux/lantiq/image/vr9.mk @@ -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) -- cgit v1.2.3