summaryrefslogtreecommitdiff
path: root/nuttx/configs/lpcxpresso-lpc1768/thttpd/setenv.sh
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/configs/lpcxpresso-lpc1768/thttpd/setenv.sh')
-rwxr-xr-xnuttx/configs/lpcxpresso-lpc1768/thttpd/setenv.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/configs/lpcxpresso-lpc1768/thttpd/setenv.sh b/nuttx/configs/lpcxpresso-lpc1768/thttpd/setenv.sh
index 7156a371d..e6aded0f4 100755
--- a/nuttx/configs/lpcxpresso-lpc1768/thttpd/setenv.sh
+++ b/nuttx/configs/lpcxpresso-lpc1768/thttpd/setenv.sh
@@ -44,7 +44,7 @@ WD=`pwd`
# This is where the buildroot might reside on a Linux or Cygwin system
# A minimal buildroot version with the NXFLAT tools is always required
# for this configuration in order to buildthe THTTPD CGI programs
-export BUILDROOT_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin"
+export BUILDROOT_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"