diff options
author | Shiji Yang <yangshiji66@qq.com> | 2024-06-15 02:18:22 +0000 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2024-06-16 22:10:37 +0200 |
commit | 4309be6bcb3d3cbf8fa5ae7eddb1520737542c6c (patch) | |
tree | 815f11766fc925d15bd847f386b050ebb10d1b1c /target/linux | |
parent | c95ed79787ab479e3e1f6b8e3e9e7b45ffeeb752 (diff) | |
download | openwrt-4309be6bcb3d3cbf8fa5ae7eddb1520737542c6c.tar.gz openwrt-4309be6bcb3d3cbf8fa5ae7eddb1520737542c6c.tar.bz2 openwrt-4309be6bcb3d3cbf8fa5ae7eddb1520737542c6c.zip |
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@qq.com>
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/ath79/image/generic.mk | 4 |
1 files 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 |