projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
package/busybox: fix endianes issue under FreeBSD 8.1
[openwrt.git]
/
tools
/
mtd-utils
/
patches
/
120-cygwin_fixes.patch
diff --git
a/tools/mtd-utils/patches/120-cygwin_fixes.patch
b/tools/mtd-utils/patches/120-cygwin_fixes.patch
index
116660a
..
61a6d5e
100644
(file)
--- a/
tools/mtd-utils/patches/120-cygwin_fixes.patch
+++ b/
tools/mtd-utils/patches/120-cygwin_fixes.patch
@@
-9,7
+9,7
@@
+endif
+
+ifneq ($(shell uname -o),Cygwin)
- SUBDIRS =
lib
ubi-utils mkfs.ubifs
+ SUBDIRS = ubi-utils mkfs.ubifs
TARGETS = ftl_format flash_erase flash_eraseall nanddump doc_loadbios \
@@ -17,6 +22,10 @@ TARGETS = ftl_format flash_erase flash_e
This page took
0.023276 seconds
and
4
git commands to generate.