diff options
author | Nicolas Thill <nico@openwrt.org> | 2005-08-11 03:08:46 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2005-08-11 03:08:46 +0000 |
commit | 178a57f0ae4d3300f8822ceb72d12e6ee62efccd (patch) | |
tree | 089fd0666314e4e3ace5ed4d448fd6923a0fd694 /package/Config.in | |
parent | eac3b567cdee40a3be435f879669a1205f8b51a0 (diff) | |
download | upstream-178a57f0ae4d3300f8822ceb72d12e6ee62efccd.tar.gz upstream-178a57f0ae4d3300f8822ceb72d12e6ee62efccd.tar.bz2 upstream-178a57f0ae4d3300f8822ceb72d12e6ee62efccd.zip |
Add dosfstools package
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1608 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/Config.in')
-rw-r--r-- | package/Config.in | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/package/Config.in b/package/Config.in index 476fb285e7..4ac95504f6 100644 --- a/package/Config.in +++ b/package/Config.in @@ -157,9 +157,10 @@ source "package/usbutils/Config.in" # lsusb source "package/strace/Config.in" # what are we going to do with both of you -comment "Kernel related ---" -source "package/fuse/Config.in" # kmod-fuse -source "package/shfs/Config.in" # kmod-shfs +comment "FileSystems related ---" +source "package/dosfstools/Config.in" +source "package/fuse/Config.in" +source "package/shfs/Config.in" comment "Bluetooth related" source "package/bluez-libs/Config.in" |