mirror of
https://github.com/optim-enterprises-bv/openwrt.okoklets.git
synced 2026-01-11 10:25:16 +00:00
We're currently missing log output in cases where `configure` fails which returns 77 as its error code: make[3]: *** [Makefile:118: elfutils-0.188/.configured_889556d2f423f99e091beece9c8d870a] Error 77 So lets adjust the regexps so they can handle multiple digits. Signed-off-by: Petr Štetiar <ynezz@true.cz>