From 61c7afe5824357a118a50758a8cf591a0b358c51 Mon Sep 17 00:00:00 2001 From: Vivek Kumar Dutta Date: Thu, 13 Nov 2025 12:58:35 +0530 Subject: [PATCH] obuspa: 10.0.7.7 (cherry picked from commit d39d28e6d8314cf8dd2d5e5dc6e975dd252efaa3) --- obuspa/Makefile | 2 +- obuspa/files/etc/init.d/obuspa | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/obuspa/Makefile b/obuspa/Makefile index 8bc0e7c5a..99a087592 100644 --- a/obuspa/Makefile +++ b/obuspa/Makefile @@ -5,7 +5,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=obuspa -PKG_VERSION:=10.0.7.6 +PKG_VERSION:=10.0.7.7 LOCAL_DEV:=0 ifneq ($(LOCAL_DEV),1) diff --git a/obuspa/files/etc/init.d/obuspa b/obuspa/files/etc/init.d/obuspa index d08449c44..97b4cdf84 100755 --- a/obuspa/files/etc/init.d/obuspa +++ b/obuspa/files/etc/init.d/obuspa @@ -715,7 +715,7 @@ start_service() { mkdir -p /tmp/obuspa/ config_load obuspa - config_get_bool enabled global enabled 0 + config_get_bool enabled global enabled 1 procd_open_instance ${CONFIGURATION} if [ "${enabled}" -eq 1 ]; then