summaryrefslogtreecommitdiff
path: root/nuttx/configs/lpcxpresso-lpc1768/dhcpd/setenv.sh
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/configs/lpcxpresso-lpc1768/dhcpd/setenv.sh')
-rwxr-xr-xnuttx/configs/lpcxpresso-lpc1768/dhcpd/setenv.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/configs/lpcxpresso-lpc1768/dhcpd/setenv.sh b/nuttx/configs/lpcxpresso-lpc1768/dhcpd/setenv.sh
index 03641fd61..8fd20167a 100755
--- a/nuttx/configs/lpcxpresso-lpc1768/dhcpd/setenv.sh
+++ b/nuttx/configs/lpcxpresso-lpc1768/dhcpd/setenv.sh
@@ -42,7 +42,7 @@ if [ -z "${PATH_ORIG}" ]; then export PATH_ORIG="${PATH}"; fi
WD=`pwd`
# This is where the buildroot might reside on a Linux or Cygwin system
-# export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin"
+# export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin"
# This is the default install location for Code Red on Linux
export TOOLCHAIN_BIN="/usr/local/LPCXpresso/tools/bin"