mirror of
https://github.com/openwrt/packages.git
synced 2025-12-21 23:34:31 +04:00
frr: don't enable backtrace
Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
This commit is contained in:
@@ -8,7 +8,7 @@
|
|||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
PKG_NAME:=frr
|
PKG_NAME:=frr
|
||||||
PKG_VERSION:=7.1
|
PKG_VERSION:=7.1
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=2
|
||||||
|
|
||||||
PKG_SOURCE_URL:=https://github.com/FRRouting/frr/releases/download/$(PKG_NAME)-$(PKG_VERSION)/
|
PKG_SOURCE_URL:=https://github.com/FRRouting/frr/releases/download/$(PKG_NAME)-$(PKG_VERSION)/
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
|
||||||
@@ -229,6 +229,7 @@ define Build/Configure
|
|||||||
--disable-capabilities \
|
--disable-capabilities \
|
||||||
--disable-ospfclient \
|
--disable-ospfclient \
|
||||||
--disable-doc \
|
--disable-doc \
|
||||||
|
--disable-backtrace \
|
||||||
--with-vtysh-pager=cat \
|
--with-vtysh-pager=cat \
|
||||||
--localstatedir=/var/run/frr \
|
--localstatedir=/var/run/frr \
|
||||||
--sysconfdir=/etc/frr/ \
|
--sysconfdir=/etc/frr/ \
|
||||||
|
|||||||
Reference in New Issue
Block a user