From 1fbccc9f08d76704c6f359fbdab908944208eee4 Mon Sep 17 00:00:00 2001 From: Bart Van Der Meerssche Date: Thu, 24 Mar 2011 22:00:05 +0100 Subject: [PATCH] [openwrt] remove the spidev chmod from rc.local --- mote/v2/openwrt/files/etc/rc.local | 2 -- 1 file changed, 2 deletions(-) diff --git a/mote/v2/openwrt/files/etc/rc.local b/mote/v2/openwrt/files/etc/rc.local index ff23f53..584da98 100644 --- a/mote/v2/openwrt/files/etc/rc.local +++ b/mote/v2/openwrt/files/etc/rc.local @@ -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