frr: add missing build options

and some backports in fixing ramips target

Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
This commit is contained in:
Lucian Cristian
2019-11-14 06:43:01 +02:00
parent 526b384503
commit df6263b9e6
4 changed files with 109 additions and 3 deletions
+1 -1
View File
@@ -144,7 +144,7 @@ daemon_start() {
daemon_prep "$daemon" "$inst" || return 1
if test ! -d "$V_PATH"; then
mkdir -p "$V_PATH"
chown frr "$V_PATH"
chown $FRR_USER "$V_PATH"
fi
eval wrap="\$${daemon}_wrap"