[openwrt] remove the spidev chmod from rc.local

This commit is contained in:
Bart Van Der Meerssche 2011-03-24 22:00:05 +01:00
parent 8e0f9f150f
commit 1fbccc9f08
1 changed files with 0 additions and 2 deletions

View File

@ -3,7 +3,5 @@
# set the wifi led pin (=GPIO 7) direction to output
gpioctl dirout 7
# set rw permissions for spidev
chmod 666 /dev/spidev0.0
exit 0