http://downloads.netgear.com/files/GPL/GPL_Source_V361j_DM111PSP_series_consumer_rele...
[bcm963xx.git] / targets / makeDevs
index 003b19c..45803dd 100755 (executable)
@@ -1,17 +1,19 @@
 #!/bin/bash
 
 #****************************************************************************
-#
-#  Copyright (c) 2001, 2002  Broadcom Corporation
-#  All Rights Reserved
-#  No portions of this material may be reproduced in any form without the
-#  written permission of:
-#          Broadcom Corporation
-#          16251 Laguna Canyon Road
-#          Irvine, California 92618
-#  All information contained in this document is Broadcom Corporation
-#  company private, proprietary, and trade secret.
-#
+# <:copyright-gpl
+# Copyright 2004 Broadcom Corp. All Rights Reserved.
+# This program is free software; you can distribute it and/or modify it
+# under the terms of the GNU General Public License (Version 2) as
+# published by the Free Software Foundation.
+# This program is distributed in the hope it will be useful, but WITHOUT
+# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
+# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
+# for more details.
+# You should have received a copy of the GNU General Public License along
+# with this program; if not, write to the Free Software Foundation, Inc.,
+# 59 Temple Place - Suite 330, Boston MA 02111-1307, USA.
+# :>
 #****************************************************************************
 
 ROOTFS=$PROFILE/fs
@@ -36,7 +38,11 @@ mknod $ROOTFS/dev/tty c 5 0
 mknod $ROOTFS/dev/console c 5 1
 mknod $ROOTFS/dev/ptmx c 5 2
 mknod $ROOTFS/dev/ppp c 108 0
-mknod $ROOTFS/dev/printer0 c 180 0
+
+#Paul porting from 2.21.5, 7/24/2006
+mknod $ROOTFS/dev/usb/lp0 c 180 0
+#mknod $ROOTFS/dev/printer0 c 180 0
+
 mknod $ROOTFS/dev/urandom c 1 9
 
 # Create Broadcom specific devices