summaryrefslogtreecommitdiff
path: root/openwrt/target/linux/package/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <mail@waldemar-brodkorb.de>2005-07-20 23:50:51 +0000
committerWaldemar Brodkorb <mail@waldemar-brodkorb.de>2005-07-20 23:50:51 +0000
commit7d3bce4429bcfc0b8535c20bfd014c35fc5bdbc6 (patch)
tree06ea683c7920b860356b0dff5acf59e93b49ec8d /openwrt/target/linux/package/Makefile
parent55d5deb1c2d407b44833fa3c20200d056c0b0be6 (diff)
downloadmtk-20170518-7d3bce4429bcfc0b8535c20bfd014c35fc5bdbc6.zip
mtk-20170518-7d3bce4429bcfc0b8535c20bfd014c35fc5bdbc6.tar.gz
mtk-20170518-7d3bce4429bcfc0b8535c20bfd014c35fc5bdbc6.tar.bz2
a translucent filesystem
SVN-Revision: 1510
Diffstat (limited to 'openwrt/target/linux/package/Makefile')
-rw-r--r--openwrt/target/linux/package/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/openwrt/target/linux/package/Makefile b/openwrt/target/linux/package/Makefile
index d1fc25d..f34ad9a 100644
--- a/openwrt/target/linux/package/Makefile
+++ b/openwrt/target/linux/package/Makefile
@@ -2,6 +2,7 @@
include $(TOPDIR)/rules.mk
package-$(BR2_PACKAGE_KMOD_FUSE) += fuse
+package-$(BR2_PACKAGE_KMOD_MINI_FO) += mini_fo
package-$(BR2_PACKAGE_KMOD_SHFS) += shfs
package-$(BR2_PACKAGE_KMOD_OPENSWAN) += openswan
ifeq ($(LINUX_VERSION),2.4.30)