Update buildroot to 2021.02.6 (#1607)
* Update buildroot to 2021.02.6 * Renew buildroot-patches This makes sure that docker-proxy gets bumped to the latest Docker version as well.
This commit is contained in:
@@ -744,7 +744,7 @@ int conf_write(const char *name)
|
||||
struct menu *menu;
|
||||
const char *basename;
|
||||
const char *str;
|
||||
char dirname[PATH_MAX+1], tmpname[PATH_MAX+1], newname[PATH_MAX+1];
|
||||
char dirname[PATH_MAX+1], tmpname[PATH_MAX+20], newname[PATH_MAX+1];
|
||||
char *env;
|
||||
|
||||
if (!name)
|
||||
@@ -974,7 +974,7 @@ int conf_write_autoconf(void)
|
||||
const char *name;
|
||||
FILE *out, *tristate, *out_h;
|
||||
int i;
|
||||
char dir[PATH_MAX+1], buf[PATH_MAX+1];
|
||||
char dir[PATH_MAX+1], buf[PATH_MAX+20];
|
||||
char *s;
|
||||
|
||||
strcpy(dir, conf_get_configname());
|
||||
|
||||
Reference in New Issue
Block a user