Update buildroot to 2021.02.5 (#1566)
Signed-off-by: Stefan Agner <stefan@agner.ch>
This commit is contained in:
@@ -16,4 +16,10 @@ Some tips:
|
||||
* To build CMake-based projects, use the "cmake" alias
|
||||
|
||||
EOF
|
||||
SDK_PATH=$(dirname $(realpath "${BASH_SOURCE[0]}"))
|
||||
if [ x"$BASH_VERSION" != x"" ] ; then
|
||||
SDK_PATH=$(dirname $(realpath "${BASH_SOURCE[0]}"))
|
||||
elif [ x"$ZSH_VERSION" != x"" ] ; then
|
||||
SDK_PATH=$(dirname $(realpath $0))
|
||||
else
|
||||
echo "unsupported shell"
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user