Update buildroot 2020.02.01 (#622)
* Update buildroot 2020.02.01 Signed-off-by: Pascal Vizeli <pvizeli@syshack.ch> * Fix LN * Fix wpa Signed-off-by: Pascal Vizeli <pvizeli@syshack.ch> * Fix lint Signed-off-by: Pascal Vizeli <pvizeli@syshack.ch> * fix-network Signed-off-by: Pascal Vizeli <pvizeli@syshack.ch> * Fix script Signed-off-by: Pascal Vizeli <pvizeli@syshack.ch>
This commit is contained in:
12
buildroot/support/dependencies/check-host-coreutils.sh
Executable file
12
buildroot/support/dependencies/check-host-coreutils.sh
Executable file
@@ -0,0 +1,12 @@
|
||||
#!/bin/sh
|
||||
|
||||
# Exit on the first error
|
||||
set -e
|
||||
|
||||
# Does ln supports the --relative/-r option?
|
||||
ln --relative --help >/dev/null 2>&1
|
||||
|
||||
# Does realpath exist?
|
||||
realpath --help >/dev/null 2>&1
|
||||
|
||||
echo OK
|
||||
Reference in New Issue
Block a user