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 | 1852c92c889f5f64b5377cc4b82f4226cd922ff2 (patch) | |
tree | 82aa4d30560b8fe1fd45dc811401572af3ca44e1 /openwrt/package/Config.in | |
parent | 457e280034ebc01f4ca1e87a4c0c8f2b02b2671f (diff) | |
download | mtk-20170518-1852c92c889f5f64b5377cc4b82f4226cd922ff2.zip mtk-20170518-1852c92c889f5f64b5377cc4b82f4226cd922ff2.tar.gz mtk-20170518-1852c92c889f5f64b5377cc4b82f4226cd922ff2.tar.bz2 |
Add dosfstools package
SVN-Revision: 1608
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 476fb28..4ac9550 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" |