frr: Add initscript

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
Michael Tremer
2018-10-30 17:24:34 +00:00
parent a90f7faf78
commit ebd6fe2b50
4 changed files with 66 additions and 0 deletions

View File

@@ -101,6 +101,10 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
--disable-ripngd
cd $(DIR_APP) && make $(MAKETUNING)
cd $(DIR_APP) && make install
# Install initscript
$(call INSTALL_INITSCRIPT,frr)
@rm -rf $(DIR_APP)
@$(POSTBUILD)