diff options
author | Waldemar Brodkorb <mail@waldemar-brodkorb.de> | 2005-09-03 22:20:58 +0000 |
---|---|---|
committer | Waldemar Brodkorb <mail@waldemar-brodkorb.de> | 2005-09-03 22:20:58 +0000 |
commit | 344fd2fbd591412e85efc5d70a3328f3ec1914e0 (patch) | |
tree | 543acd1c3285a8be6bd33bf3dac34c4033295f95 /openwrt | |
parent | 1c8bd7988521e82ec9dc6dfce64a8de4b1cbe370 (diff) | |
download | mtk-20170518-344fd2fbd591412e85efc5d70a3328f3ec1914e0.zip mtk-20170518-344fd2fbd591412e85efc5d70a3328f3ec1914e0.tar.gz mtk-20170518-344fd2fbd591412e85efc5d70a3328f3ec1914e0.tar.bz2 |
add some info that it should always be used
SVN-Revision: 1840
Diffstat (limited to 'openwrt')
-rw-r--r-- | openwrt/package/mtd/Config.in | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/openwrt/package/mtd/Config.in b/openwrt/package/mtd/Config.in index df0b9bf..6ddc33b 100644 --- a/openwrt/package/mtd/Config.in +++ b/openwrt/package/mtd/Config.in @@ -1,6 +1,7 @@ config BR2_PACKAGE_MTD - tristate "mtd - update utility for trx firmware images" + tristate "mtd - flash utility (always needed)" default y help - update utility for trx firmware images. + flash utility for firmware images update. + OpenWrt will not work correctly without it. |