[Armadeus-commitlog] SF.net SVN: armadeus: [741] trunk
Brought to you by:
sszy
|
From: <ar...@us...> - 2007-12-16 11:57:21
|
Revision: 741
http://armadeus.svn.sourceforge.net/armadeus/?rev=741&view=rev
Author: artemys
Date: 2007-12-16 03:57:25 -0800 (Sun, 16 Dec 2007)
Log Message:
-----------
[ROOTFS] Changed MAJOR of /dev/mmcblkxx
Modified Paths:
--------------
trunk/ChangeLog
trunk/buildroot/target/device/armadeus/rootfs/device_table.txt
Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog 2007-12-16 09:48:06 UTC (rev 740)
+++ trunk/ChangeLog 2007-12-16 11:57:25 UTC (rev 741)
@@ -50,6 +50,7 @@
- [BUILD] Added buildauto target to main Makefile in order to setup automatic builds
- [ROOTFS] Adding of /etc/fb.modes framebuffer config file (used by SDL for example)
- [ROOTFS] Add Bash script to test MMC/SD cards performances
+- [ROOTFS] Changed MAJOR of /dev/mmcblkxx
- Fixed many bugs
Changes in release 2.0 (7 February 2007)
Modified: trunk/buildroot/target/device/armadeus/rootfs/device_table.txt
===================================================================
--- trunk/buildroot/target/device/armadeus/rootfs/device_table.txt 2007-12-16 09:48:06 UTC (rev 740)
+++ trunk/buildroot/target/device/armadeus/rootfs/device_table.txt 2007-12-16 11:57:25 UTC (rev 741)
@@ -179,7 +179,7 @@
/dev/i2c-0 c 666 0 0 89 0
# MMC/SD Devices
-/dev/mmcblk0 b 640 0 0 254 0 0 0 -
-/dev/mmcblk0p b 640 0 0 254 1 1 1 8
+/dev/mmcblk0 b 640 0 0 179 0 0 0 -
+/dev/mmcblk0p b 640 0 0 179 1 1 1 8
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|