diff options
author | wbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-07-20 23:50:51 +0000 |
---|---|---|
committer | wbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-07-20 23:50:51 +0000 |
commit | 85c3d0af359fafa1bdc4fdfd0c6ff299491ac1b4 (patch) | |
tree | da422a15f53ce58ff886fa002c5c31533f0812bb /target/linux/package/Makefile | |
parent | 931c7341682d90f58b6f918be57e10283b4e2072 (diff) |
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/Makefile | 1 |
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) |