-
Notifications
You must be signed in to change notification settings - Fork 435
bird2: patch birdc to not write history file to flash #1148
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
what is needed for testing? did a short test for "aarch64_cortex-a53 ": |
|
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? |
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>
From openwrt/routing#1148 Signed-off-by: Packet Please <pktpls@systemli.org>
From openwrt/routing#1148 Signed-off-by: Packet Please <pktpls@systemli.org>
From openwrt/routing#1148 Signed-off-by: Packet Please <pktpls@systemli.org>
From openwrt/routing#1148 Signed-off-by: Packet Please <pktpls@systemli.org>
From openwrt/routing#1148 Signed-off-by: Packet Please <pktpls@systemli.org>
From openwrt/routing#1148 Signed-off-by: Packet Please <pktpls@systemli.org>
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.