diff options
Diffstat (limited to 'target/linux/lantiq/image/vr9.mk')
-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) |