fix ar7 image builder
[openwrt.git] / openwrt / package / mtd / Config.in
index 6ddc33b..5420dff 100644 (file)
@@ -1,7 +1,15 @@
 config BR2_PACKAGE_MTD
-       tristate "mtd - flash utility (always needed)"
+       prompt "mtd............................... Update utility for trx firmware images"
+       tristate
        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
+       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.
 
This page took 0.025275 seconds and 4 git commands to generate.