-
Notifications
You must be signed in to change notification settings - Fork 21
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
[REVIEW] - openwrt/opkg version bump and ath79 arch rename #814
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
f3a201c
to
0f24be7
Compare
I don't disagree with this, but I think the current master has moved from opkg
to apkg
David Lang
…On Sun, 26 Jan 2025, Robert James Hernandez wrote:
Date: Sun, 26 Jan 2025 14:02:10 -0800
From: Robert James Hernandez ***@***.***>
Reply-To: socallinuxexpo/scale-network
***@***.***>
To: socallinuxexpo/scale-network ***@***.***>
Cc: Subscribed ***@***.***>
Subject: [socallinuxexpo/scale-network] [REVIEW] - openwrt/opkg version bump
and ath79 arch rename (PR #814)
## Description of PR
Relates to: #808
Fixes: #382
Version bump in preparation for SCALE 22x
## Previous Behavior
- openwrt and opkg havent been bumped since ~2023
- `ar71xx` target for netgear hardware
## New Behavior
- Bumping openwrt (sept-2024) and opkg versions (dec-2024) respectively. I will probably have a follow up for openwrt version in a future PR but would like to get this merged since its a good waypoint
- opkg is still forked due to openwrt/packages#20184
- moving to ath79 target for the netgear hardware. This simplied the version bump since `ar71xx` was already being aliases to `ath79`
- Bumping docker image due to toolchain deps for newer versions of openwrt
## Tests
- Builds for `ath79` arch
- TBD
You can view, comment on, or merge this pull request online at:
#814
-- Commit Summary --
* openwrt: bump master 2024-11-14 -> 2024-08-14
* openwrt: opkg bump to 2024-12-26
* openwrt: moving default make TARGET=ath79
* openwrt/tests: moving golden files to new ath79 arch
* github: matrix build move ar71xx -> ath79
* openwrt: update Dockerfile for building to ubuntu 24.04
* github: update openwrt-build.yml container
* nix.checks.openwrt-golden: update from ar71xx to ath79 for golden
* openwrt: update configs after version bump
* openwrt: files* updates for ath79
* openwrt: rename input yaml files to ath79
* openwrt: update build docs to leverage git rev-parse
-- File Changes --
M .github/workflows/openwrt-build.yml (10)
R facts/secrets/ath79-openwrt-example.yaml (0)
R facts/secrets/ath79-openwrt-show.yaml (0)
M nix/checks/default.nix (4)
M openwrt/Dockerfile (14)
M openwrt/Makefile (8)
M openwrt/configs/ar71xx-generic.config (3)
A openwrt/configs/ath79-generic.config (9)
M openwrt/configs/common.config (13)
M openwrt/configs/mt7622-generic.config (2)
M openwrt/docs/BUILD.md (16)
R openwrt/files-ath79/etc/config/network.0 (7)
R openwrt/files-ath79/etc/config/network.1 (0)
R openwrt/files-ath79/etc/config/wireless.0 (0)
R openwrt/files-ath79/etc/config/wireless.1 (0)
M openwrt/files/etc/config/system (2)
M openwrt/include/tests.mk (4)
R tests/unit/openwrt/golden/ath79/etc/apinger.tmpl (0)
R tests/unit/openwrt/golden/ath79/etc/config/lldpd (2)
R tests/unit/openwrt/golden/ath79/etc/config/network.0 (0)
R tests/unit/openwrt/golden/ath79/etc/config/network.1 (0)
R tests/unit/openwrt/golden/ath79/etc/config/prometheus-node-exporter-lua (0)
R tests/unit/openwrt/golden/ath79/etc/config/system (0)
R tests/unit/openwrt/golden/ath79/etc/config/wireless.0 (0)
R tests/unit/openwrt/golden/ath79/etc/config/wireless.1 (0)
R tests/unit/openwrt/golden/ath79/etc/crontabs/root (0)
R tests/unit/openwrt/golden/ath79/etc/logrotate.conf (0)
R tests/unit/openwrt/golden/ath79/etc/logrotate.d/rsyslog (0)
R tests/unit/openwrt/golden/ath79/etc/passwd (0)
R tests/unit/openwrt/golden/ath79/etc/rc.local (0)
R tests/unit/openwrt/golden/ath79/etc/rsyslog.conf (0)
R tests/unit/openwrt/golden/ath79/etc/shadow (0)
R tests/unit/openwrt/golden/ath79/etc/ssh/sshd_config (0)
R tests/unit/openwrt/golden/ath79/etc/udhcpc.user (0)
R tests/unit/openwrt/golden/ath79/root/.bashrc (0)
R tests/unit/openwrt/golden/ath79/root/.ssh/authorized_keys (0)
R tests/unit/openwrt/golden/ath79/root/bin/apinger-pop.sh (0)
R tests/unit/openwrt/golden/ath79/root/bin/config-version.sh (0)
R tests/unit/openwrt/golden/ath79/root/bin/wifi-details.sh (0)
M tests/unit/openwrt/test.sh (2)
-- Patch Links --
https://github.com/socallinuxexpo/scale-network/pull/814.patch
https://github.com/socallinuxexpo/scale-network/pull/814.diff
|
yes, but its the same repo still it just produces apkgs instead of opkgs from the same source. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description of PR
Relates to: #808
Fixes: #382
Version bump in preparation for SCALE 22x
Previous Behavior
ar71xx
target for netgear hardwareNew Behavior
ar71xx
was already being aliases toath79
Tests
ath79
arch