]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - lfs/frr
lfs: Drop quotes in DEPS variable
[ipfire-2.x.git] / lfs / frr
diff --git a/lfs/frr b/lfs/frr
index 756b877290bf3ac940d1a70d73510f55068f610f..8030dc8173624e170b9c0ef31a291ddcd62185a2 100644 (file)
--- a/lfs/frr
+++ b/lfs/frr
@@ -34,7 +34,7 @@ TARGET     = $(DIR_INFO)/$(THISAPP)
 PROG       = frr
 PAK_VER    = 1
 
-DEPS       = ""
+DEPS       =
 
 ###############################################################################
 # Top-level Rules
@@ -101,6 +101,14 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
                --disable-ripngd
        cd $(DIR_APP) && make $(MAKETUNING)
        cd $(DIR_APP) && make install
+
+       # Install backup include
+       install -v -m 644 $(DIR_SRC)/config/backup/includes/frr \
+                /var/ipfire/backup/addons/includes/frr
+
+       # Install initscript
+       $(call INSTALL_INITSCRIPT,frr)
+
        @rm -rf $(DIR_APP)
        @$(POSTBUILD)