如何在编译 OpenWRT 时启用详细输出

如果你使用 V=s 标志调用 make,你将在 OpenWRT 构建期间看到详细输出(编译器调用等):

build.sh
make V=s

Check out similar posts by category: OpenWRT