mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2026-03-11 11:38:41 +01:00
obuspa: 4.1.0.5
This commit is contained in:
parent
48104e2831
commit
566a5ebcc7
2 changed files with 3 additions and 5 deletions
|
|
@ -5,7 +5,7 @@
|
|||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=obuspa
|
||||
PKG_VERSION:=4.1.0.4
|
||||
PKG_VERSION:=4.1.0.5
|
||||
|
||||
LOCAL_DEV:=0
|
||||
ifneq ($(LOCAL_DEV),1)
|
||||
|
|
|
|||
|
|
@ -653,10 +653,6 @@ service_running() {
|
|||
procd_running ${CONFIGURATION}
|
||||
}
|
||||
|
||||
boot() {
|
||||
start
|
||||
}
|
||||
|
||||
start_service() {
|
||||
local enabled
|
||||
|
||||
|
|
@ -668,6 +664,8 @@ start_service() {
|
|||
return 0;
|
||||
fi
|
||||
|
||||
ubus wait_for usp.raw
|
||||
|
||||
procd_open_instance ${CONFIGURATION}
|
||||
procd_set_param command ${PROG}
|
||||
db_init
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue