mirror of
https://github.com/optim-enterprises-bv/openwrt.okoklets.git
synced 2026-01-12 19:05:19 +00:00
To enable verbose log for xdp-tools compilation, we check for "c" in the OPENWRT_VERBOSE, but verbose.mk supports only "w" and "s" for V=1 and V=99. Fix the wrong matching and correctly enable verbose output matching for "s". Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>