luci-app-serverchan: sync with upstream source

This commit is contained in:
CN_SZTL 2020-03-07 20:35:32 +08:00
parent 2021ab3446
commit 5855ccf313
No known key found for this signature in database
GPG Key ID: 6850B6345C862176

View File

@ -7,7 +7,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=luci-app-serverchan
PKG_VERSION:=1.42
PKG_RELEASE:=5
PKG_RELEASE:=6
include $(INCLUDE_DIR)/package.mk
@ -15,7 +15,7 @@ define Package/$(PKG_NAME)
SECTION:=luci
CATEGORY:=LuCI
SUBMENU:=3. Applications
DEPENDS:=+iputils-arping +curl +coreutils +coreutils-nohup
DEPENDS:=+iputils-arping +curl +iw
TITLE:=LuCI support for serverchan
PKGARCH:=all
endef