From 8acb1f5adb3b1e919a27f30bb27fe50e2af3381e Mon Sep 17 00:00:00 2001 From: josch Date: Mon, 16 Aug 2010 21:29:29 +0200 Subject: [PATCH] accomodate for udev changes - change NAME to SYMLINK --- pyneo-rootfs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyneo-rootfs.sh b/pyneo-rootfs.sh index f098051..3222d76 100755 --- a/pyneo-rootfs.sh +++ b/pyneo-rootfs.sh @@ -206,7 +206,7 @@ __END__ fi # modem -echo KERNEL==\"s3c2410_serial[0-9]\", NAME=\"ttySAC%n\" > $ROOTDIR/etc/udev/rules.d/51-calypso.rules +echo KERNEL==\"s3c2410_serial[0-9]\", SYMLINK=\"ttySAC%n\" > $ROOTDIR/etc/udev/rules.d/51-calypso.rules # kernel curl http://pyneo.org/downloads/gta0x/zImage-$KERNEL_VER-pyneo.bin > $ROOTDIR/boot/zImage-$KERNEL_VER-pyneo.bin ln -s zImage-$KERNEL_VER-pyneo.bin $ROOTDIR/boot/uImage-GTA01.bin