Ensure i2c is read/write

This commit is contained in:
Bob Mottram 2014-04-11 08:12:31 +01:00
parent cbd1a5e90b
commit a3f20ac648
1 changed files with 1 additions and 0 deletions

View File

@ -530,6 +530,7 @@ DEVICE=/dev/hashletrng
# create a device
if [ ! -e ${DEVICE} ]; then
chmod o+rw /dev/i2c*
mknod ${DEVICE} p
fi