Skip to content

Commit fafc9cf

Browse files
committed
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.
1 parent bdb8e4f commit fafc9cf

8 files changed

Lines changed: 0 additions & 1322 deletions

scripts/package-build/linux-kernel/build-accel-ppp.sh

Lines changed: 0 additions & 50 deletions
This file was deleted.

scripts/package-build/linux-kernel/build.py

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -139,9 +139,6 @@ def build_package(package: dict, dependencies: list) -> None:
139139
elif package['build_cmd'] == 'build_linux_firmware':
140140
build_linux_firmware(package['commit_id'], package['scm_url'])
141141
create_tarball(f'{package["name"]}-{package["commit_id"]}', f'{package["name"]}')
142-
elif package['build_cmd'] == 'build_accel_ppp':
143-
build_accel_ppp(package['commit_id'], package['scm_url'])
144-
create_tarball(f'{package["name"]}-{package["commit_id"]}', f'{package["name"]}')
145142
elif package['build_cmd'] == 'build_accel_ppp_ng':
146143
build_accel_ppp_ng(package['commit_id'], package['scm_url'])
147144
create_tarball(f'{package["name"]}-{package["commit_id"]}', f'{package["name"]}')
@@ -212,13 +209,6 @@ def build_linux_firmware(commit_id, scm_url):
212209
run(['./build-linux-firmware.sh'], check=True)
213210

214211

215-
def build_accel_ppp(commit_id, scm_url):
216-
"""Build accel-ppp"""
217-
repo_dir = Path('accel-ppp')
218-
clone_or_update_repo(repo_dir, scm_url, commit_id)
219-
run(['./build-accel-ppp.sh'], check=True)
220-
221-
222212
def build_accel_ppp_ng(commit_id, scm_url):
223213
"""Build accel-ppp-ng"""
224214
repo_dir = Path('accel-ppp-ng')

scripts/package-build/linux-kernel/package.toml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,6 @@ commit_id = "20240610"
1616
scm_url = "https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git"
1717
build_cmd = "build_linux_firmware"
1818

19-
[[packages]]
20-
name = "accel-ppp"
21-
commit_id = "1.13.0"
22-
scm_url = "https://github.com/accel-ppp/accel-ppp.git"
23-
build_cmd = "build_accel_ppp"
24-
2519
[[packages]]
2620
name = "accel-ppp-ng"
2721
commit_id = "f5764ea"

scripts/package-build/linux-kernel/patches/accel-ppp/0001-L2TP-Include-Calling-Number-to-Calling-Station-ID-RA.patch

Lines changed: 0 additions & 183 deletions
This file was deleted.

0 commit comments

Comments
 (0)