diff options
author | Hamish Moffatt <hamish@cloud.net.au> | 2008-04-08 04:18:11 +0000 |
---|---|---|
committer | Hamish Moffatt <hamish@cloud.net.au> | 2008-04-08 04:18:11 +0000 |
commit | f9bd1cbd32d2084c76671d138ace8888d1e5da1e (patch) | |
tree | 936b1173768b8ecc067de97e4fa0f6b7ac7663ec /package/mtd/Config.in | |
parent | 09351e5814b0ef5cc96f2d0b6fd2859de4927f05 (diff) | |
download | buildroot-novena-f9bd1cbd32d2084c76671d138ace8888d1e5da1e.tar.gz buildroot-novena-f9bd1cbd32d2084c76671d138ace8888d1e5da1e.zip |
Remove configuration item for git commit ID, as our patches are version-specific.
Upgrade to a newer version than the previous default.
Fix parallel compile issue.
Fix issue with quoting of URL.
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 |