Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix building with busybox sh and musl libraries #2500

Merged
merged 3 commits into from
Nov 7, 2024

Commits on Nov 7, 2024

  1. configure: Don't use <<<, busybox doesn't support it

    Signed-off-by: Quentin Armitage <quentin@armitage.org.uk>
    pqarmitage committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    ada5254 View commit details
    Browse the repository at this point in the history
  2. vrrp: Don't include <linux/if_ether.h> if not needed

    The musl headers do not allow including both <linux/if_ether.h> and
    <net/ethernet.h> since they both define struct ethhdr.
    
    It is likely that we do not need to include <linux/if_ether.h> at all
    since with both glibc and musl including  <net/ethernet.h> is sufficient,
    but removing <linux/if_ether.h> is for another day.
    
    Signed-off-by: Quentin Armitage <quentin@armitage.org.uk>
    pqarmitage committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    f129c58 View commit details
    Browse the repository at this point in the history
  3. doc: Add Oracle Linux ver 8 to README.kernel_versions

    Oracle Linux 7 goes EOL in under two months.
    
    Signed-off-by: Quentin Armitage <quentin@armitage.org.uk>
    pqarmitage committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    f4fc3e8 View commit details
    Browse the repository at this point in the history