diff options
author | 2020-12-27 15:23:34 +0100 | |
---|---|---|
committer | 2020-12-27 15:39:52 +0100 | |
commit | e9bf54ab23c5bb59b964b23a24d4b45b78a09971 (patch) | |
tree | 79f4070a757137b4702b9303814b5762c91a7650 /support | |
parent | d7da7e8aacf4cf674bde76fc5a562632d47c9fe8 (diff) | |
download | buildroot-e9bf54ab23c5bb59b964b23a24d4b45b78a09971.tar.gz buildroot-e9bf54ab23c5bb59b964b23a24d4b45b78a09971.tar.bz2 |
Update for 2020.11.1
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
(cherry picked from commit 804a9e18656c1584b059129e0b5cebe2a2405fac)
[Peter: drop Makefile changes]
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'support')
-rw-r--r-- | support/misc/Vagrantfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/support/misc/Vagrantfile b/support/misc/Vagrantfile index db2a752c3b..753a9bdcdc 100644 --- a/support/misc/Vagrantfile +++ b/support/misc/Vagrantfile @@ -5,7 +5,7 @@ ################################################################################ # Buildroot version to use -RELEASE='2020.11' +RELEASE='2020.11.1' ### Change here for more memory/cores ### VM_MEMORY=2048 |