summaryrefslogtreecommitdiff
path: root/nuttx/configs/olimex-lpc2378/nsh/setenv.sh
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/configs/olimex-lpc2378/nsh/setenv.sh')
-rwxr-xr-xnuttx/configs/olimex-lpc2378/nsh/setenv.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/configs/olimex-lpc2378/nsh/setenv.sh b/nuttx/configs/olimex-lpc2378/nsh/setenv.sh
index 9a2e92e43..15808d32b 100755
--- a/nuttx/configs/olimex-lpc2378/nsh/setenv.sh
+++ b/nuttx/configs/olimex-lpc2378/nsh/setenv.sh
@@ -45,7 +45,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 LPC23XXSCRIPTS="$WD/configs/olimex-lpc2378/scripts"
export PATH="${BUILDROOT_BIN}:${LPC23XXSCRIPTS}:/sbin:/usr/sbin:${PATH_ORIG}"