Add files via upload
parent
881213fa88
commit
0d42f5124d
|
@ -1,6 +1,6 @@
|
|||
From c27c5ed00c10876bedb893a29cfe2f884cb9706f Mon Sep 17 00:00:00 2001
|
||||
From: GitHub Action <action@github.com>
|
||||
Date: Mon, 17 Feb 2020 09:38:25 +0000
|
||||
From b23c4a0853d2f9e5b2653e96128a0e634b4139a3 Mon Sep 17 00:00:00 2001
|
||||
From: klever1988 <klever1988@protonmail.com>
|
||||
Date: Fri, 21 Feb 2020 07:10:30 +0000
|
||||
Subject: [PATCH] fix upx
|
||||
|
||||
---
|
||||
|
@ -14,7 +14,7 @@ Subject: [PATCH] fix upx
|
|||
delete mode 100644 tools/upx/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
|
||||
+++ b/package/lean/v2ray-plugin/Makefile
|
||||
@@ -48,7 +48,7 @@ endef
|
||||
|
@ -27,7 +27,7 @@ index 5eb1dffabb..724328117a 100644
|
|||
|
||||
define Package/v2ray-plugin/install
|
||||
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
|
||||
+++ b/package/lean/v2ray/Makefile
|
||||
@@ -270,7 +270,7 @@ define Build/Compile
|
||||
|
@ -49,11 +49,11 @@ index c1bd33f4df..24cdbf098e 100644
|
|||
endif
|
||||
endef
|
||||
diff --git a/tools/Makefile b/tools/Makefile
|
||||
index 8f30c125ea..3ac9b9b58c 100644
|
||||
index 1bb272fe..b1300e99 100644
|
||||
--- a/tools/Makefile
|
||||
+++ b/tools/Makefile
|
||||
@@ -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-$(CONFIG_TARGET_orion_generic) += wrt350nv2-builder upslug2
|
||||
-tools-y += ucl upx
|
||||
|
@ -62,7 +62,7 @@ index 8f30c125ea..3ac9b9b58c 100644
|
|||
tools-$(CONFIG_TARGET_mxs) += elftosb sdimage
|
||||
diff --git a/tools/ucl/Makefile b/tools/ucl/Makefile
|
||||
deleted file mode 100644
|
||||
index 9fb9aec117..0000000000
|
||||
index 9fb9aec1..00000000
|
||||
--- a/tools/ucl/Makefile
|
||||
+++ /dev/null
|
||||
@@ -1,51 +0,0 @@
|
||||
|
@ -119,7 +119,7 @@ index 9fb9aec117..0000000000
|
|||
-$(eval $(call HostBuild))
|
||||
diff --git a/tools/upx/Makefile b/tools/upx/Makefile
|
||||
deleted file mode 100644
|
||||
index 127acd0dab..0000000000
|
||||
index 127acd0d..00000000
|
||||
--- a/tools/upx/Makefile
|
||||
+++ /dev/null
|
||||
@@ -1,37 +0,0 @@
|
||||
|
|
Loading…
Reference in New Issue