projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
[orion] generic: use magic_long in sysupgrade
[openwrt.git]
/
tools
/
mtd-utils
/
patches
/
131-fix_lib_compile.patch
diff --git
a/tools/mtd-utils/patches/131-fix_lib_compile.patch
b/tools/mtd-utils/patches/131-fix_lib_compile.patch
index
fef1333
..
8c977c1
100644
(file)
--- a/
tools/mtd-utils/patches/131-fix_lib_compile.patch
+++ b/
tools/mtd-utils/patches/131-fix_lib_compile.patch
@@
-3,9
+3,9
@@
@@ -7,7 +7,7 @@ SUBDIRS =
# CFLAGS += -Werror
CPPFLAGS += -I../include
@@ -7,7 +7,7 @@ SUBDIRS =
# CFLAGS += -Werror
CPPFLAGS += -I../include
- LIBS = libmtd
libcrc32
--TARGETS = libmtd.a
libcrc32.a
-+override TARGETS = libmtd.a
libcrc32.a
+ LIBS = libmtd
+-TARGETS = libmtd.a
++override TARGETS = libmtd.a
include ../common.mk
include ../common.mk
This page took
0.020834 seconds
and
4
git commands to generate.