Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | libmnl: fix build when bash is not located at /bin/bash | Mark Mentovai | 2022-07-31 |
| | | | | | | | | | | | | 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> | ||
* | package/libs/libmnl: Update to 1.0.4 | Daniel Engberg | 2016-10-15 |
| | | | | | | | * Update to 1.0.4 * Remove patch as it's upstreamed Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net> | ||
* | libmnl: add some upstream fixes | Steven Barth | 2014-09-16 |
SVN-Revision: 42573 |