diff options
| author | Christian Breunig <christian@breunig.cc> | 2025-07-28 19:34:50 +0200 |
|---|---|---|
| committer | Christian Breunig <christian@breunig.cc> | 2025-07-28 19:34:50 +0200 |
| commit | 330746b55b27c8ede2a4e6c515d1b1c946afa980 (patch) | |
| tree | ee4bc9120873b592c7a8a1b98419376cc68b196c /scripts | |
| parent | 246efb13079b9e6ea7d86f78d259e050543d0c11 (diff) | |
| download | vyos-build-330746b55b27c8ede2a4e6c515d1b1c946afa980.tar.gz vyos-build-330746b55b27c8ede2a4e6c515d1b1c946afa980.zip | |
frr: T7663: remove custom rtrlib build - package included in Debian Bookworm
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/package-build/frr/package.toml | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/scripts/package-build/frr/package.toml b/scripts/package-build/frr/package.toml index 002e9f50..e1c35606 100644 --- a/scripts/package-build/frr/package.toml +++ b/scripts/package-build/frr/package.toml @@ -5,11 +5,6 @@ scm_url = "https://github.com/CESNET/libyang.git" build_cmd = "pipx run apkg build -i && find pkg/pkgs -type f -name *.deb -exec mv -t .. {} +" [[packages]] -name = "rtrlib" -commit_id = "v0.8.0" -scm_url = "https://github.com/rtrlib/rtrlib.git" - -[[packages]] name = "frr" commit_id = "stable/10.2" scm_url = "https://github.com/FRRouting/frr.git" |
