diff options
author | John Klug <john.klug@multitech.com> | 2017-05-26 16:43:20 -0500 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2017-05-26 16:43:20 -0500 |
commit | 6fa49b000a41eb919bfceb33051bccbb1cd9ab9b (patch) | |
tree | c58cb9cc184ecad482c928c9accf8bdab6b143d5 | |
parent | e48f0dc21b403b4f34e94c94cb401cbf9a5fd64e (diff) | |
download | meta-multitech-atmel-6fa49b000a41eb919bfceb33051bccbb1cd9ab9b.tar.gz meta-multitech-atmel-6fa49b000a41eb919bfceb33051bccbb1cd9ab9b.tar.bz2 meta-multitech-atmel-6fa49b000a41eb919bfceb33051bccbb1cd9ab9b.zip |
Add mtadm and admin to the mts-hashpwd command
-rw-r--r-- | recipes-bsp/multitech/mts-id-eeprom.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-bsp/multitech/mts-id-eeprom.inc b/recipes-bsp/multitech/mts-id-eeprom.inc index 5bf8076..89fb97a 100644 --- a/recipes-bsp/multitech/mts-id-eeprom.inc +++ b/recipes-bsp/multitech/mts-id-eeprom.inc @@ -8,7 +8,7 @@ INC_PR = "r0" DEPENDS = "mts-io openssl" RDEPENDS_${PN} =+ "bash" -SRCREV = "3f8c91c9cd7f9f36da061057a8445bc5809c22cc" +SRCREV = "c2da95882ea7a4218a4432ee5da8165aa61addfc" SRC_URI = "git://git.multitech.net/mts-id-eeprom.git;protocol=git" S = "${WORKDIR}/git" |