update buildroot to 2017.02.11

This commit is contained in:
jbnadal
2018-05-22 15:35:47 +02:00
parent 4bf1f5e091
commit a3c10bd762
9257 changed files with 433426 additions and 1701 deletions

View File

@@ -0,0 +1,11 @@
--- /lockfile-progs.orig.c 2007-10-11 10:32:09.000000000 -0300
+++ /lockfile-progs.c 2007-10-11 10:32:28.000000000 -0300
@@ -93,7 +93,7 @@
{ NULL, 0, NULL, 0 }
};
- char *cmd_name = rindex(argv[0], '/');
+ char *cmd_name = strrchr(argv[0], '/');
int mail_cmd_p = 0;
if(cmd_name != NULL) {