Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | libmnl: fix build when bash is not located at /bin/bash | Mark Mentovai | 2022-08-05 | 1 | -0/+11 |
This fixes the libmnl build on macOS, which ships with an outdated bash at /bin/bash. During the OpenWrt build, a modern host bash is built and made available at staging_dir/host/bin/bash, which is present before /bin/bash in the build's PATH. This is similar to 8f7ce3aa6dda, presently appearing at package/kernel/mac80211/patches/build/001-fix_build.patch. Signed-off-by: Mark Mentovai <mark@mentovai.com> (cherry picked from commit beeb49740bb4f68aadf92095984a2d1f9a488956) |