]> git.99rst.org Git - openwrt-packages.git/commitdiff
fsh: fix a typo in fshs.init
authorRay Wang <redacted>
Tue, 23 Jun 2026 13:10:47 +0000 (21:10 +0800)
committerJosef Schlehofer <redacted>
Mon, 29 Jun 2026 11:46:48 +0000 (13:46 +0200)
Fix line continuation characters in the validate_section_fshs() definition.

Signed-off-by: Ray Wang <redacted>
net/fsh/Makefile
net/fsh/files/fshs.init

index be5da9243f7b4f3cd583c0b6267dd0a945b57ce9..2c305615f54a84e7ea4bf782bc92fa629bc464d0 100644 (file)
@@ -2,7 +2,7 @@ include $(TOPDIR)/rules.mk
 
 PKG_NAME:=fsh
 PKG_VERSION:=4.11.0
-PKG_RELEASE:=1
+PKG_RELEASE:=2
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
 PKG_SOURCE_URL:=https://github.com/heiher/hev-fsh/releases/download/$(PKG_VERSION)
index bd056160509864fccc3355515ba90d619d4fd0b8..ec72224807e05445b6a02a5e6cac0579d749b6ad 100644 (file)
@@ -11,8 +11,8 @@ validate_section_fshs() {
                'enable:bool:0' \
                'addr:string' \
                'port:port' \
-               'tokens:string'
-               'params:string' \
+               'tokens:string' \
+               'params:string'
 }
 
 fshs_instance() {
git clone https://git.99rst.org/PROJECT