diff options
author | wbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-09-14 15:30:53 +0000 |
---|---|---|
committer | wbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-09-14 15:30:53 +0000 |
commit | c6e1844142debd353a711d6ea0295f0d2c0fe218 (patch) | |
tree | be7307317f63201afe3eb8bccaffea5fa5a3fb35 /openwrt/package/mtd/Config.in | |
parent | 04710b869a2ca712da79f533e40d424f68d345d4 (diff) |
sync with whiterussian
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@1923 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/package/mtd/Config.in')
-rw-r--r-- | openwrt/package/mtd/Config.in | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/openwrt/package/mtd/Config.in b/openwrt/package/mtd/Config.in index 6ddc33be4e..a1b24a9358 100644 --- a/openwrt/package/mtd/Config.in +++ b/openwrt/package/mtd/Config.in @@ -1,7 +1,12 @@ config BR2_PACKAGE_MTD - tristate "mtd - flash utility (always needed)" + tristate "mtd - update utility for trx firmware images" default y help - flash utility for firmware images update. - OpenWrt will not work correctly without it. + update utility for trx firmware images. +config BR2_PACKAGE_MTD_STATIC + tristate "mtd - update utility for trx firmware images (statically linked)" + default n + help + update utility for trx firmware images (statically linked). To update + from other firmware or older OpenWrt releases. |