[PATCH] ath79: add old JT-OR750i name to supported devices
git at aiyionpri.me
git at aiyionpri.me
Thu Sep 16 05:17:50 PDT 2021
From: Jan-Niklas Burfeind <git at aiyionpri.me>
Allow forceless upgrade from ar71xx variants.
Signed-off-by: Jan-Niklas Burfeind <git at aiyionpri.me>
---
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
More information about the openwrt-devel
mailing list