Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Markus Gothe
iopsys
Commits
0d8f4a3d
Commit
0d8f4a3d
authored
Oct 08, 2021
by
Vivek Kumar Dutta
Browse files
obuspa: Fail init if required data is missing
parent
d5e7cb1a
Changes
2
Hide whitespace changes
Inline
Side-by-side
obuspa/Makefile
View file @
0d8f4a3d
...
...
@@ -5,12 +5,12 @@
include
$(TOPDIR)/rules.mk
PKG_NAME
:=
obuspa
PKG_VERSION
:=
4.1.0.
6
PKG_VERSION
:=
4.1.0.
7
LOCAL_DEV
:=
0
ifneq
($(LOCAL_DEV),1)
PKG_SOURCE_PROTO
:=
git
PKG_SOURCE_VERSION
:=
817cb955fe010e2c3a1cdcc22c4daac3b9064126
PKG_SOURCE_VERSION
:=
b5f40a62d8c08b563391403f08699b45d508bf45
PKG_SOURCE_URL
:=
https://dev.iopsys.eu/fork/obuspa.git
PKG_MAINTAINER
:=
Vivek Dutta <vivek.dutta@iopsys.eu>
PKG_SOURCE
:=
$(PKG_NAME)
-
$(PKG_VERSION)
-
$(PKG_SOURCE_VERSION)
.tar.gz
...
...
obuspa/files/etc/init.d/obuspa
View file @
0d8f4a3d
...
...
@@ -648,11 +648,6 @@ db_init() {
db_set Internal.Reboot.Cause
"LocalFactoryReset"
}
service_running
()
{
ubus wait_for usp.raw
procd_running
${
CONFIGURATION
}
}
start_service
()
{
local
enabled
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment