summaryrefslogtreecommitdiffstats
path: root/CAN-binder/can_samples/init_vcan.sh
diff options
context:
space:
mode:
Diffstat (limited to 'CAN-binder/can_samples/init_vcan.sh')
-rwxr-xr-xCAN-binder/can_samples/init_vcan.sh6
1 files changed, 0 insertions, 6 deletions
diff --git a/CAN-binder/can_samples/init_vcan.sh b/CAN-binder/can_samples/init_vcan.sh
deleted file mode 100755
index d016289c..00000000
--- a/CAN-binder/can_samples/init_vcan.sh
+++ /dev/null
@@ -1,6 +0,0 @@
-#!/bin/sh
-# example for setting up vcan0 and modules
-sudo modprobe can
-sudo modprobe vcan
-sudo ip link add dev $1 type vcan
-sudo ip link set up $1