mirror of
https://github.com/openwrt/packages.git
synced 2026-04-15 19:02:09 +00:00
treewide: Run refresh on all packages
The crude loop I wrote to come up with this changeset: find -L package/feeds/packages/ -name patches | \ sed 's/patches$/refresh/' | sort | xargs make Signed-off-by: Ilya Lipnitskiy <ilya.lipnitskiy@gmail.com>
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
--- traceevent/event-parse.c.orig
|
||||
+++ ./traceevent/event-parse.c
|
||||
@@ -5121,12 +5121,17 @@
|
||||
--- a/traceevent/event-parse.c
|
||||
+++ b/traceevent/event-parse.c
|
||||
@@ -5121,12 +5121,17 @@ int pevent_strerror(struct pevent *peven
|
||||
const char *msg;
|
||||
|
||||
if (errnum >= 0) {
|
||||
|
||||
@@ -21,8 +21,6 @@ Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
||||
src/main.cpp | 1 +
|
||||
1 file changed, 1 insertion(+)
|
||||
|
||||
diff --git a/src/main.cpp b/src/main.cpp
|
||||
index cbb7a4e..75d4202 100644
|
||||
--- a/src/main.cpp
|
||||
+++ b/src/main.cpp
|
||||
@@ -39,6 +39,7 @@
|
||||
@@ -33,6 +31,3 @@ index cbb7a4e..75d4202 100644
|
||||
|
||||
#include "cpu/cpu.h"
|
||||
#include "process/process.h"
|
||||
--
|
||||
2.17.1
|
||||
|
||||
|
||||
@@ -12,11 +12,9 @@ Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
||||
src/cpu/intel_cpus.cpp | 2 +-
|
||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
diff --git a/src/cpu/intel_cpus.cpp b/src/cpu/intel_cpus.cpp
|
||||
index 0030dba..4dffadc 100644
|
||||
--- a/src/cpu/intel_cpus.cpp
|
||||
+++ b/src/cpu/intel_cpus.cpp
|
||||
@@ -92,7 +92,7 @@ int is_supported_intel_cpu(int model, int cpu)
|
||||
@@ -92,7 +92,7 @@ int is_supported_intel_cpu(int model, in
|
||||
|
||||
int is_intel_pstate_driver_loaded()
|
||||
{
|
||||
@@ -25,6 +23,3 @@ index 0030dba..4dffadc 100644
|
||||
const string intel_pstate("intel_pstate");
|
||||
char line[32] = { '\0' };
|
||||
ifstream file;
|
||||
--
|
||||
2.17.1
|
||||
|
||||
|
||||
Reference in New Issue
Block a user