]> git.ipfire.org Git - thirdparty/openwrt.git/commit
tools/coreutils: do not require gettext or gperf
authorMichael Pratt <mcpratt@pm.me>
Thu, 15 May 2025 18:02:02 +0000 (14:02 -0400)
committerRobert Marko <robimarko@gmail.com>
Sat, 26 Jul 2025 12:38:08 +0000 (14:38 +0200)
commit40c241d85738c08c5ef8db78ff008197f05c6b88
treeb8fc710db5292d1100b90b12c25420d28b0b131b
parent6d2bfe50d32bcaa53a1dd5012653661b29233dcc
tools/coreutils: do not require gettext or gperf

The bootstrap configuration is set to require
gettext and gperf for regenerating documentation and headers.
However, these steps are skipped in favor
of not building documentation and using existing headers.

Signed-off-by: Michael Pratt <mcpratt@pm.me>
Link: https://github.com/openwrt/openwrt/pull/16522
Signed-off-by: Robert Marko <robimarko@gmail.com>
tools/coreutils/patches/000-bootstrap.patch