linux-openmoko-devel git compile ext2fs into kernel to ease booting from SD
authorMichael Lauer <mickey@vanille-media.de>
Sun, 20 Jul 2008 21:49:07 +0000 (21:49 +0000)
committerMichael Lauer <mickey@vanille-media.de>
Sun, 20 Jul 2008 21:49:07 +0000 (21:49 +0000)
packages/linux/linux-openmoko-devel/defconfig-oe
packages/linux/linux-openmoko-devel_git.bb

index 1741cba..c4d80f6 100644 (file)
@@ -1484,7 +1484,7 @@ CONFIG_RTC_DRV_S3C=m
 #
 # File systems
 #
-CONFIG_EXT2_FS=m
+CONFIG_EXT2_FS=y
 # CONFIG_EXT2_FS_XATTR is not set
 # CONFIG_EXT2_FS_XIP is not set
 CONFIG_EXT3_FS=y
index f8a315f..24ff29d 100644 (file)
@@ -9,7 +9,7 @@ KERNEL_VERSION = "${KERNEL_RELEASE}"
 
 # If you use a rc, you will need to use this:
 PV = "${KERNEL_RELEASE}+gitr${SRCREV}"
-PR = "r2"
+PR = "r3"
 
 KERNEL_IMAGETYPE = "uImage"
 UBOOT_ENTRYPOINT = "30008000"