aboutsummaryrefslogtreecommitdiff
path: root/nuttx/configs/c5471evm
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/configs/c5471evm')
-rwxr-xr-xnuttx/configs/c5471evm/httpd/setenv.sh2
-rwxr-xr-xnuttx/configs/c5471evm/nettest/setenv.sh2
-rwxr-xr-xnuttx/configs/c5471evm/nsh/setenv.sh2
-rwxr-xr-xnuttx/configs/c5471evm/ostest/setenv.sh2
4 files changed, 4 insertions, 4 deletions
diff --git a/nuttx/configs/c5471evm/httpd/setenv.sh b/nuttx/configs/c5471evm/httpd/setenv.sh
index e9ab8023a..0266456ff 100755
--- a/nuttx/configs/c5471evm/httpd/setenv.sh
+++ b/nuttx/configs/c5471evm/httpd/setenv.sh
@@ -40,7 +40,7 @@ fi
if [ -z ${PATH_ORIG} ]; then export PATH_ORIG=${PATH}; fi
WD=`pwd`
-export BUILDROOT_BIN=${WD}/../buildroot/build_arm_nofpu/staging_dir/bin
+export BUILDROOT_BIN=${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin
export PATH=${BUILDROOT_BIN}:/sbin:/usr/sbin:${PATH_ORIG}
echo "PATH : ${PATH}"
diff --git a/nuttx/configs/c5471evm/nettest/setenv.sh b/nuttx/configs/c5471evm/nettest/setenv.sh
index 67bcbc1f6..403b92333 100755
--- a/nuttx/configs/c5471evm/nettest/setenv.sh
+++ b/nuttx/configs/c5471evm/nettest/setenv.sh
@@ -40,7 +40,7 @@ fi
if [ -z ${PATH_ORIG} ]; then export PATH_ORIG=${PATH}; fi
WD=`pwd`
-export BUILDROOT_BIN=${WD}/../buildroot/build_arm_nofpu/staging_dir/bin
+export BUILDROOT_BIN=${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin
export PATH=${BUILDROOT_BIN}:/sbin:/usr/sbin:${PATH_ORIG}
echo "PATH : ${PATH}"
diff --git a/nuttx/configs/c5471evm/nsh/setenv.sh b/nuttx/configs/c5471evm/nsh/setenv.sh
index 0693ede0a..d5be870e6 100755
--- a/nuttx/configs/c5471evm/nsh/setenv.sh
+++ b/nuttx/configs/c5471evm/nsh/setenv.sh
@@ -40,7 +40,7 @@ fi
if [ -z ${PATH_ORIG} ]; then export PATH_ORIG=${PATH}; fi
WD=`pwd`
-export BUILDROOT_BIN=${WD}/../buildroot/build_arm_nofpu/staging_dir/bin
+export BUILDROOT_BIN=${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin
export PATH=${BUILDROOT_BIN}:/sbin:/usr/sbin:${PATH_ORIG}
echo "PATH : ${PATH}"
diff --git a/nuttx/configs/c5471evm/ostest/setenv.sh b/nuttx/configs/c5471evm/ostest/setenv.sh
index e48437a41..bfe9d48c2 100755
--- a/nuttx/configs/c5471evm/ostest/setenv.sh
+++ b/nuttx/configs/c5471evm/ostest/setenv.sh
@@ -40,7 +40,7 @@ fi
if [ -z ${PATH_ORIG} ]; then export PATH_ORIG=${PATH}; fi
WD=`pwd`
-export BUILDROOT_BIN=${WD}/../buildroot/build_arm_nofpu/staging_dir/bin
+export BUILDROOT_BIN=${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin
export PATH=${BUILDROOT_BIN}:/sbin:/usr/sbin:${PATH_ORIG}
echo "PATH : ${PATH}"