summaryrefslogtreecommitdiff
path: root/openwrt/rhctl/files
diff options
context:
space:
mode:
authorChristian Pointner <equinox@helsinki.at>2013-09-16 17:28:10 (GMT)
committerChristian Pointner <equinox@helsinki.at>2013-09-16 17:28:10 (GMT)
commit21e360a48f963eeddc86dd913b85836734c454c4 (patch)
treef5224aa315b1d215974dc5737ac807f21509d80c /openwrt/rhctl/files
parentc5ecd44e7073027eb8ce6ec0ec5ff8456be77552 (diff)
updated openwrt package
Diffstat (limited to 'openwrt/rhctl/files')
-rw-r--r--openwrt/rhctl/files/udev.init25
-rw-r--r--openwrt/rhctl/files/udev.rules7
2 files changed, 0 insertions, 32 deletions
diff --git a/openwrt/rhctl/files/udev.init b/openwrt/rhctl/files/udev.init
deleted file mode 100644
index 76796fe..0000000
--- a/openwrt/rhctl/files/udev.init
+++ /dev/null
@@ -1,25 +0,0 @@
-#!/bin/sh /etc/rc.common
-START=69
-
-BIN=udevd
-DAEMON=/sbin/$BIN
-TRIGGER=/sbin/udevtrigger
-SETTLE=/sbin/udevsettle
-OPTIONS="--daemon"
-DESC=$BIN
-
-start() {
- echo -n "Starting $DESC:"
- $DAEMON $OPTIONS
- echo -n " triggering .. "
- $TRIGGER
- echo -n " wait for settle"
- $SETTLE
- echo " ."
-}
-
-stop() {
- echo -n "Stopping $DESC:"
- killall $BIN
- echo " ."
-}
diff --git a/openwrt/rhctl/files/udev.rules b/openwrt/rhctl/files/udev.rules
deleted file mode 100644
index 1723ace..0000000
--- a/openwrt/rhctl/files/udev.rules
+++ /dev/null
@@ -1,7 +0,0 @@
-# rhctl usb-serial rules
-#
-
-SUBSYSTEMS=="usb", KERNEL=="ttyUSB*", ATTRS{serial}=="ftE2BB18", SYMLINK+="ttyMaster"
-SUBSYSTEMS=="usb", KERNEL=="ttyUSB*", ATTRS{serial}=="ftE2BI9E", SYMLINK+="ttyHeartbeat"
-SUBSYSTEMS=="usb", KERNEL=="ttyUSB*", ATTRS{serial}=="ftE27L3P", SYMLINK+="ttyStandby"
-SUBSYSTEMS=="usb-serial", KERNELS=="ttyUSB*", DRIVERS=="pl2303", SYMLINK+="audioswitch"