Skip to content

Commit

Permalink
all: fix dependency on iptables meta package
Browse files Browse the repository at this point in the history
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]
  • Loading branch information
pktpls committed Nov 15, 2024
1 parent 568dc58 commit b425061
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion group_vars/all/imageprofile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ all__packages__to_merge:
- collectd-mod-ping
- collectd-mod-uptime
- ethtool
- ip6tables # Its not pulled in by default anymore bc fw4
- ip6tables-nft # Its not pulled in by default anymore bc fw4
- iperf3
- iwinfo
- ip
Expand Down
1 change: 1 addition & 0 deletions group_vars/version_snapshot.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
feed_version: snapshot
imagebuilder_filename: "openwrt-imagebuilder-{{ target | replace('/', '-') }}.Linux-x86_64.tar.zst"
feed: "https://firmware.berlin.freifunk.net/feed/__FEED_VERSION__/packages/__INSTR_SET__/falter/packages.adb"

0 comments on commit b425061

Please sign in to comment.