, is
added too.
Signed-off-by: Michal Heppler
Index: libs/libirman/Makefile
===
--- libs/libirman/Makefile (revision 0)
+++ libs/libirman/Makefile (working copy)
@@ -0,0 +1,38 @@
+include $(TOPDIR)/rules.mk
+
+PKG_NAME
> openwrt-devel@lists.openwrt.org
> https://lists.openwrt.org/mailman/listinfo/openwrt-devel
Signed-off-by: Michal Heppler
---
Index: package/kernel/modules/lib.mk
===
--- package/kernel/modules/lib.mk (revision 32341)
+++
Hello,
I want use btrfs on my TP-Link router. so I compilled btrfs support as module
and kernel module was not loadable because of missing dependency... There was
missing zlib_inflate.ko module...
Here is patch, which is fixing this.
--Michal Heppler
Signed-off-by: Michal Heppler
---
Index