diff options
author | John Voltz <john.voltz@gmail.com> | 2008-04-24 14:24:02 +0000 |
---|---|---|
committer | John Voltz <john.voltz@gmail.com> | 2008-04-24 14:24:02 +0000 |
commit | 17e3358c6d4e92cec165447de6dc3150ad631b3a (patch) | |
tree | 6edda1b7080033f7c3b3c81030edca06d9f804c1 /package/mtd/Config.in | |
parent | 5ecb9d616b76c63b5aafe1e5f200176c344a8648 (diff) | |
download | buildroot-novena-17e3358c6d4e92cec165447de6dc3150ad631b3a.tar.gz buildroot-novena-17e3358c6d4e92cec165447de6dc3150ad631b3a.zip |
revert 21840
Diffstat (limited to 'package/mtd/Config.in')
-rw-r--r-- | package/mtd/Config.in | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/package/mtd/Config.in b/package/mtd/Config.in index 6013a8ff4..7e43ac3c5 100644 --- a/package/mtd/Config.in +++ b/package/mtd/Config.in @@ -37,18 +37,6 @@ config BR2_PACKAGE_MTD_UTILS_GIT endchoice -config BR2_PACKAGE_MTD_UTILS_GIT_COMMIT_ID - string "Commit ID to use" - default "e6088d987c545d60a86e1f44836ab8ba072fffd9" - depends on BR2_PACKAGE_MTD_UTILS_GIT - help - If you wish to use the mtd-utils.git tree as of a specific - commit, you can enter the commit ID here (for example, - e6088d987c545d60a86e1f44836ab8ba072fffd9). - - Alternatively you can specify HEAD. Note that the current - HEAD will be downloaded but won't be tracked when it changes. - comment "MTD tools selection" depends BR2_PACKAGE_MTD |