diff options
Diffstat (limited to 'target/linux/ath79/image/generic.mk')
-rw-r--r-- | target/linux/ath79/image/generic.mk | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/target/linux/ath79/image/generic.mk b/target/linux/ath79/image/generic.mk index 149e4ed300..1aa82a3a4a 100644 --- a/target/linux/ath79/image/generic.mk +++ b/target/linux/ath79/image/generic.mk @@ -425,23 +425,23 @@ define Device/dlink_dir-842-c endef define Device/dlink_dir-842-c1 - $(Device/dlink_dir-842-c) - DEVICE_VARIANT := C1 - DEVICE_PACKAGES := kmod-ath10k-ct ath10k-firmware-qca9888-ct + $(Device/dlink_dir-842-c) + DEVICE_VARIANT := C1 + DEVICE_PACKAGES := kmod-ath10k-ct ath10k-firmware-qca9888-ct endef TARGET_DEVICES += dlink_dir-842-c1 define Device/dlink_dir-842-c2 - $(Device/dlink_dir-842-c) - DEVICE_VARIANT := C2 - DEVICE_PACKAGES := kmod-usb2 kmod-ath10k-ct ath10k-firmware-qca9888-ct + $(Device/dlink_dir-842-c) + DEVICE_VARIANT := C2 + DEVICE_PACKAGES := kmod-usb2 kmod-ath10k-ct ath10k-firmware-qca9888-ct endef TARGET_DEVICES += dlink_dir-842-c2 define Device/dlink_dir-842-c3 - $(Device/dlink_dir-842-c) - DEVICE_VARIANT := C3 - DEVICE_PACKAGES := kmod-ath10k-ct ath10k-firmware-qca9888-ct + $(Device/dlink_dir-842-c) + DEVICE_VARIANT := C3 + DEVICE_PACKAGES := kmod-ath10k-ct ath10k-firmware-qca9888-ct endef TARGET_DEVICES += dlink_dir-842-c3 |