-
This patch contains 4 commits from turris-build repository. ---- base-min.lua: IPv6 support in iputils has been merged in single package ( 1f584b568791086b8a3dc41af26f04a21ee2e29e ) Iputils package was moved from OpenWrt main repository to packages feed. It was updated and switched to use Github repository and being compiled by Meson. Devs decided to merged ping, ping6 into single ping command and same applies for the rest. However, there isnt traceroute package anymore. ---- base-conditional: drop package Python3-python ( b329f3f1e0d05575df8371970b7a765a8e3f2bf9 ) This is no longer needed in OpenWrt master. Fixes: DIE: [string "transaction"]:326: [string "transaction"]:151: Collisions: • /usr/bin/python: python3-python (existing-file), python3-base (new-file) Aborted Python3-python does this: `ln -s /usr/bin/python3 $(1)/usr/bin/python` python3-base does this: `$(LN) python$(PYTHON3_VERSION) $(1)/usr/bin/python` Both things does the same and we dont need to ship our package python3-python in HBD branch.
This patch contains 4 commits from turris-build repository. ---- base-min.lua: IPv6 support in iputils has been merged in single package ( 1f584b568791086b8a3dc41af26f04a21ee2e29e ) Iputils package was moved from OpenWrt main repository to packages feed. It was updated and switched to use Github repository and being compiled by Meson. Devs decided to merged ping, ping6 into single ping command and same applies for the rest. However, there isnt traceroute package anymore. ---- base-conditional: drop package Python3-python ( b329f3f1e0d05575df8371970b7a765a8e3f2bf9 ) This is no longer needed in OpenWrt master. Fixes: DIE: [string "transaction"]:326: [string "transaction"]:151: Collisions: • /usr/bin/python: python3-python (existing-file), python3-base (new-file) Aborted Python3-python does this: `ln -s /usr/bin/python3 $(1)/usr/bin/python` python3-base does this: `$(LN) python$(PYTHON3_VERSION) $(1)/usr/bin/python` Both things does the same and we dont need to ship our package python3-python in HBD branch.
Loading