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