diff options
author | "Steven J. Hill" <sjhill@realitydiluted.com> | 2007-01-14 01:01:07 +0000 |
---|---|---|
committer | "Steven J. Hill" <sjhill@realitydiluted.com> | 2007-01-14 01:01:07 +0000 |
commit | d67d790dd17b8a0e13aabed13f302cfde9cc3057 (patch) | |
tree | 7e4c0a60bde7a32546ab79b34ec914c738db29c5 /package/mtd/Config.in | |
parent | 0a4b6a3bc7e9f325efbf8f3b01e90c762172e7d7 (diff) |
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.in | 7 |
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 |