Skip to content

Commit 2d699dc

Browse files
committed
Add i386 binaries from official distribution.
1 parent a071843 commit 2d699dc

File tree

7 files changed

+1
-1
lines changed

7 files changed

+1
-1
lines changed

linux/dfu-util

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ DIR=$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )
1010
if [ `uname -m` == "x86_64" ]; then
1111
DFU_UTIL=${DIR}/dfu-util_x86_64/dfu-util
1212
else
13-
DFU_UTIL=${DIR}/dfu-util_i686/dfu-util
13+
DFU_UTIL=${DIR}/dfu-util_i386/dfu-util
1414
fi
1515

1616
# Not found!

linux/dfu-util_i386/dfu-prefix

30.9 KB
Binary file not shown.

linux/dfu-util_i386/dfu-suffix

31.2 KB
Binary file not shown.

linux/dfu-util_i386/dfu-util

113 KB
Binary file not shown.

linux/dfu-util_i686/dfu-prefix

-46.3 KB
Binary file not shown.

linux/dfu-util_i686/dfu-suffix

-46.4 KB
Binary file not shown.

linux/dfu-util_i686/dfu-util

-145 KB
Binary file not shown.

0 commit comments

Comments
 (0)