summaryrefslogtreecommitdiffstats
path: root/rtems-bsps
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2017-03-21 14:38:59 +1100
committerChris Johns <chrisj@rtems.org>2017-03-21 14:38:59 +1100
commit2ea436a167683c3606edbaddbd2e44e79d79c7d0 (patch)
tree7eaaae2a79be56d83ea411fe855b98a52e9df408 /rtems-bsps
parenttermios: Fix infinite loop in receive path (diff)
downloadrtems-2ea436a167683c3606edbaddbd2e44e79d79c7d0.tar.bz2
Config (.cfg) files are only valid if deeper than 5.
Closes #2827.
Diffstat (limited to 'rtems-bsps')
-rwxr-xr-xrtems-bsps2
1 files changed, 1 insertions, 1 deletions
diff --git a/rtems-bsps b/rtems-bsps
index 023212cd8d..096dc47dad 100755
--- a/rtems-bsps
+++ b/rtems-bsps
@@ -5,7 +5,7 @@ base_e=$(echo ${base} | sed -e 's/\//\\\//g')
last_arch=""
-cfg_list=$(LANG=C LC_COLLATE=C find ${base} -depth 5 -name \*.cfg | sort)
+cfg_list=$(LANG=C LC_COLLATE=C find ${base} -mindepth 5 -name \*.cfg | sort)
max_bsp_len=0
arch_count=0