b797a23e77
This updates packages/utils/mtd-utils and includes all patches from tools/mtd-utils, so the two may eventually be merged. I also added 150-fix_ubi-utils_static.patch which is a hack needed to include libcrc32.o in the static binaries. Having them static makes sense as only ubiformat is required on the target. [juhosg: - add build-time dependency on util-linux - allow to specify dependency for each subpackage - update ubifs optional lzo patch - add more patches] Signed-off-by: Daniel Golle <dgolle@allnet.de> git-svn-id: svn://svn.openwrt.org/openwrt/packages@31913 3c298f89-4303-0410-b956-a3cf2f4a3e73
12 lines
201 B
Diff
12 lines
201 B
Diff
--- a/lib/Makefile
|
|
+++ b/lib/Makefile
|
|
@@ -7,7 +7,7 @@ SUBDIRS =
|
|
# CFLAGS += -Werror
|
|
CPPFLAGS += -I../include
|
|
LIBS = libmtd
|
|
-TARGETS = libmtd.a
|
|
+override TARGETS = libmtd.a
|
|
|
|
include ../common.mk
|
|
|