summaryrefslogtreecommitdiff
path: root/scripts/package-build/frr/patches
AgeCommit message (Collapse)Author
2024-12-22T6674: move patches to "package/<package_name>" subfolderChristian Breunig
This prevents the accidental applying of a patch to multiple source directories defined in package.toml. Example FRR: Package consits of build instructions for libyang, rtrlib and frr itself. Previously patches in frr/patches folder got applied to libyang, rtrlib and frr which made no sense and could also fail a build.
2024-12-18T6958: Clear Babel config on babeld stopYaroslav Kholod
2024-11-06frr: T6854: build FRR with PCRE2 support for better performanceDaniil Baturin