From 4309be6bcb3d3cbf8fa5ae7eddb1520737542c6c Mon Sep 17 00:00:00 2001 From: Shiji Yang Date: Sat, 15 Jun 2024 02:18:22 +0000 Subject: [PATCH] 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 --- 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 -- 2.30.2