mirror of
https://github.com/openwrt/packages.git
synced 2025-12-21 23:34:31 +04:00
syncthing: fix duplicate command line parameters on service
- This patch fixes9d17ba1and #22760 Signed-off-by: Eric Fahlgren <ericfahlgren@gmail.com> (cherry picked from commit6849a9df90)
This commit is contained in:
@@ -2,7 +2,7 @@ include $(TOPDIR)/rules.mk
|
|||||||
|
|
||||||
PKG_NAME:=syncthing
|
PKG_NAME:=syncthing
|
||||||
PKG_VERSION:=1.24.0
|
PKG_VERSION:=1.24.0
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=2
|
||||||
|
|
||||||
PKG_SOURCE:=syncthing-source-v$(PKG_VERSION).tar.gz
|
PKG_SOURCE:=syncthing-source-v$(PKG_VERSION).tar.gz
|
||||||
PKG_SOURCE_URL:=https://github.com/syncthing/syncthing/releases/download/v$(PKG_VERSION)
|
PKG_SOURCE_URL:=https://github.com/syncthing/syncthing/releases/download/v$(PKG_VERSION)
|
||||||
|
|||||||
@@ -14,7 +14,7 @@ config_cb() {
|
|||||||
local option="$1"
|
local option="$1"
|
||||||
local value="$2"
|
local value="$2"
|
||||||
case $option in
|
case $option in
|
||||||
enabled|macprocs|nice|user|logfile)
|
enabled|gui_address|home|logfile|macprocs|nice|user)
|
||||||
eval $option=$value
|
eval $option=$value
|
||||||
;;
|
;;
|
||||||
debug)
|
debug)
|
||||||
|
|||||||
Reference in New Issue
Block a user