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

APK #1073

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open

APK #1073

wants to merge 3 commits into from

Commits on Nov 15, 2024

  1. Configuration menu
    Copy the full SHA
    568dc58 View commit details
    Browse the repository at this point in the history
  2. all: fix dependency on iptables meta package

    APK on snapshot exposes all kinds of old dependency issues.
    Here it's that the iptables/iptables6 meta package has been
    deprecated for years. (Also need to fix the same in olsrd.)
    
    ERROR: unable to select packages:
      ip6tables (virtual):
        note: please select one of the 'provided by'
              packages explicitly
        provided by: ip6tables-nft
                     ip6tables-zz-legacy
        required by: world[ip6tables]
                     olsrd-2024.06.09~d72be9ad-r1[ip6tables]
      iptables (virtual):
        note: please select one of the 'provided by'
              packages explicitly
        provided by: iptables-nft iptables-zz-legacy
        required by: olsrd-2024.06.09~d72be9ad-r1[iptables]
    pktpls committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    b425061 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c50d41c View commit details
    Browse the repository at this point in the history