diff options
author | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-08-11 03:08:46 +0000 |
---|---|---|
committer | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-08-11 03:08:46 +0000 |
commit | 465a63a6df0fd712b13c4e234cccaa0a803ff9e7 (patch) | |
tree | 82aa4d30560b8fe1fd45dc811401572af3ca44e1 /openwrt/package/Config.in | |
parent | c8baec72b57b07e40b47a20a038299ea00c23f64 (diff) |
Add dosfstools package
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@1608 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/package/Config.in')
-rw-r--r-- | openwrt/package/Config.in | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/openwrt/package/Config.in b/openwrt/package/Config.in index 476fb285e..4ac95504f 100644 --- a/openwrt/package/Config.in +++ b/openwrt/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" |