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/dosfstools/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/dosfstools/Config.in')
-rw-r--r-- | openwrt/package/dosfstools/Config.in | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/openwrt/package/dosfstools/Config.in b/openwrt/package/dosfstools/Config.in new file mode 100644 index 0000000..9f731e7 --- /dev/null +++ b/openwrt/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/ + + |