Merge Mainline

This commit is contained in:
CN_SZTL 2020-04-23 02:54:31 +08:00
commit 91c64798df
No known key found for this signature in database
GPG Key ID: 6850B6345C862176
5 changed files with 4 additions and 6 deletions

View File

@ -11,7 +11,7 @@ PKG_NAME:=luci-app-gost
PKG_VERSION:=1.0
PKG_RELEASE:=1
LUCI_TITLE:=LuCI support for Gost
LUCI_DEPENDS:=+gost +iptables
LUCI_DEPENDS:=+gost
LUCI_PKGARCH:=all
PKG_MAINTAINER:=[CTCGFW]Project-OpenWrt

View File

@ -2,7 +2,7 @@
# Created By [CTCGFW]Project OpenWRT
# https://github.com/project-openwrt
START=80
START=90
STOP=10
enable="$(uci get gost.@gost[0].enable)"

View File

@ -2,7 +2,7 @@
# Created By [CTCGFW]Project OpenWRT
# https://github.com/project-openwrt
START=80
START=92
STOP=10
enable="$(uci get unblockneteasemusic-mini.@unblockneteasemusic-mini[0].enable)"

View File

@ -2,7 +2,7 @@
# Created By [CTCGFW]Project OpenWRT
# https://github.com/project-openwrt
START=89
START=92
STOP=10
NAME="unblockneteasemusic"

View File

@ -43,8 +43,6 @@ define Host/Install
endef
define Host/Clean
$(MAKE) -C $(HOST_BUILD_DIR) uninstall
rm -rf $(HOST_BUILD_DIR)
rm -rf $(STAGING_DIR_HOST)/include/ucl
endef