Skip to content
Snippets Groups Projects
Commit db26f53b authored by Stijn Tintel's avatar Stijn Tintel
Browse files

ath79: drop IMAGE/factory.bin from ubnt-wa devices


The sysupgrade image contains OpenWrt specific metadata. Having this
metadata in the factory images makes no sense. Drop IMAGE/factory.bin
from Device/ubnt-wa and use the default from Device/ubnt instead.

Signed-off-by: default avatarStijn Tintel <stijn@linux-ipv6.be>
Acked-by: default avatarPetr Štetiar <ynezz@true.cz>
Acked-by: default avatarAdrian Schmutzler <freifunk@adrianschmutzler.de>
parent 89b8dd62
No related branches found
No related tags found
No related merge requests found
...@@ -124,7 +124,6 @@ define Device/ubnt_lap-120 ...@@ -124,7 +124,6 @@ define Device/ubnt_lap-120
DEVICE_MODEL := LiteAP ac DEVICE_MODEL := LiteAP ac
DEVICE_VARIANT := LAP-120 DEVICE_VARIANT := LAP-120
DEVICE_PACKAGES += kmod-ath10k-ct ath10k-firmware-qca988x-ct DEVICE_PACKAGES += kmod-ath10k-ct ath10k-firmware-qca988x-ct
IMAGE/factory.bin := $$(IMAGE/sysupgrade.bin) | mkubntimage-split
endef endef
TARGET_DEVICES += ubnt_lap-120 TARGET_DEVICES += ubnt_lap-120
...@@ -132,7 +131,6 @@ define Device/ubnt_nanobeam-ac ...@@ -132,7 +131,6 @@ define Device/ubnt_nanobeam-ac
$(Device/ubnt-wa) $(Device/ubnt-wa)
DEVICE_MODEL := NanoBeam AC DEVICE_MODEL := NanoBeam AC
DEVICE_PACKAGES += kmod-ath10k-ct ath10k-firmware-qca988x-ct rssileds DEVICE_PACKAGES += kmod-ath10k-ct ath10k-firmware-qca988x-ct rssileds
IMAGE/factory.bin := $$(IMAGE/sysupgrade.bin) | mkubntimage-split
endef endef
TARGET_DEVICES += ubnt_nanobeam-ac TARGET_DEVICES += ubnt_nanobeam-ac
...@@ -140,7 +138,6 @@ define Device/ubnt_nanostation-ac ...@@ -140,7 +138,6 @@ define Device/ubnt_nanostation-ac
$(Device/ubnt-wa) $(Device/ubnt-wa)
DEVICE_MODEL := Nanostation AC DEVICE_MODEL := Nanostation AC
DEVICE_PACKAGES += kmod-ath10k-ct ath10k-firmware-qca988x-ct rssileds DEVICE_PACKAGES += kmod-ath10k-ct ath10k-firmware-qca988x-ct rssileds
IMAGE/factory.bin := $$(IMAGE/sysupgrade.bin) | mkubntimage-split
endef endef
TARGET_DEVICES += ubnt_nanostation-ac TARGET_DEVICES += ubnt_nanostation-ac
...@@ -148,7 +145,6 @@ define Device/ubnt_nanostation-ac-loco ...@@ -148,7 +145,6 @@ define Device/ubnt_nanostation-ac-loco
$(Device/ubnt-wa) $(Device/ubnt-wa)
DEVICE_MODEL := Nanostation AC loco DEVICE_MODEL := Nanostation AC loco
DEVICE_PACKAGES += kmod-ath10k-ct ath10k-firmware-qca988x-ct DEVICE_PACKAGES += kmod-ath10k-ct ath10k-firmware-qca988x-ct
IMAGE/factory.bin := $$(IMAGE/sysupgrade.bin) | mkubntimage-split
endef endef
TARGET_DEVICES += ubnt_nanostation-ac-loco TARGET_DEVICES += ubnt_nanostation-ac-loco
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment