diff options
author | mirko <mirko@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2008-12-12 11:58:53 +0000 |
---|---|---|
committer | mirko <mirko@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2008-12-12 11:58:53 +0000 |
commit | fc54b9bf158eea9cae647ce2c58f7d9989af173a (patch) | |
tree | 54644c1229434d7ee13c5872bda4129e34337fc0 /target/linux/s3c24xx/patches-2.6.24/1237-defconfig-enable-ext2-ext3-gtaxx.patch.patch | |
parent | d9f49b62b28ebd245587854efa484974d90debbf (diff) |
changed Makefile and profiles, added patches for kernel 2.6.24
(stable-branch of Openmoko)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13613 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/s3c24xx/patches-2.6.24/1237-defconfig-enable-ext2-ext3-gtaxx.patch.patch')
-rw-r--r-- | target/linux/s3c24xx/patches-2.6.24/1237-defconfig-enable-ext2-ext3-gtaxx.patch.patch | 54 |
1 files changed, 54 insertions, 0 deletions
diff --git a/target/linux/s3c24xx/patches-2.6.24/1237-defconfig-enable-ext2-ext3-gtaxx.patch.patch b/target/linux/s3c24xx/patches-2.6.24/1237-defconfig-enable-ext2-ext3-gtaxx.patch.patch new file mode 100644 index 000000000..8343db6ca --- /dev/null +++ b/target/linux/s3c24xx/patches-2.6.24/1237-defconfig-enable-ext2-ext3-gtaxx.patch.patch @@ -0,0 +1,54 @@ +From 642cbda5f3b7e7a61512426e1d30a41ab4691123 Mon Sep 17 00:00:00 2001 +From: Andy Green <andy@openmoko.com> +Date: Thu, 17 Jul 2008 12:21:53 +0100 +Subject: [PATCH] defconfig-enable-ext2-ext3-gtaxx.patch + +Signed-off-by: Andy Green <andy@openmoko.com> +--- + defconfig-2.6.24-maxmodules | 2 +- + defconfig-gta01 | 2 +- + defconfig-gta02 | 2 +- + 3 files changed, 3 insertions(+), 3 deletions(-) + +diff --git a/defconfig-2.6.24-maxmodules b/defconfig-2.6.24-maxmodules +index f574da5..39019b4 100644 +--- a/defconfig-2.6.24-maxmodules ++++ b/defconfig-2.6.24-maxmodules +@@ -1481,7 +1481,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 +diff --git a/defconfig-gta01 b/defconfig-gta01 +index ab84e8b..aa0bf4b 100644 +--- a/defconfig-gta01 ++++ b/defconfig-gta01 +@@ -1481,7 +1481,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 +diff --git a/defconfig-gta02 b/defconfig-gta02 +index 13670ee..9d0dd56 100644 +--- a/defconfig-gta02 ++++ b/defconfig-gta02 +@@ -1480,7 +1480,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 +-- +1.5.6.5 + |