summaryrefslogtreecommitdiffstats
path: root/can_samples/init_vcan.sh
diff options
context:
space:
mode:
Diffstat (limited to 'can_samples/init_vcan.sh')
-rwxr-xr-xcan_samples/init_vcan.sh6
1 files changed, 0 insertions, 6 deletions
diff --git a/can_samples/init_vcan.sh b/can_samples/init_vcan.sh
deleted file mode 100755
index 531dd1e1..00000000
--- a/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 vcan0 type vcan
-sudo ip link set up vcan0