mirror of
https://github.com/openwrt/openwrt.git
synced 2025-04-15 15:07:11 +00:00
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>
This commit is contained in:
parent
c95ed79787
commit
4309be6bcb
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user