aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/package/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openwrt.org>2005-07-20 23:50:51 +0000
committerWaldemar Brodkorb <wbx@openwrt.org>2005-07-20 23:50:51 +0000
commitcd71d57db2fc5671ae3612f1da6bdf58bafba5a4 (patch)
treeda422a15f53ce58ff886fa002c5c31533f0812bb /target/linux/package/Makefile
parent7f2630a2a6fbe31603f6295503ead25a9d89ee97 (diff)
downloadmaster-187ad058-cd71d57db2fc5671ae3612f1da6bdf58bafba5a4.tar.gz
master-187ad058-cd71d57db2fc5671ae3612f1da6bdf58bafba5a4.tar.bz2
master-187ad058-cd71d57db2fc5671ae3612f1da6bdf58bafba5a4.zip
a translucent filesystem
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1510 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/package/Makefile')
-rw-r--r--target/linux/package/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/package/Makefile b/target/linux/package/Makefile
index d1fc25d13b..f34ad9a8a3 100644
--- a/target/linux/package/Makefile
+++ b/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)