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/image | |
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/image')
-rw-r--r-- | target/linux/lantiq/image/vr9.mk | 4 |
1 files changed, 2 insertions, 2 deletions
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) |