blob: 5420dff5611c3ea683266071882ca56feb8bf0fe (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
config BR2_PACKAGE_MTD
prompt "mtd............................... Update utility for trx firmware images"
tristate
default y
help
Update utility for trx firmware images.
config BR2_PACKAGE_MTD_STATIC
prompt "mtd-static........................ Update utility for trx firmware images (statically linked)"
tristate
default n
help
Update utility for trx firmware images (statically linked). To update
from other firmware or older OpenWrt releases.
|