mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2025-12-10 07:44:50 +01:00
questd: 5.1.1
This commit is contained in:
parent
e2f238a155
commit
d7564ddf36
3 changed files with 4 additions and 21 deletions
|
|
@ -6,9 +6,9 @@ include $(TOPDIR)/rules.mk
|
|||
include $(INCLUDE_DIR)/kernel.mk
|
||||
|
||||
PKG_NAME:=questd
|
||||
PKG_VERSION:=5.0.0
|
||||
PKG_VERSION:=5.1.1
|
||||
|
||||
PKG_SOURCE_VERSION:=ff1db5af789da87666c230548df32a9a71b3fb27
|
||||
PKG_SOURCE_VERSION:=206fe25890fd860d4bb16e66173ec6e135c09719
|
||||
PKG_SOURCE_PROTO:=git
|
||||
PKG_SOURCE_URL:=https://dev.iopsys.eu/iopsys/questd
|
||||
|
||||
|
|
@ -26,8 +26,8 @@ PKG_INSTALL:=
|
|||
|
||||
define Package/questd
|
||||
CATEGORY:=Utilities
|
||||
DEPENDS:=+libuci +libubox +ubus +libpthread +TARGET_iopsys_ramips:swconfig +TARGET_iopsys_ramips:libnl-tiny +libopenssl
|
||||
TITLE:=router info daemon
|
||||
DEPENDS:=+libuci +libubox +ubus +libpthread
|
||||
TITLE:=Router information daemon
|
||||
endef
|
||||
|
||||
define Package/questd/description
|
||||
|
|
|
|||
|
|
@ -11,11 +11,6 @@ start_service() {
|
|||
procd_set_param command "/sbin/questd"
|
||||
procd_set_param respawn
|
||||
procd_close_instance
|
||||
|
||||
procd_open_instance
|
||||
procd_set_param command "/sbin/graphd"
|
||||
procd_set_param respawn
|
||||
procd_close_instance
|
||||
}
|
||||
|
||||
stop() {
|
||||
|
|
|
|||
|
|
@ -1,12 +0,0 @@
|
|||
#!/bin/sh
|
||||
|
||||
. /lib/functions.sh
|
||||
|
||||
add_required_ubusproxy_objects() {
|
||||
uci -q del_list owsd.ubusproxy.object="wifix"
|
||||
uci -q add_list owsd.ubusproxy.object="wifix"
|
||||
uci commit owsd
|
||||
}
|
||||
|
||||
add_required_ubusproxy_objects
|
||||
|
||||
Loading…
Add table
Reference in a new issue