changed Makefile and profiles, added patches for kernel 2.6.24 (stable-branch of...
[openwrt/staging/florian.git] / target / linux / s3c24xx / patches-2.6.24 / 1261-config-add-udf-support.patch.patch
1 From 436204281bcd1fe5999ad6589ea7ab1b5360c352 Mon Sep 17 00:00:00 2001
2 From: Andy Green <andy@openmoko.com>
3 Date: Thu, 7 Aug 2008 16:27:33 +0100
4 Subject: [PATCH] config-add-udf-support.patch
5
6 Timo noticed that his compound USB device wasn't getting recognized properly,
7 it was stuck on the CD-ROM class part of it. This was accepted by the GTA02
8 but no scsi device was spawned for it. He figured out in the end that it is
9 the lack of a UDF filesystem module that was the problem.
10
11 This patch adds UDF and CDROM as a built-in on defconfig-2.6.24, for the
12 modular configs it just adds it as a module.
13
14 Reported-by: Timo Drick <timo@drick.de>
15 Signed-off-by: Andy Green <andy@openmoko.com>
16 ---
17 defconfig-2.6.24 | 8 ++++----
18 defconfig-2.6.24-maxmodules | 2 +-
19 defconfig-gta01 | 2 +-
20 defconfig-gta02 | 2 +-
21 4 files changed, 7 insertions(+), 7 deletions(-)
22
23 diff --git a/defconfig-2.6.24 b/defconfig-2.6.24
24 index 52d5e45..cfe7f57 100644
25 --- a/defconfig-2.6.24
26 +++ b/defconfig-2.6.24
27 @@ -1361,7 +1361,7 @@ CONFIG_USB_MON=y
28 #
29 # USB Serial Converter support
30 #
31 -CONFIG_USB_SERIAL=m
32 +CONFIG_USB_SERIAL=y
33 CONFIG_USB_SERIAL_GENERIC=y
34 CONFIG_USB_SERIAL_AIRCABLE=m
35 CONFIG_USB_SERIAL_AIRPRIME=m
36 @@ -1411,7 +1411,7 @@ CONFIG_USB_SERIAL_SIERRAWIRELESS=m
37 CONFIG_USB_SERIAL_TI=m
38 CONFIG_USB_SERIAL_CYBERJACK=m
39 CONFIG_USB_SERIAL_XIRCOM=m
40 -CONFIG_USB_SERIAL_OPTION=m
41 +CONFIG_USB_SERIAL_OPTION=y
42 CONFIG_USB_SERIAL_OMNINET=m
43 # CONFIG_USB_SERIAL_DEBUG is not set
44 CONFIG_USB_EZUSB=y
45 @@ -1595,10 +1595,10 @@ CONFIG_FUSE_FS=m
46 #
47 # CD-ROM/DVD Filesystems
48 #
49 -CONFIG_ISO9660_FS=m
50 +CONFIG_ISO9660_FS=y
51 CONFIG_JOLIET=y
52 # CONFIG_ZISOFS is not set
53 -# CONFIG_UDF_FS is not set
54 +CONFIG_UDF_FS=y
55
56 #
57 # DOS/FAT/NT Filesystems
58 diff --git a/defconfig-2.6.24-maxmodules b/defconfig-2.6.24-maxmodules
59 index d4c1988..e773649 100644
60 --- a/defconfig-2.6.24-maxmodules
61 +++ b/defconfig-2.6.24-maxmodules
62 @@ -1510,7 +1510,7 @@ CONFIG_FUSE_FS=m
63 CONFIG_ISO9660_FS=m
64 CONFIG_JOLIET=y
65 # CONFIG_ZISOFS is not set
66 -# CONFIG_UDF_FS is not set
67 +CONFIG_UDF_FS=m
68
69 #
70 # DOS/FAT/NT Filesystems
71 diff --git a/defconfig-gta01 b/defconfig-gta01
72 index 6f36712..3b567b7 100644
73 --- a/defconfig-gta01
74 +++ b/defconfig-gta01
75 @@ -1510,7 +1510,7 @@ CONFIG_FUSE_FS=m
76 CONFIG_ISO9660_FS=m
77 CONFIG_JOLIET=y
78 # CONFIG_ZISOFS is not set
79 -# CONFIG_UDF_FS is not set
80 +CONFIG_UDF_FS=m
81
82 #
83 # DOS/FAT/NT Filesystems
84 diff --git a/defconfig-gta02 b/defconfig-gta02
85 index 0838dad..2096f95 100644
86 --- a/defconfig-gta02
87 +++ b/defconfig-gta02
88 @@ -1509,7 +1509,7 @@ CONFIG_FUSE_FS=m
89 CONFIG_ISO9660_FS=m
90 CONFIG_JOLIET=y
91 # CONFIG_ZISOFS is not set
92 -# CONFIG_UDF_FS is not set
93 +CONFIG_UDF_FS=m
94
95 #
96 # DOS/FAT/NT Filesystems
97 --
98 1.5.6.5
99