diff --git a/target/linux/ath79/image/generic-ubnt.mk b/target/linux/ath79/image/generic-ubnt.mk index 91cd5fc681..8cdd5a2d2f 100644 --- a/target/linux/ath79/image/generic-ubnt.mk +++ b/target/linux/ath79/image/generic-ubnt.mk @@ -89,7 +89,6 @@ define Device/ubnt_nanostation-ac DEVICE_TITLE := Ubiquiti Nanostation AC DEVICE_PACKAGES += kmod-ath10k ath10k-firmware-qca988x IMAGE_SIZE := 15744k - IMAGES += factory.bin IMAGE/factory.bin := $$(IMAGE/sysupgrade.bin) | mkubntimage-split endef TARGET_DEVICES += ubnt_nanostation-ac @@ -99,7 +98,6 @@ define Device/ubnt_nanostation-ac-loco DEVICE_TITLE := Ubiquiti Nanostation AC loco DEVICE_PACKAGES += kmod-ath10k ath10k-firmware-qca988x IMAGE_SIZE := 15744k - IMAGES += factory.bin IMAGE/factory.bin := $$(IMAGE/sysupgrade.bin) | mkubntimage-split endef TARGET_DEVICES += ubnt_nanostation-ac-loco