Add files via upload
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
From c27c5ed00c10876bedb893a29cfe2f884cb9706f Mon Sep 17 00:00:00 2001
|
From b23c4a0853d2f9e5b2653e96128a0e634b4139a3 Mon Sep 17 00:00:00 2001
|
||||||
From: GitHub Action <action@github.com>
|
From: klever1988 <klever1988@protonmail.com>
|
||||||
Date: Mon, 17 Feb 2020 09:38:25 +0000
|
Date: Fri, 21 Feb 2020 07:10:30 +0000
|
||||||
Subject: [PATCH] fix upx
|
Subject: [PATCH] fix upx
|
||||||
|
|
||||||
---
|
---
|
||||||
@@ -14,7 +14,7 @@ Subject: [PATCH] fix upx
|
|||||||
delete mode 100644 tools/upx/Makefile
|
delete mode 100644 tools/upx/Makefile
|
||||||
|
|
||||||
diff --git a/package/lean/v2ray-plugin/Makefile b/package/lean/v2ray-plugin/Makefile
|
diff --git a/package/lean/v2ray-plugin/Makefile b/package/lean/v2ray-plugin/Makefile
|
||||||
index 5eb1dffabb..724328117a 100644
|
index 5eb1dffa..72432811 100644
|
||||||
--- a/package/lean/v2ray-plugin/Makefile
|
--- a/package/lean/v2ray-plugin/Makefile
|
||||||
+++ b/package/lean/v2ray-plugin/Makefile
|
+++ b/package/lean/v2ray-plugin/Makefile
|
||||||
@@ -48,7 +48,7 @@ endef
|
@@ -48,7 +48,7 @@ endef
|
||||||
@@ -27,7 +27,7 @@ index 5eb1dffabb..724328117a 100644
|
|||||||
|
|
||||||
define Package/v2ray-plugin/install
|
define Package/v2ray-plugin/install
|
||||||
diff --git a/package/lean/v2ray/Makefile b/package/lean/v2ray/Makefile
|
diff --git a/package/lean/v2ray/Makefile b/package/lean/v2ray/Makefile
|
||||||
index c1bd33f4df..24cdbf098e 100644
|
index c1bd33f4..24cdbf09 100644
|
||||||
--- a/package/lean/v2ray/Makefile
|
--- a/package/lean/v2ray/Makefile
|
||||||
+++ b/package/lean/v2ray/Makefile
|
+++ b/package/lean/v2ray/Makefile
|
||||||
@@ -270,7 +270,7 @@ define Build/Compile
|
@@ -270,7 +270,7 @@ define Build/Compile
|
||||||
@@ -49,11 +49,11 @@ index c1bd33f4df..24cdbf098e 100644
|
|||||||
endif
|
endif
|
||||||
endef
|
endef
|
||||||
diff --git a/tools/Makefile b/tools/Makefile
|
diff --git a/tools/Makefile b/tools/Makefile
|
||||||
index 8f30c125ea..3ac9b9b58c 100644
|
index 1bb272fe..b1300e99 100644
|
||||||
--- a/tools/Makefile
|
--- a/tools/Makefile
|
||||||
+++ b/tools/Makefile
|
+++ b/tools/Makefile
|
||||||
@@ -28,7 +28,6 @@ tools-y += firmware-utils patch-image quilt padjffs2
|
@@ -28,7 +28,6 @@ tools-y += firmware-utils patch-image quilt padjffs2
|
||||||
tools-y += mm-macros missing-macros cmake scons bc findutils gengetopt patchelf
|
tools-y += mm-macros missing-macros cmake bc findutils gengetopt patchelf
|
||||||
tools-y += mtools dosfstools libressl
|
tools-y += mtools dosfstools libressl
|
||||||
tools-$(CONFIG_TARGET_orion_generic) += wrt350nv2-builder upslug2
|
tools-$(CONFIG_TARGET_orion_generic) += wrt350nv2-builder upslug2
|
||||||
-tools-y += ucl upx
|
-tools-y += ucl upx
|
||||||
@@ -62,7 +62,7 @@ index 8f30c125ea..3ac9b9b58c 100644
|
|||||||
tools-$(CONFIG_TARGET_mxs) += elftosb sdimage
|
tools-$(CONFIG_TARGET_mxs) += elftosb sdimage
|
||||||
diff --git a/tools/ucl/Makefile b/tools/ucl/Makefile
|
diff --git a/tools/ucl/Makefile b/tools/ucl/Makefile
|
||||||
deleted file mode 100644
|
deleted file mode 100644
|
||||||
index 9fb9aec117..0000000000
|
index 9fb9aec1..00000000
|
||||||
--- a/tools/ucl/Makefile
|
--- a/tools/ucl/Makefile
|
||||||
+++ /dev/null
|
+++ /dev/null
|
||||||
@@ -1,51 +0,0 @@
|
@@ -1,51 +0,0 @@
|
||||||
@@ -119,7 +119,7 @@ index 9fb9aec117..0000000000
|
|||||||
-$(eval $(call HostBuild))
|
-$(eval $(call HostBuild))
|
||||||
diff --git a/tools/upx/Makefile b/tools/upx/Makefile
|
diff --git a/tools/upx/Makefile b/tools/upx/Makefile
|
||||||
deleted file mode 100644
|
deleted file mode 100644
|
||||||
index 127acd0dab..0000000000
|
index 127acd0d..00000000
|
||||||
--- a/tools/upx/Makefile
|
--- a/tools/upx/Makefile
|
||||||
+++ /dev/null
|
+++ /dev/null
|
||||||
@@ -1,37 +0,0 @@
|
@@ -1,37 +0,0 @@
|
||||||
|
|||||||
Reference in New Issue
Block a user