gemini: apm821xx: Ignore return value of e2fsck
authorHauke Mehrtens <hauke@hauke-m.de>
Sat, 5 Oct 2024 13:08:02 +0000 (15:08 +0200)
committerHauke Mehrtens <hauke@hauke-m.de>
Sun, 6 Oct 2024 01:46:45 +0000 (03:46 +0200)
commitca325ee516e63ae138cbd5bbf20316139efe882f
tree7b36075db08d1b090e363cba40abcbe31501b4bb
parent0852d814f0157f780e9309369cf2996fd86b951b
gemini: apm821xx: Ignore return value of e2fsck

This fixes the build of the gemini and the apm821xx target.
The e2fsck application returns an error code now and that makes the
build fail. The tune2fs command adds an extra option and the e2fsck
should later fix the file system. It is intentionally broken in this
place.

e2fsprogs was patched before to ignore this error.

Fixes: 95e4664b5efc ("tools: e2fsprogs: drop e2fsck patch")
Link: https://github.com/openwrt/openwrt/pull/16607
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
target/linux/apm821xx/image/Makefile
target/linux/gemini/image/Makefile