Skip to content

Commit 76c9c5a

Browse files
committed
consolidate configurations
1 parent e05c026 commit 76c9c5a

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+1
-17089
lines changed

builder.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ copy_to_tftp() {
8383
}
8484

8585
select_device() {
86-
AVAILABLE_DEVICES=$(find common devices -name *_defconfig | sort | cut -d/ -f5)
86+
AVAILABLE_DEVICES=$(find devices -name *_defconfig | sort | cut -d/ -f5)
8787
cmd="whiptail --title \"Available devices\" --menu \"Please select a device from the list below:\" 20 70 12"
8888
for p in ${AVAILABLE_DEVICES//_defconfig}; do cmd="${cmd} \"$p\" \"\""; done
8989
DEVICE=$(eval "${cmd} 3>&1 1>&2 2>&3")

0 commit comments

Comments
 (0)