aboutsummaryrefslogtreecommitdiffstats
path: root/package/Config.in
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2005-08-11 03:08:46 +0000
committerNicolas Thill <nico@openwrt.org>2005-08-11 03:08:46 +0000
commit178a57f0ae4d3300f8822ceb72d12e6ee62efccd (patch)
tree089fd0666314e4e3ace5ed4d448fd6923a0fd694 /package/Config.in
parenteac3b567cdee40a3be435f879669a1205f8b51a0 (diff)
downloadupstream-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.in7
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"