--- a/asuswrt-merlin-380.58/release/src-rt-6.x.4708/router/Makefile 2016-03-20 15:45:51.000000000 -0600
+++ b/asuswrt-merlin-380.58/release/src-rt-6.x.4708/router/Makefile 2016-03-22 18:32:04.327682816 -0600
@@ -1789,9 +1789,9 @@
PKG_CONFIG=false ARCH=$(PLATFORM) \
$(MAKE) -C $@ -f Makefile.merlin $(PARALLEL_BUILD) \
IPTABLESPATH=$(TOP)/$(IPTABLES) \
- EXTRACFLAGS="-Os $(EXTRACFLAGS) -idirafter$(KERNEL_HEADER_DIR) -ffunction-sections -fdata-sections" \
- LDFLAGS="$(EXTRALDFLAGS) -ffunction-sections -fdata-sections -Wl,--gc-sections -L$(IPTC_LIBDIR)" \
- LDLIBS="-Wl,--as-needed $(IPTC_LIBS)"
+ EXTRACFLAGS="-Os $(EXTRACFLAGS) -idirafter$(KERNEL_HEADER_DIR) -idirafter$(TOP)/e2fsprogs/lib -ffunction-sections -fdata-sections" \
+ LDFLAGS="$(EXTRALDFLAGS) -ffunction-sections -fdata-sections -Wl,--gc-sections -L$(IPTC_LIBDIR) -L$(TOP)/e2fsprogs/lib" \
+ LDLIBS="-Wl,--as-needed $(IPTC_LIBS) -luuid"
miniupnpd-clean:
-@$(MAKE) -C miniupnpd -f Makefile.merlin clean