diff options
author | Stijn Tintel <stijn@linux-ipv6.be> | 2019-12-03 13:57:20 +0200 |
---|---|---|
committer | Stijn Tintel <stijn@linux-ipv6.be> | 2019-12-04 23:17:41 +0200 |
commit | db26f53bb353b8ddf3ad1ef3057eb59648a077e8 (patch) | |
tree | dfba0907757cc4e53536262ef08cefa7591e2889 /target/linux/ath79 | |
parent | 89b8dd62ce44e994aa1bccbc006945b1c124ab09 (diff) | |
download | upstream-db26f53bb353b8ddf3ad1ef3057eb59648a077e8.tar.gz upstream-db26f53bb353b8ddf3ad1ef3057eb59648a077e8.tar.bz2 upstream-db26f53bb353b8ddf3ad1ef3057eb59648a077e8.zip |
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: Stijn Tintel <stijn@linux-ipv6.be>
Acked-by: Petr Štetiar <ynezz@true.cz>
Acked-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
Diffstat (limited to 'target/linux/ath79')
-rw-r--r-- | target/linux/ath79/image/generic-ubnt.mk | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/target/linux/ath79/image/generic-ubnt.mk b/target/linux/ath79/image/generic-ubnt.mk index 19dbe2eb8b..9f55a89d27 100644 --- a/target/linux/ath79/image/generic-ubnt.mk +++ b/target/linux/ath79/image/generic-ubnt.mk @@ -124,7 +124,6 @@ define Device/ubnt_lap-120 DEVICE_MODEL := LiteAP ac DEVICE_VARIANT := LAP-120 DEVICE_PACKAGES += kmod-ath10k-ct ath10k-firmware-qca988x-ct - IMAGE/factory.bin := $$(IMAGE/sysupgrade.bin) | mkubntimage-split endef TARGET_DEVICES += ubnt_lap-120 @@ -132,7 +131,6 @@ define Device/ubnt_nanobeam-ac $(Device/ubnt-wa) DEVICE_MODEL := NanoBeam AC DEVICE_PACKAGES += kmod-ath10k-ct ath10k-firmware-qca988x-ct rssileds - IMAGE/factory.bin := $$(IMAGE/sysupgrade.bin) | mkubntimage-split endef TARGET_DEVICES += ubnt_nanobeam-ac @@ -140,7 +138,6 @@ define Device/ubnt_nanostation-ac $(Device/ubnt-wa) DEVICE_MODEL := Nanostation AC DEVICE_PACKAGES += kmod-ath10k-ct ath10k-firmware-qca988x-ct rssileds - IMAGE/factory.bin := $$(IMAGE/sysupgrade.bin) | mkubntimage-split endef TARGET_DEVICES += ubnt_nanostation-ac @@ -148,7 +145,6 @@ define Device/ubnt_nanostation-ac-loco $(Device/ubnt-wa) DEVICE_MODEL := Nanostation AC loco DEVICE_PACKAGES += kmod-ath10k-ct ath10k-firmware-qca988x-ct - IMAGE/factory.bin := $$(IMAGE/sysupgrade.bin) | mkubntimage-split endef TARGET_DEVICES += ubnt_nanostation-ac-loco |