mirror of
https://github.com/openwrt/openwrt.git
synced 2025-03-31 08:06:56 +00:00
Building it requires gcc >= 10.2 or clang >= 12. Using sstrip with its -z argument can produce non-working binaries, like a segfaulting `getrandom`, so don't allow that combination. Signed-off-by: Andre Heider <a.heider@gmail.com>