Issue in RTC - hwclock

Rafael
Hello! I want to set the time of the board to my local time. The board is
running a LFS, and when I try to run hwclock, it returns a message saying:

hwclock: can't open '/dev/misc/rtc': No such file or directory

I'm using the kernel 2.6.32.2 found in the Downloads page. I searched the
system, and the only ocurrences of 'rtc' were:

/dev/rtc
/sys/devices/platform/s3c2410-rtc/rtc
/sys/class/rtc
/proc/driver/rtc

I created a symbolic link to /dev/rtc in /dev/misc/rtc, but the hwclock
says:

hwclock: can't open '/dev/misc/rtc': No such device

Can anyone help me?

open-nandra
If you created /dev node with correct minor and major number then use:
hwclock -f /dev/rtc <substitute with your name>

marek