--- /dev/null
+# This file does not exist. Please do not ask the debian maintainer about it.
+# You may use it to do strange and wonderful things, at your risk.
+
+# The new RTC class does not create the /dev/rtc symlink, and udev rules don't get run for built-in modules.
+# So it looks like we have to do this here for the moment, until someone comes up with a better idea ...
+L rtc rtc0
LICENSE = "GPL"
DEPENDS = "base-files devio"
RDEPENDS = "busybox devio"
-PR = "r44"
+PR = "r45"
SRC_URI = "file://linuxrc \
file://boot/flash \
file://turnup \
file://reflash \
file://modprobe.conf \
+ file://links.conf \
file://leds.h \
file://leds.c \
"
${D}${sysconfdir}/default \
${D}${sysconfdir}/init.d \
${D}${sysconfdir}/modutils \
+ ${D}${sysconfdir}/udev \
${D}${sbindir} \
${D}${base_sbindir} \
${D}/initrd \
install -m 0755 initscripts/$s ${D}${sysconfdir}/init.d/
done
+ #
+ # Udev configuration files
+ install -m 0644 links.conf ${D}${sysconfdir}/udev
+
#
# Boot scripts
for p in ${BOOTSCRIPTS}