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:
Ilya Lipnitskiy
2021-02-20 16:02:15 -08:00
parent d651082447
commit 5d8d4fbbcb
558 changed files with 1518 additions and 2977 deletions
@@ -12,8 +12,6 @@ Signed-off-by: Stephane Fillod <f8cfe@free.fr>
lsmmc.c | 34 ++++++++++++++++++++++++++++++++--
1 file changed, 32 insertions(+), 2 deletions(-)
diff --git a/lsmmc.c b/lsmmc.c
index b627b79..63504d2 100644
--- a/lsmmc.c
+++ b/lsmmc.c
@@ -112,7 +112,7 @@ struct ids_database database[] = {
@@ -34,36 +32,34 @@ index b627b79..63504d2 100644
},
{
.type = "sd",
@@ -134,6 +134,11 @@ struct ids_database database[] = {
.id = 0x1f,
.manufacturer = "Kingston",
@@ -136,6 +136,11 @@ struct ids_database database[] = {
},
+ {
+ .type = "sd",
{
.type = "sd",
+ .id = 0x27,
+ .manufacturer = "Delkin/Phison",
+ },
{
.type = "sd",
.id = 0x28,
@@ -144,6 +149,11 @@ struct ids_database database[] = {
.id = 0x30,
.manufacturer = "SanDisk",
},
+ {
+ .type = "sd",
.id = 0x28,
.manufacturer = "Lexar",
},
@@ -146,6 +151,11 @@ struct ids_database database[] = {
},
{
.type = "sd",
+ .id = 0x31,
+ .manufacturer = "Silicon Power",
+ },
{
.type = "sd",
.id = 0x33,
@@ -159,6 +169,21 @@ struct ids_database database[] = {
.id = 0x6f,
.manufacturer = "STMicroelectronics",
},
+ {
+ .type = "sd",
.id = 0x33,
.manufacturer = "STMicroelectronics",
},
@@ -161,6 +171,21 @@ struct ids_database database[] = {
},
{
.type = "sd",
+ .id = 0x74,
+ .manufacturer = "Transcend",
+ },
@@ -77,9 +73,11 @@ index b627b79..63504d2 100644
+ .id = 0x82,
+ .manufacturer = "Gobe/Sony",
+ },
{
.type = "sd",
+ {
+ .type = "sd",
.id = 0x89,
.manufacturer = "Unknown",
},
@@ -224,6 +249,11 @@ struct ids_database database[] = {
.id = 0x70,
.manufacturer = "Kingston",
@@ -92,6 +90,3 @@ index b627b79..63504d2 100644
};
/* Command line parsing functions */
--
2.17.1