From d9b61369162204ce2c4a973006ff86c927d4ca36 Mon Sep 17 00:00:00 2001 From: Vivek Kumar Dutta Date: Mon, 10 Mar 2025 17:58:48 +0530 Subject: [PATCH] swmodd: 2.5.24 --- swmodd/Makefile | 2 +- swmodd/files/etc/init.d/swmodd | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/swmodd/Makefile b/swmodd/Makefile index 2ca3d0405..65acce1b4 100755 --- a/swmodd/Makefile +++ b/swmodd/Makefile @@ -5,7 +5,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=swmodd -PKG_VERSION:=2.5.23 +PKG_VERSION:=2.5.24 LOCAL_DEV:=0 ifneq ($(LOCAL_DEV),1) diff --git a/swmodd/files/etc/init.d/swmodd b/swmodd/files/etc/init.d/swmodd index f1d89feb7..9ed0aae3e 100644 --- a/swmodd/files/etc/init.d/swmodd +++ b/swmodd/files/etc/init.d/swmodd @@ -1,6 +1,6 @@ #!/bin/sh /etc/rc.common -START=99 +START=82 STOP=01 USE_PROCD=1