summaryrefslogtreecommitdiffstats
path: root/package/mtd/Config.in
diff options
context:
space:
mode:
author"Steven J. Hill"2007-01-14 02:01:07 +0100
committer"Steven J. Hill"2007-01-14 02:01:07 +0100
commitd67d790dd17b8a0e13aabed13f302cfde9cc3057 (patch)
tree7e4c0a60bde7a32546ab79b34ec914c738db29c5 /package/mtd/Config.in
parentUpgrade to udev-101. We also create and init script that actually works and h... (diff)
downloadbuildroot-d67d790dd17b8a0e13aabed13f302cfde9cc3057.tar.gz
buildroot-d67d790dd17b8a0e13aabed13f302cfde9cc3057.tar.xz
buildroot-d67d790dd17b8a0e13aabed13f302cfde9cc3057.zip
Correct spelling error and config option to create symlinks for old naming of MTD utilities. Also add in LDFLAGS and such to building with external toolchains.
Diffstat (limited to 'package/mtd/Config.in')
-rw-r--r--package/mtd/Config.in7
1 files changed, 6 insertions, 1 deletions
diff --git a/package/mtd/Config.in b/package/mtd/Config.in
index d38ab2348..582082d4b 100644
--- a/package/mtd/Config.in
+++ b/package/mtd/Config.in
@@ -57,7 +57,7 @@ config BR2_PACKAGE_MTD_FLASH_INFO
depends on BR2_PACKAGE_MTD
config BR2_PACKAGE_MTD_FLASH_LOCK
- bool "flash_loco"
+ bool "flash_lock"
default y
depends on BR2_PACKAGE_MTD
@@ -71,6 +71,11 @@ config BR2_PACKAGE_MTD_FLASHCP
default y
depends on BR2_PACKAGE_MTD
+config BR2_PACKAGE_MTD_ERASE
+ bool "erase"
+ default y
+ depends on BR2_PACKAGE_MTD
+
config BR2_PACKAGE_MTD_JFFS2DUMP
bool "jffs2dump"
default y