From 1a2210ebc5e3358ce0a2982f76102642025c9105 Mon Sep 17 00:00:00 2001 From: CN_SZTL Date: Thu, 23 Apr 2020 01:44:28 +0800 Subject: [PATCH 1/2] ucl: fix CLEAN --- tools/ucl/Makefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/tools/ucl/Makefile b/tools/ucl/Makefile index 9fb9aec117..cf1c25bd8d 100644 --- a/tools/ucl/Makefile +++ b/tools/ucl/Makefile @@ -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 From 1e3f993f399240ce1879b6741888cfb3789181db Mon Sep 17 00:00:00 2001 From: CN_SZTL Date: Thu, 23 Apr 2020 02:51:26 +0800 Subject: [PATCH 2/2] treewide: adjust boot order --- package/ctcgfw/luci-app-gost/Makefile | 2 +- package/ctcgfw/luci-app-gost/root/etc/init.d/gost | 2 +- .../root/etc/init.d/unblockneteasemusic-mini | 2 +- .../root/etc/init.d/unblockneteasemusic | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package/ctcgfw/luci-app-gost/Makefile b/package/ctcgfw/luci-app-gost/Makefile index 2d940caee1..6d6c372801 100644 --- a/package/ctcgfw/luci-app-gost/Makefile +++ b/package/ctcgfw/luci-app-gost/Makefile @@ -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 diff --git a/package/ctcgfw/luci-app-gost/root/etc/init.d/gost b/package/ctcgfw/luci-app-gost/root/etc/init.d/gost index 6a18bd3c3a..423673e839 100755 --- a/package/ctcgfw/luci-app-gost/root/etc/init.d/gost +++ b/package/ctcgfw/luci-app-gost/root/etc/init.d/gost @@ -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)" diff --git a/package/ctcgfw/luci-app-unblockneteasemusic-mini/root/etc/init.d/unblockneteasemusic-mini b/package/ctcgfw/luci-app-unblockneteasemusic-mini/root/etc/init.d/unblockneteasemusic-mini index d1d19c0096..6a98a8f53f 100755 --- a/package/ctcgfw/luci-app-unblockneteasemusic-mini/root/etc/init.d/unblockneteasemusic-mini +++ b/package/ctcgfw/luci-app-unblockneteasemusic-mini/root/etc/init.d/unblockneteasemusic-mini @@ -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)" diff --git a/package/ctcgfw/luci-app-unblockneteasemusic/root/etc/init.d/unblockneteasemusic b/package/ctcgfw/luci-app-unblockneteasemusic/root/etc/init.d/unblockneteasemusic index 08ac5cdd3a..f2ec895d51 100755 --- a/package/ctcgfw/luci-app-unblockneteasemusic/root/etc/init.d/unblockneteasemusic +++ b/package/ctcgfw/luci-app-unblockneteasemusic/root/etc/init.d/unblockneteasemusic @@ -2,7 +2,7 @@ # Created By [CTCGFW]Project OpenWRT # https://github.com/project-openwrt -START=89 +START=92 STOP=10 NAME="unblockneteasemusic"