From d5dbff4009ce13fc2cd01dab84420ef2358bfd5f Mon Sep 17 00:00:00 2001 From: Christian Gromm Date: Wed, 14 Dec 2016 11:04:52 +0100 Subject: src: unicens: update scripts This patch updates loadDriver.sh and adds the i2c-uda1388-v2.3.script. Additionally, not used scripts are removed. Change-Id: Id4e245187d8e2d7b0db26db4fe573c1b667ba682 Signed-off-by: Christian Gromm --- scripts/loadDriver.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'scripts/loadDriver.sh') diff --git a/scripts/loadDriver.sh b/scripts/loadDriver.sh index 2993614..f55fdde 100755 --- a/scripts/loadDriver.sh +++ b/scripts/loadDriver.sh @@ -5,9 +5,9 @@ then echo Warning you are not root, expect problems! fi -if [ -d /home/pi/appsteam/trunk/LinuxDriver ] +if [ -d /lib/modules/3.10.31-ltsi/extra ] then - cd /home/pi/appsteam/trunk/LinuxDriver + cd /lib/modules/3.10.31-ltsi/extra/ echo Switched to folder:$(pwd) else echo Searching driver in folder:$(pwd) -- cgit 1.2.3-korg