bird2: patch birdc to not write history file to flash#1148
Merged
tohojo merged 2 commits intoopenwrt:masterfrom Dec 23, 2025
Merged
bird2: patch birdc to not write history file to flash#1148tohojo merged 2 commits intoopenwrt:masterfrom
tohojo merged 2 commits intoopenwrt:masterfrom
Conversation
|
what is needed for testing? did a short test for "aarch64_cortex-a53 ": |
Contributor
Author
|
That looks good as far as testing is concerned, thanks! I just need to figure out why the CI complains about the patch; I take it you didn't have any issues building the package? |
Member
Just do a make package/bird2/refresh, that should fix it? |
no issues. |
e894249 to
d54e97b
Compare
To prevent birdc writing its history file to /root, causing flash wear, apply a patch that moves the history file to /var/tmp instead. Signed-off-by: Toke Høiland-Jørgensen <toke@toke.dk>
To prevent birdc writing its history file to /root, causing flash wear, apply a patch that moves the history file to /var/tmp instead. Signed-off-by: Toke Høiland-Jørgensen <toke@toke.dk>
pktpls
added a commit
to freifunk-berlin/falter-packages
that referenced
this pull request
Jan 11, 2026
From openwrt/routing#1148 Signed-off-by: Packet Please <pktpls@systemli.org>
pktpls
added a commit
to freifunk-berlin/falter-packages
that referenced
this pull request
Jan 11, 2026
From openwrt/routing#1148 Signed-off-by: Packet Please <pktpls@systemli.org>
pktpls
added a commit
to freifunk-berlin/falter-packages
that referenced
this pull request
Jan 11, 2026
From openwrt/routing#1148 Signed-off-by: Packet Please <pktpls@systemli.org>
pktpls
added a commit
to freifunk-berlin/falter-packages
that referenced
this pull request
Jan 11, 2026
From openwrt/routing#1148 Signed-off-by: Packet Please <pktpls@systemli.org>
pktpls
added a commit
to freifunk-berlin/falter-packages
that referenced
this pull request
Jan 11, 2026
From openwrt/routing#1148 Signed-off-by: Packet Please <pktpls@systemli.org>
pktpls
added a commit
to freifunk-berlin/falter-packages
that referenced
this pull request
Jan 11, 2026
From openwrt/routing#1148 Signed-off-by: Packet Please <pktpls@systemli.org>
pktpls
added a commit
to freifunk-berlin/falter-packages
that referenced
this pull request
Jan 11, 2026
From openwrt/routing#1148 Signed-off-by: Packet Please <pktpls@systemli.org>
pktpls
added a commit
to freifunk-berlin/falter-packages
that referenced
this pull request
Jan 11, 2026
From openwrt/routing#1148 Signed-off-by: Packet Please <pktpls@systemli.org>
pktpls
added a commit
to freifunk-berlin/falter-packages
that referenced
this pull request
Jan 11, 2026
From openwrt/routing#1148 Signed-off-by: Packet Please <pktpls@systemli.org> (cherry picked from commit 1b6b2e6)
pktpls
added a commit
to freifunk-berlin/falter-packages
that referenced
this pull request
Jan 11, 2026
From openwrt/routing#1148 Signed-off-by: Packet Please <pktpls@systemli.org> (cherry picked from commit 19c892c)
pktpls
added a commit
to freifunk-berlin/falter-packages
that referenced
this pull request
Jan 11, 2026
From openwrt/routing#1148 Signed-off-by: Packet Please <pktpls@systemli.org> (cherry picked from commit 1b6b2e6)
pktpls
added a commit
to freifunk-berlin/falter-packages
that referenced
this pull request
Jan 11, 2026
From openwrt/routing#1148 Signed-off-by: Packet Please <pktpls@systemli.org> (cherry picked from commit 19c892c)
pktpls
added a commit
to freifunk-berlin/falter-packages
that referenced
this pull request
Jan 11, 2026
From openwrt/routing#1148 Signed-off-by: Packet Please <pktpls@systemli.org> (cherry picked from commit 1b6b2e6)
pktpls
added a commit
to freifunk-berlin/falter-packages
that referenced
this pull request
Jan 11, 2026
From openwrt/routing#1148 Signed-off-by: Packet Please <pktpls@systemli.org> (cherry picked from commit 19c892c)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Maintainer: me
Compile tested: not yet
Run tested: no
Description:
To prevent birdc writing its history file to /root, causing flash wear,
apply a patch that moves the history file to /var/tmp instead.
Fixes #1137.