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/dosfstools/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/dosfstools/Config.in')
-rw-r--r-- | package/dosfstools/Config.in | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/package/dosfstools/Config.in b/package/dosfstools/Config.in new file mode 100644 index 0000000000..9f731e7120 --- /dev/null +++ b/package/dosfstools/Config.in @@ -0,0 +1,10 @@ +config BR2_PACKAGE_DOSFSTOOLS + tristate "dosfstools - Utilities to create and check MS-DOS FAT filesystems" +# default m if CONFIG_DEVEL + default n + help + Utilities to create and check MS-DOS FAT filesystems. + + ftp://ftp.uni-erlangen.de:/pub/Linux/LOCAL/dosfstools/ + + |