From: Jan-Niklas Burfeind <[email protected]> Allow forceless upgrade from ar71xx variants.
Signed-off-by: Jan-Niklas Burfeind <[email protected]> --- The device has never been officially part of ar71xx, but has been developed in the target. There are a bunch of devices that could profit from this patch and it will do no harm to the others. target/linux/ath79/image/generic.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/target/linux/ath79/image/generic.mk b/target/linux/ath79/image/generic.mk index d8db054312..8c1d3d24e5 100644 --- a/target/linux/ath79/image/generic.mk +++ b/target/linux/ath79/image/generic.mk @@ -1419,6 +1419,7 @@ define Device/joyit_jt-or750i DEVICE_MODEL := JT-OR750i DEVICE_PACKAGES := kmod-ath10k-ct ath10k-firmware-qca9887-ct IMAGE_SIZE := 16000k + SUPPORTED_DEVICES += jt-or750i endef TARGET_DEVICES += joyit_jt-or750i -- 2.33.0 _______________________________________________ openwrt-devel mailing list [email protected] https://lists.openwrt.org/mailman/listinfo/openwrt-devel
