Skip to content

Commit

Permalink
add init mknod command to untangle-hardware-lanner-u150
Browse files Browse the repository at this point in the history
git-svn-id: https://ut.svn.beanstalkapp.com/ngfw/work/pkgs@41392 8ebf8b4e-06f3-0310-961f-89f74618be54
  • Loading branch information
davidhanatut committed Sep 24, 2015
1 parent e81d227 commit 772e811
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
#! /bin/sh

if [ ! -e '/dev//dev/plcm_drv' ] ; then
mknod /dev/plcm_drv c 248 0
fi


exit 0

0 comments on commit 772e811

Please sign in to comment.