summaryrefslogtreecommitdiff
path: root/scripts/package-build/linux-kernel/build-accel-ppp-ng.sh
AgeCommit message (Collapse)Author
2026-07-08Kernel: T5641: enable module compression to save disk spaceChristian Breunig
After signing the Linux Kernel modules with the ephemeral key, proceed by compressing the Kernel modules with xz to reduce the final ISO image size. Initial tests have shown a size reduction by 60MiB.
2026-02-17accel-ppp: T8134: fail build early if source dir is missingChristian Breunig
Fail vefore building VPP to not waste time.
2025-12-19T8010: Added the HAVE_SESSION_HOOKS macro to the accel-pppd's buildAndrii Melnychenko
Signed-off-by: Andrii Melnychenko <a.melnychenko@vyos.io>
2025-08-23T7749: Dehardcode x86_64 ARCH to build VPP libraries for accel-pp-ngViacheslav
Dehardcode x86_64 ARCH to build VPP libraries used for accel-ppp-ng
2025-08-18T7729: Build accel-ppp-ng remove extra whitespaceViacheslav
Build accel-ppp-ng remove extra whitespace to fix build binaries
2025-07-31T7666: Add script to build accel-ppp-ng binaries (#1002)Viacheslav Hletenko
* T7666: Add vpp-sflow src patches and accel-ppp-ng to gitignore * T7666: Add script to build accel-ppp-ng binaries * Update scripts/package-build/linux-kernel/build-accel-ppp-ng.sh --------- Co-authored-by: Daniil Baturin <daniil@baturin.org>