diff options
author | Khem Raj <raj.khem@gmail.com> | 2009-02-21 15:41:08 -0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2009-02-21 15:41:08 -0800 |
commit | 0773447006cd2aa0b2c3ac364ce6e1c151215087 (patch) | |
tree | 625cc9e19b9e608492f6c5e8789882a756784ee5 /packages/dsplink/files/loadmodules-ti-dsplink-apps.sh | |
parent | 36d3e3dfc03b4dee70c0a804d2045f3f0ba3234d (diff) | |
parent | dcbeaf393bed4d0b7071c100bf9e5d92ad3c20c5 (diff) |
Merge branch 'org.openembedded.dev' of git@git.openembedded.net:openembedded into org.openembedded.dev
Diffstat (limited to 'packages/dsplink/files/loadmodules-ti-dsplink-apps.sh')
-rwxr-xr-x | packages/dsplink/files/loadmodules-ti-dsplink-apps.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/dsplink/files/loadmodules-ti-dsplink-apps.sh b/packages/dsplink/files/loadmodules-ti-dsplink-apps.sh index c93b637867..9cfb19d5c1 100755 --- a/packages/dsplink/files/loadmodules-ti-dsplink-apps.sh +++ b/packages/dsplink/files/loadmodules-ti-dsplink-apps.sh @@ -21,5 +21,5 @@ awk '/MemTotal:/ { 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 |