mirror of https://github.com/OpenIPC/firmware.git
RV1126: Check uImage, not rootfs.squashfs for NOR fw
parent
234e4db12f
commit
bd6c231661
|
@ -455,7 +455,7 @@ jobs:
|
|||
fi
|
||||
}
|
||||
|
||||
if [ -f rootfs.squashfs ]; then
|
||||
if [ -f uImage ]; then
|
||||
case ${{ matrix.release }} in
|
||||
lite)
|
||||
check_exceeded uImage ${MAX_KERNEL_SIZE}
|
||||
|
|
Loading…
Reference in New Issue