diff options
| author | Viacheslav <v.gletenko@vyos.io> | 2025-09-19 09:28:36 +0000 |
|---|---|---|
| committer | Viacheslav <v.gletenko@vyos.io> | 2025-09-19 09:28:36 +0000 |
| commit | fafc9cfcf652a92a007a4930384db6e2a60f27f6 (patch) | |
| tree | 4ef4a212902a78f26e0d25dd047b3651b41c5703 /scripts/package-build/linux-kernel/package.toml | |
| parent | bdb8e4ff6501ba5fd0dd6479d48b816a7e8086fb (diff) | |
| download | vyos-build-fafc9cfcf652a92a007a4930384db6e2a60f27f6.tar.gz vyos-build-fafc9cfcf652a92a007a4930384db6e2a60f27f6.zip | |
T7843: Remove accel-ppp form the packages
Remove the `accel-ppp` from the packages, as we migrated to the
`accel-ppp-ng` and do not need it anymore.
Remove build scripts and patches.
Diffstat (limited to 'scripts/package-build/linux-kernel/package.toml')
| -rw-r--r-- | scripts/package-build/linux-kernel/package.toml | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/scripts/package-build/linux-kernel/package.toml b/scripts/package-build/linux-kernel/package.toml index 86134949..51ae55ae 100644 --- a/scripts/package-build/linux-kernel/package.toml +++ b/scripts/package-build/linux-kernel/package.toml @@ -17,12 +17,6 @@ scm_url = "https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmwa build_cmd = "build_linux_firmware" [[packages]] -name = "accel-ppp" -commit_id = "1.13.0" -scm_url = "https://github.com/accel-ppp/accel-ppp.git" -build_cmd = "build_accel_ppp" - -[[packages]] name = "accel-ppp-ng" commit_id = "f5764ea" scm_url = "https://github.com/accel-ppp/accel-ppp-ng.git" |
