diff options
author | Christian Poessinger <christian@poessinger.com> | 2021-08-13 21:29:52 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2021-11-23 16:34:31 +0100 |
commit | 3acf36f2b1e588ae7667ce55245a8501f36919bb (patch) | |
tree | 8a708f3bce9ea76fc6dbf553a5b0a9d2ac9abf41 /packages/frr/patches | |
parent | 02c57f495bae66881e5475fd714ffb07a35085c0 (diff) | |
download | vyos-build-3acf36f2b1e588ae7667ce55245a8501f36919bb.tar.gz vyos-build-3acf36f2b1e588ae7667ce55245a8501f36919bb.zip |
frr: T3753: upgrade to upstream stable/8.0 branch
Diffstat (limited to 'packages/frr/patches')
-rw-r--r-- | packages/frr/patches/0001-Debian-fix-package-build-on-Bullseye-workaround.patch | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/packages/frr/patches/0001-Debian-fix-package-build-on-Bullseye-workaround.patch b/packages/frr/patches/0001-Debian-fix-package-build-on-Bullseye-workaround.patch deleted file mode 100644 index d1fb19e0..00000000 --- a/packages/frr/patches/0001-Debian-fix-package-build-on-Bullseye-workaround.patch +++ /dev/null @@ -1,25 +0,0 @@ -From c88011519aba9462bf9e464830fcee5b6f7bfc25 Mon Sep 17 00:00:00 2001 -From: Christian Poessinger <christian@poessinger.com> -Date: Sat, 19 Jun 2021 13:38:56 +0000 -Subject: [PATCH] Debian: fix package build on Bullseye (workaround) - -This is the workaround mentioned in https://github.com/FRRouting/frr/issues/6502 ---- - debian/frr-doc.install | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/debian/frr-doc.install b/debian/frr-doc.install -index c48dc5a8d..6cc87e9cb 100644 ---- a/debian/frr-doc.install -+++ b/debian/frr-doc.install -@@ -3,7 +3,7 @@ usr/share/doc/frr/html - - # info + images referenced by it - usr/share/info/ --doc/user/_build/texinfo/*.png usr/share/info -+#doc/user/_build/texinfo/*.png usr/share/info - - # other - README.md usr/share/doc/frr --- -2.30.2 |