openwrt/package/network
Robert Marko bf4c04a4d0 hostapd: fix Argument list too long build error
Currently, both CI and local builds of wpa-supplicant will fail with:
/bin/sh: Argument list too long

Its happening as the argument list for mkdir in build.rules is too large
and over the MAX_ARG_STRLEN limit.

It seems that recent introduction of APK compatible version schema has
increased the argument size and thus pushed it over the limit uncovering
the issue.

Fixes: e8725a932e ("treewide: use APK compatible version schema")
Signed-off-by: Robert Marko <robimarko@gmail.com>
2024-03-25 11:02:16 +01:00
..
config mac80211: add missing config for third 160MHz width for 5GHz radio 2024-03-23 16:57:24 +01:00
ipv6 treewide: use APK compatible version schema 2024-03-22 22:14:22 +01:00
services hostapd: fix Argument list too long build error 2024-03-25 11:02:16 +01:00
utils libiwinfo: update to Git HEAD (2024-03-23) 2024-03-23 19:36:34 +01:00