blob: a1b24a93588bf49133978dedae1cf1d339fe5a7c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
config BR2_PACKAGE_MTD
tristate "mtd - update utility for trx firmware images"
default y
help
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.
|