|
From: <abe...@us...> - 2011-11-02 15:54:44
|
Revision: 5244
http://astlinux.svn.sourceforge.net/astlinux/?rev=5244&view=rev
Author: abelbeck
Date: 2011-11-02 15:54:37 +0000 (Wed, 02 Nov 2011)
Log Message:
-----------
rc.modules, all boards should modprobe 'rtc', it seems to get modprobe'ed anyway and our device table defines /dev/rtc before udevd, anyway to be consistant
Modified Paths:
--------------
branches/1.0/project/astlinux/board/geni586/target_skeleton/etc/rc.modules
branches/1.0/project/astlinux/board/geni586-serial/target_skeleton/etc/rc.modules
branches/1.0/project/astlinux/board/via/target_skeleton/etc/rc.modules
branches/1.0/project/astlinux/board/via-serial/target_skeleton/etc/rc.modules
branches/1.0/project/astlinux/board/viac7/target_skeleton/etc/rc.modules
branches/1.0/project/astlinux/board/viac7-serial/target_skeleton/etc/rc.modules
Modified: branches/1.0/project/astlinux/board/geni586/target_skeleton/etc/rc.modules
===================================================================
--- branches/1.0/project/astlinux/board/geni586/target_skeleton/etc/rc.modules 2011-11-01 17:34:54 UTC (rev 5243)
+++ branches/1.0/project/astlinux/board/geni586/target_skeleton/etc/rc.modules 2011-11-02 15:54:37 UTC (rev 5244)
@@ -1,5 +1,5 @@
# These modules get modprobe'd when the system starts up.
-#rtc
+rtc
#Comment out the modules you don't need, and change the order to
#move eth0 to eth1, etc.
#Ethernet support
Modified: branches/1.0/project/astlinux/board/geni586-serial/target_skeleton/etc/rc.modules
===================================================================
--- branches/1.0/project/astlinux/board/geni586-serial/target_skeleton/etc/rc.modules 2011-11-01 17:34:54 UTC (rev 5243)
+++ branches/1.0/project/astlinux/board/geni586-serial/target_skeleton/etc/rc.modules 2011-11-02 15:54:37 UTC (rev 5244)
@@ -1,5 +1,5 @@
# These modules get modprobe'd when the system starts up.
-#rtc
+rtc
#Comment out the modules you don't need, and change the order to
#move eth0 to eth1, etc.
#Ethernet support
Modified: branches/1.0/project/astlinux/board/via/target_skeleton/etc/rc.modules
===================================================================
--- branches/1.0/project/astlinux/board/via/target_skeleton/etc/rc.modules 2011-11-01 17:34:54 UTC (rev 5243)
+++ branches/1.0/project/astlinux/board/via/target_skeleton/etc/rc.modules 2011-11-02 15:54:37 UTC (rev 5244)
@@ -1,5 +1,5 @@
# These modules get modprobe'd when the system starts up.
-#rtc
+rtc
#Comment out the modules you don't need, and change the order to
#move eth0 to eth1, etc.
#Ethernet support
Modified: branches/1.0/project/astlinux/board/via-serial/target_skeleton/etc/rc.modules
===================================================================
--- branches/1.0/project/astlinux/board/via-serial/target_skeleton/etc/rc.modules 2011-11-01 17:34:54 UTC (rev 5243)
+++ branches/1.0/project/astlinux/board/via-serial/target_skeleton/etc/rc.modules 2011-11-02 15:54:37 UTC (rev 5244)
@@ -1,5 +1,5 @@
# These modules get modprobe'd when the system starts up.
-#rtc
+rtc
#Comment out the modules you don't need, and change the order to
#move eth0 to eth1, etc.
#Ethernet support
Modified: branches/1.0/project/astlinux/board/viac7/target_skeleton/etc/rc.modules
===================================================================
--- branches/1.0/project/astlinux/board/viac7/target_skeleton/etc/rc.modules 2011-11-01 17:34:54 UTC (rev 5243)
+++ branches/1.0/project/astlinux/board/viac7/target_skeleton/etc/rc.modules 2011-11-02 15:54:37 UTC (rev 5244)
@@ -1,5 +1,5 @@
# These modules get modprobe'd when the system starts up.
-#rtc
+rtc
#Comment out the modules you don't need, and change the order to
#move eth0 to eth1, etc.
#Ethernet support
Modified: branches/1.0/project/astlinux/board/viac7-serial/target_skeleton/etc/rc.modules
===================================================================
--- branches/1.0/project/astlinux/board/viac7-serial/target_skeleton/etc/rc.modules 2011-11-01 17:34:54 UTC (rev 5243)
+++ branches/1.0/project/astlinux/board/viac7-serial/target_skeleton/etc/rc.modules 2011-11-02 15:54:37 UTC (rev 5244)
@@ -1,5 +1,5 @@
# These modules get modprobe'd when the system starts up.
-#rtc
+rtc
#Comment out the modules you don't need, and change the order to
#move eth0 to eth1, etc.
#Ethernet support
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|