[openwrt/openwrt] ath79: drop factory image for DIR-825 and TEW-673GRU

LEDE Commits lede-commits at lists.infradead.org
Sun Jun 16 13:25:49 PDT 2024


hauke pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/4309be6bcb3d3cbf8fa5ae7eddb1520737542c6c

commit 4309be6bcb3d3cbf8fa5ae7eddb1520737542c6c
Author: Shiji Yang <yangshiji66 at qq.com>
AuthorDate: Sat Jun 15 02:18:22 2024 +0000

    ath79: drop factory image for DIR-825 and TEW-673GRU
    
    The max image sizes are too small to generate factory images.
    
    Signed-off-by: Shiji Yang <yangshiji66 at qq.com>
---
 target/linux/ath79/image/generic.mk | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/target/linux/ath79/image/generic.mk b/target/linux/ath79/image/generic.mk
index 0da5a0ef8d..ccfef01fbc 100644
--- a/target/linux/ath79/image/generic.mk
+++ b/target/linux/ath79/image/generic.mk
@@ -1214,7 +1214,7 @@ define Device/dlink_dir-825-b1
 	kmod-leds-reset kmod-owl-loader kmod-switch-rtl8366s
   IMAGE_SIZE := 7808k
   FACTORY_SIZE := 6144k
-  IMAGES += factory.bin
+# IMAGES += factory.bin
   IMAGE/factory.bin = append-kernel | pad-to $$$$(BLOCKSIZE) | append-rootfs | \
 	pad-rootfs | check-size $$$$(FACTORY_SIZE) | pad-to $$$$(FACTORY_SIZE) | \
 	append-string 01AP94-AR7161-RT-080619-00
@@ -3030,7 +3030,7 @@ define Device/trendnet_tew-673gru
 	kmod-owl-loader kmod-switch-rtl8366s
   IMAGE_SIZE := 7808k
   FACTORY_SIZE := 6144k
-  IMAGES += factory.bin
+# IMAGES += factory.bin
   IMAGE/factory.bin = append-kernel | pad-to $$$$(BLOCKSIZE) | append-rootfs | \
 	pad-rootfs | check-size $$$$(FACTORY_SIZE) | pad-to $$$$(FACTORY_SIZE) | \
 	append-string AP94-AR7161-RT-080619-01




More information about the lede-commits mailing list