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

pbr: prepare migration to APK #23714

Merged
merged 1 commit into from Mar 24, 2024
Merged

pbr: prepare migration to APK #23714

merged 1 commit into from Mar 24, 2024

Conversation

stangri
Copy link
Member

@stangri stangri commented Mar 23, 2024

Maintainer: me
Compile tested: x86_64, Sophos XG-135r3, OpenWrt 23.05.2
Run tested: x86_64, Sophos XG-135r3, OpenWrt 23.05.2

Description:

  • remove dependencies/references to opkg
  • simplify wan/wan6 discovery

* remove dependencies/references to opkg
* simplify wan/wan6 discovery

Signed-off-by: Stan Grishin <stangri@melmac.ca>
@stangri stangri self-assigned this Mar 23, 2024
Comment on lines +176 to +180
case "$param" in
wan6) iface="$procd_wan6_interface";;
wan|*) iface="$procd_wan_interface";;
esac
eval "$1"='${iface}'
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do this in separate commit.

@stangri stangri merged commit 7e4e723 into openwrt:master Mar 24, 2024
12 checks passed
@BKPepe
Copy link
Member

BKPepe commented Mar 24, 2024

?? This should not be merged.

Commit subject is prepare to migration to APK and it looks like that based on commit description, you are trying to slip unrelevant changes to it.

cc: @feckert - What do you think about this?

@stangri stangri deleted the master-pbr branch April 11, 2024 16:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants