Merge Mainline
This commit is contained in:
commit
91c64798df
@ -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
|
||||
|
||||
@ -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)"
|
||||
|
||||
@ -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)"
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
# Created By [CTCGFW]Project OpenWRT
|
||||
# https://github.com/project-openwrt
|
||||
|
||||
START=89
|
||||
START=92
|
||||
STOP=10
|
||||
|
||||
NAME="unblockneteasemusic"
|
||||
|
||||
@ -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
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user