From ac7592d3f9d2cc5ecd29ed78dba54316b55884d9 Mon Sep 17 00:00:00 2001 From: Nick Hainke Date: Mon, 8 Feb 2021 17:06:04 +0100 Subject: [PATCH] babeld: enable ubus by default "luci-app-babeld" is currently rewritten in javascript. We use the ubus-api to query all the statistics. That is why we should enable ubus_bindings by default. Signed-off-by: Nick Hainke --- babeld/Makefile | 2 +- babeld/files/babeld.config | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/babeld/Makefile b/babeld/Makefile index ef77f0a..b7aa135 100644 --- a/babeld/Makefile +++ b/babeld/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=babeld PKG_VERSION:=1.9.2 -PKG_RELEASE:=4 +PKG_RELEASE:=5 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://www.irif.fr/~jch/software/files/ diff --git a/babeld/files/babeld.config b/babeld/files/babeld.config index 1e9367e..aa4f591 100644 --- a/babeld/files/babeld.config +++ b/babeld/files/babeld.config @@ -24,7 +24,7 @@ config general ## See comment at the top of this file for more details. # option 'conf_file' '/etc/babeld.conf' # option 'conf_dir' '/tmp/babel.d/' - # option 'ubus_bindings' 'false' + option 'ubus_bindings' 'true' config interface ## Remove this line to enable babeld on this interface