mirror of
https://github.com/optim-enterprises-bv/openwrt-ipq.git
synced 2025-11-26 19:25:13 +00:00
12 lines
331 B
Diff
12 lines
331 B
Diff
--- a/Makefile
|
|
+++ b/Makefile
|
|
@@ -67,8 +67,6 @@ $(BUILDDIR)/jffs2reader: $(BUILDDIR)/jff
|
|
LDFLAGS_jffs2reader = $(ZLIBLDFLAGS) $(LZOLDFLAGS)
|
|
LDLIBS_jffs2reader = -lz -llzo2
|
|
|
|
-$(BUILDDIR)/lib/libmtd.a: subdirs_lib_all ;
|
|
-
|
|
install:: ${TARGETS}
|
|
mkdir -p ${DESTDIR}/${SBINDIR}
|
|
install -m 0755 ${TARGETS} ${DESTDIR}/${SBINDIR}/
|