aboutsummaryrefslogtreecommitdiff
path: root/net/frr/Makefile
Commit message (Collapse)AuthorAge
* frr: fix host build error on macOSGeorgi Valkov2024-04-30
| | | | | | | | | | | | | | | Fixes: lib/command_graph.c:16:1: error: argument to 'section' attribute is not valid for this target: mach-o section specifier requires a segment and section separated by a comma DEFINE_MTYPE_STATIC(LIB, CMD_TOKENS, "Command Tokens"); ^ ./lib/memory.h:139:2: note: expanded from macro 'DEFINE_MTYPE_STATIC' DEFINE_MTYPE_ATTR(group, name, static, desc) \ ^ ./lib/memory.h:109:26: note: expanded from macro 'DEFINE_MTYPE_ATTR' __attribute__((section(".data.mtypes"))) = { { \ [1] https://github.com/FRRouting/frr/pull/6032 [2] https://github.com/FRRouting/frr/pull/15890 Signed-off-by: Georgi Valkov <gvalkov@gmail.com>
* treewide: assign PKG_CPE_IDFabrice Fontaine2024-02-04
| | | | Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
* frr: updat to 9.0Lucian Cristian2023-08-17
| | | | Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
* frr: update to 8.5.1 branchLucian Cristian2023-05-16
| | | | | | also fixes gcc 13 compile Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
* treewide: refactor to use PKG_BUILD_FLAGS:=ltoAndre Heider2023-04-08
| | | | | | | | | | See commit 07730ff3 "treewide: add support for "lto" in PKG_BUILD_FLAGS" on the main repository. Note: Some packages only added `-flto` to CFLAGS and not LDFLAGS. This fixes it and properly enables LTO. Signed-off-by: Andre Heider <a.heider@gmail.com>
* frr: update to 8.4.2 branchLucian Cristian2023-02-25
| | | | Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
* frr: update to 8.4.1Lucian Cristian2022-12-02
| | | | Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
* frr: update to latest 8.3.1 branchLucian Cristian2022-10-25
| | | | Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
* frr: update to 8.3.0Lucian Cristian2022-07-28
| | | | Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
* frr: drop elfutils/host dependencyStijn Tintel2022-05-19
| | | | | | The elfutils package moved to tools and elfutils/host no longer exists. Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
* frr: update to 8.2.2 branchLucian Cristian2022-03-22
| | | | Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
* frr: update to 8.2Lucian Cristian2022-03-08
| | | | Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
* frr: branch update, mips64 fixLucian Cristian2022-02-16
| | | | Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
* frr: update to latestLucian Cristian2022-01-18
| | | | | | also fix mips compile Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
* frr: update to 8.1.0Lucian Cristian2021-11-12
| | | | Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
* frr: fixes and update to latestLucian Cristian2021-10-22
| | | | | | | | ospf running in instance mod will keep cpu to 100% so revert offending commit if daemon is disabled in the file while running also close that daemon also add the pythontools to support reload Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
* frr: update to 7.5.1 and backportsLucian Cristian2021-03-28
| | | | Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
* frr: update to latest and backportsLucian Cristian2021-02-28
| | | | | | | | cherry-pick: backport nhrpd support multicast backport ospf updates Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
* frr: fix init and updateLucian Cristian2021-02-09
| | | | | | fix ospfd startup when instances are enabled Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
* frr: update 7.5 to latest backportsLucian Cristian2021-01-26
| | | | Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
* frr: update stable to 2020-12-22Lucian Cristian2020-12-27
| | | | Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
* frr: update to 7.5Lucian Cristian2020-12-04
| | | | | | switch to codeload for latest patches applied to stable branch Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
* frr: fix running on mips (again)Lucian Cristian2020-09-08
| | | | | | add mips fix missed on version upgrade Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
* frr: update to 7.4 and latest backportsLucian Cristian2020-07-24
| | | | | | changelogs: https://github.com/FRRouting/frr/releases/tag/frr-7.4 Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
* frr: update to 7.3.1Lucian Cristian2020-05-10
| | | | Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
* frr: makefile cleanup and misc fixesLucian Cristian2020-05-03
| | | | | | | | fix mips runtime by backporting some yang changes from master added commited fixes to 7.3 also add option for snmp support Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
* frr: add libatomic dependencyRosen Penev2020-03-29
| | | | | | Needed for some platforms. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* frr: update to 7.3Lucian Cristian2020-02-26
| | | | Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
* frr: update to 7.2.1Lucian Cristian2020-01-20
| | | | Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
* frr: add missing build optionsLucian Cristian2019-11-15
| | | | | | and some backports in fixing ramips target Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
* frr: update to 7.2Lucian Cristian2019-11-02
| | | | | | add support to build against OpenSSL Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
* treewide: Use default PKG_BUILD_DIR when possibleJeffery To2019-10-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This removes lines that set PKG_BUILD_DIR when the set value is no different from the default value. Specifically, the line is removed if the assigned value is: * $(BUILD_DIR)/$(PKG_NAME)-$(BUILD_VARIANT)/$(PKG_NAME)-$(PKG_VERSION) The default PKG_BUILD_DIR was updated[1] to incorporate BUILD_VARIANT if it is set, so now this is identical to the default value. * $(BUILD_DIR)/$(PKG_NAME)-$(BUILD_VARIANT)/$(PKG_SOURCE_SUBDIR) if PKG_SOURCE_SUBDIR is set to $(PKG_NAME)-$(PKG_VERSION), making it the same as the previous case * $(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION) This is the same as the default PKG_BUILD_DIR when there is no BUILD_VARIANT. * $(BUILD_DIR)/[name]-$(PKG_VERSION) where [name] is a string that is identical to PKG_NAME [1]: https://git.openwrt.org/?p=openwrt/openwrt.git;a=commit;h=e545fac8d968864a965edb9e50c6f90940b0a6c9 Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* frr: don't enable backtraceLucian Cristian2019-09-30
| | | | Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
* frr: add packageLucian Cristian2019-09-07
in place replacement for quagga Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>