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:
@@ -35,7 +35,7 @@ struct file *file_lookup(const char *name)
|
||||
int file_write_dep(const char *name)
|
||||
{
|
||||
char *str;
|
||||
char buf[PATH_MAX+1], buf2[PATH_MAX+1], dir[PATH_MAX+1];
|
||||
char buf[PATH_MAX+20], buf2[PATH_MAX+1], dir[PATH_MAX+1];
|
||||
struct symbol *sym, *env_sym;
|
||||
struct expr *e;
|
||||
struct file *file;
|
||||
|
||||
Reference in New Issue
Block a user