1
0
Fork 0
forked from mirror/openwrt
openwrt/package
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
..
base-files treewide: use APK compatible version schema 2024-03-22 22:14:22 +01:00
boot treewide: update PKG_MIRROR_HASH after APK version schema 2024-03-25 09:32:48 +01:00
devel treewide: use APK compatible version schema 2024-03-22 22:14:22 +01:00
firmware treewide: update PKG_MIRROR_HASH after APK version schema 2024-03-25 09:32:48 +01:00
kernel treewide: update PKG_MIRROR_HASH after APK version schema 2024-03-25 09:32:48 +01:00
libs treewide: use APK compatible version schema 2024-03-22 22:14:22 +01:00
network hostapd: fix Argument list too long build error 2024-03-25 11:02:16 +01:00
system treewide: use APK compatible version schema 2024-03-22 22:14:22 +01:00
utils treewide: update PKG_MIRROR_HASH after APK version schema 2024-03-25 09:32:48 +01:00
Makefile build: do not depend on $(STAGING_DIR)/.prepared when in SDK 2024-03-04 23:45:15 +01:00