summaryrefslogtreecommitdiff
path: root/openwrt/target/linux/package/Makefile
diff options
context:
space:
mode:
authorwbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-07-20 23:50:51 +0000
committerwbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-07-20 23:50:51 +0000
commit0dc0c1a5f414400723010853f858ef78d11a674d (patch)
tree06ea683c7920b860356b0dff5acf59e93b49ec8d /openwrt/target/linux/package/Makefile
parent5a9ca50d8e237b74b91ffcc9b7eda6ea18efeb6f (diff)
a translucent filesystem
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@1510 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 d1fc25d13b..f34ad9a8a3 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)