wok-current rev 16502
python-rpi-pyglow: fix typo
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Thu Apr 24 03:05:04 2014 +0200 (2014-04-24) |
parents | 15ca25f3bd4b |
children | a6049658b2aa |
files | python-rpi-pyglow/stuff/pyglow |
line diff
1.1 --- a/python-rpi-pyglow/stuff/pyglow Thu Apr 24 02:32:31 2014 +0200 1.2 +++ b/python-rpi-pyglow/stuff/pyglow Thu Apr 24 03:05:04 2014 +0200 1.3 @@ -6,7 +6,7 @@ 1.4 ex="/usr/share/pyglow" 1.5 1.6 # Make sure we have i2c-dev module loaded 1.7 -if ! lsmod | fgrep -q 'iec_dev'; then 1.8 +if ! lsmod | fgrep -q 'i2c_dev'; then 1.9 modprobe i2c-dev 1.10 fi 1.11