Merge pull request #916 from marineam/nokexec

update_engine: support disabling kexec on any platform
This commit is contained in:
Michael Marineau 2014-10-13 11:08:14 -07:00
commit 1ca106674c
2 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ CROS_WORKON_REPO="git://github.com"
if [[ "${PV}" == 9999 ]]; then
KEYWORDS="~amd64 ~arm ~x86"
else
CROS_WORKON_COMMIT="d83444333380f2f62eb977732761db6b8448f39b"
CROS_WORKON_COMMIT="d7586dcccbe4370f2e10c09cebeead181dcea306"
KEYWORDS="amd64 arm x86"
fi