summaryrefslogtreecommitdiff
path: root/packages/dsplink/files/loadmodules-ti-dmai-apps.sh
diff options
context:
space:
mode:
authorRoger Monk <r-monk@ti.com>2009-02-21 00:20:37 +0000
committerKoen Kooi <koen@openembedded.org>2009-02-21 11:11:03 +0100
commitdef6b6c43d06c72846ace18f619dc3c625bb813c (patch)
tree2e7978b36dcfbc1742ab2d508ebcd002f33588e6 /packages/dsplink/files/loadmodules-ti-dmai-apps.sh
parent7fb50539fbb2d619951ad35b72e4d5c1503ee80c (diff)
dsplink: Added class device create support to dsplink to allow udev to create the device node.
* Removed awk/manual devnode creation/deletion from load/unload scripts. * Bump PR Signed-off-by: Koen Kooi <koen@openembedded.org>
Diffstat (limited to 'packages/dsplink/files/loadmodules-ti-dmai-apps.sh')
-rwxr-xr-xpackages/dsplink/files/loadmodules-ti-dmai-apps.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/dsplink/files/loadmodules-ti-dmai-apps.sh b/packages/dsplink/files/loadmodules-ti-dmai-apps.sh
index af4cef9f3f..7120b74483 100755
--- a/packages/dsplink/files/loadmodules-ti-dmai-apps.sh
+++ b/packages/dsplink/files/loadmodules-ti-dmai-apps.sh
@@ -29,8 +29,8 @@ modprobe cmemk phys_start=0x85800000 phys_end=0x86800000 pools=20x4096,8x131072,
modprobe dsplinkk
# make /dev/dsplink
-rm -f /dev/dsplink
-mknod /dev/dsplink c `awk "\\$2==\"dsplink\" {print \\$1}" /proc/devices` 0
+#rm -f /dev/dsplink
+#mknod /dev/dsplink c `awk "\\$2==\"dsplink\" {print \\$1}" /proc/devices` 0
# insert Local Power Manager driver
#