Merge pull request #22878 from efahl/openwrt-23.05

[23.05] syncthing: fix duplicate command line parameters on service
This commit is contained in:
Jeffery To
2023-12-13 11:58:48 +08:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -2,7 +2,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=syncthing
PKG_VERSION:=1.24.0
PKG_RELEASE:=1
PKG_RELEASE:=2
PKG_SOURCE:=syncthing-source-v$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=https://github.com/syncthing/syncthing/releases/download/v$(PKG_VERSION)

View File

@@ -14,7 +14,7 @@ config_cb() {
local option="$1"
local value="$2"
case $option in
enabled|macprocs|nice|user|logfile)
enabled|gui_address|home|logfile|macprocs|nice|user)
eval $option=$value
;;
debug)