diff options
author | Nicolas Thill <nico@openwrt.org> | 2005-04-09 02:33:36 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2005-04-09 02:33:36 +0000 |
commit | bd52fca8edcd4a0dbc3dde95442cb2ef79c6b052 (patch) | |
tree | e69d349c5b5f0c0eac14696e12e73d12ae303504 /package/Config.in | |
parent | 6b62c9b211655c184064e28f19b8315cc6ee4233 (diff) | |
download | upstream-bd52fca8edcd4a0dbc3dde95442cb2ef79c6b052.tar.gz upstream-bd52fca8edcd4a0dbc3dde95442cb2ef79c6b052.tar.bz2 upstream-bd52fca8edcd4a0dbc3dde95442cb2ef79c6b052.zip |
Enable fuse and shfs packages
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@595 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/Config.in')
-rw-r--r-- | package/Config.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package/Config.in b/package/Config.in index 7a04669c6f..8f73369da9 100644 --- a/package/Config.in +++ b/package/Config.in @@ -45,6 +45,7 @@ source "package/bwm/Config.in" source "package/ntpclient/Config.in" source "package/radvd/Config.in" source "package/openswan/Config.in" +source "package/shfs/Config.in" comment "Libraries" source "package/zlib/Config.in" @@ -61,6 +62,7 @@ source "package/popt/Config.in" source "package/libnet/Config.in" source "package/mysql/Config.in" source "package/postgresql/Config.in" +source "package/fuse/Config.in" endmenu |