Skip to content

Commit 822e696

Browse files
committed
Remove linux64 directory
Signed-off-by: Frederic Pillon <[email protected]>
1 parent 19ef750 commit 822e696

Some content is hidden

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

73 files changed

+5
-7982
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.

linux/maple_upload

+5-1
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,12 @@ DIR=$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )
2626

2727
"${DIR}/upload-reset" ${dummy_port_fullpath} 750
2828

29+
if [ `uname -m` == "x86_64" ]; then
30+
DFU_UTIL=${DIR}/dfu-util_x86_64/dfu-util
31+
else
32+
DFU_UTIL=${DIR}/dfu-util/dfu-util
33+
fi
2934

30-
DFU_UTIL=${DIR}/dfu-util/dfu-util
3135
if [ ! -x "${DFU_UTIL}" ]; then
3236
echo "$0: error: cannot find ${DFU_UTIL}" >&2
3337
exit 2

linux64/45-maple.rules

-5
This file was deleted.

linux64/install.sh

-15
This file was deleted.

linux64/maple_upload

-45
This file was deleted.

linux64/massStorageCopy

-13.8 KB
Binary file not shown.

linux64/src/build_dfu-util.sh

-15
This file was deleted.

linux64/src/dfu-util/AUTHORS

-30
This file was deleted.

0 commit comments

Comments
 (0)