diff options
author | John Voltz <john.voltz@gmail.com> | 2008-04-24 13:26:25 +0000 |
---|---|---|
committer | John Voltz <john.voltz@gmail.com> | 2008-04-24 13:26:25 +0000 |
commit | bc308ce68d21f6da8fe86a1e74858d4a64cc4c25 (patch) | |
tree | 56c81cb866d1e20fd95d587eb0236ffc1a342f02 /package/mtd/Config.in | |
parent | 09aa3b987c334faf752999388f0c992892d268e6 (diff) |
add selectable commit id to mtd-utils
Diffstat (limited to 'package/mtd/Config.in')
-rw-r--r-- | package/mtd/Config.in | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/package/mtd/Config.in b/package/mtd/Config.in index 7e43ac3c5..6013a8ff4 100644 --- a/package/mtd/Config.in +++ b/package/mtd/Config.in @@ -37,6 +37,18 @@ 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 |