aboutsummaryrefslogtreecommitdiff
path: root/net/frr
Commit message (Collapse)AuthorAge
* 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: quote 'comment' parameter in Config.inEneas U de Queiroz2020-03-18
| | | | | | | Newer versions of the kconfig generator require quotes. Prepare the package for an eventual update. Signed-off-by: Eneas U de Queiroz <cotequeiroz@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>