changed Makefile and profiles, added patches for kernel 2.6.24
[openwrt.git] / target / linux / s3c24xx / patches-2.6.24 / 1260-config-remove-evbug-module.patch.patch
1 From e8780c02d307380e9e08d1b85888a599d53078ac Mon Sep 17 00:00:00 2001
2 From: Andy Green <andy@openmoko.com>
3 Date: Thu, 7 Aug 2008 16:27:21 +0100
4 Subject: [PATCH] config-remove-evbug-module.patch
5
6 Carsten mentioned that evbug module is getting modprobed in
7 to ASU somehow and making havoc.  This patch stops us building
8 it because there's no time to figure out why it gets modprobed
9 in and it doesn't seem to do anything but spew syslog -- and we
10 never needed it before now.
11
12 Reported-by: Carsten Haitzler <raster@openmoko.org>
13 Signed-off-by: Andy Green <andy@openmoko.com>
14 ---
15  defconfig-2.6.24            |    2 +-
16  defconfig-2.6.24-maxmodules |    2 +-
17  defconfig-gta01             |    2 +-
18  defconfig-gta02             |    2 +-
19  4 files changed, 4 insertions(+), 4 deletions(-)
20
21 diff --git a/defconfig-2.6.24 b/defconfig-2.6.24
22 index 0bcf50a..52d5e45 100644
23 --- a/defconfig-2.6.24
24 +++ b/defconfig-2.6.24
25 @@ -906,7 +906,7 @@ CONFIG_INPUT_MOUSEDEV_SCREEN_X=480
26  CONFIG_INPUT_MOUSEDEV_SCREEN_Y=640
27  # CONFIG_INPUT_JOYDEV is not set
28  CONFIG_INPUT_EVDEV=y
29 -CONFIG_INPUT_EVBUG=m
30 +# CONFIG_INPUT_EVBUG is not set
31  
32  #
33  # Input Device Drivers
34 diff --git a/defconfig-2.6.24-maxmodules b/defconfig-2.6.24-maxmodules
35 index ec94668..d4c1988 100644
36 --- a/defconfig-2.6.24-maxmodules
37 +++ b/defconfig-2.6.24-maxmodules
38 @@ -867,7 +867,7 @@ CONFIG_INPUT_MOUSEDEV_SCREEN_X=480
39  CONFIG_INPUT_MOUSEDEV_SCREEN_Y=640
40  # CONFIG_INPUT_JOYDEV is not set
41  CONFIG_INPUT_EVDEV=y
42 -CONFIG_INPUT_EVBUG=m
43 +# CONFIG_INPUT_EVBUG is not set
44  
45  #
46  # Input Device Drivers
47 diff --git a/defconfig-gta01 b/defconfig-gta01
48 index 3320560..6f36712 100644
49 --- a/defconfig-gta01
50 +++ b/defconfig-gta01
51 @@ -867,7 +867,7 @@ CONFIG_INPUT_MOUSEDEV_SCREEN_X=480
52  CONFIG_INPUT_MOUSEDEV_SCREEN_Y=640
53  # CONFIG_INPUT_JOYDEV is not set
54  CONFIG_INPUT_EVDEV=y
55 -CONFIG_INPUT_EVBUG=m
56 +# CONFIG_INPUT_EVBUG is not set
57  
58  #
59  # Input Device Drivers
60 diff --git a/defconfig-gta02 b/defconfig-gta02
61 index 376d53e..0838dad 100644
62 --- a/defconfig-gta02
63 +++ b/defconfig-gta02
64 @@ -866,7 +866,7 @@ CONFIG_INPUT_MOUSEDEV_SCREEN_X=480
65  CONFIG_INPUT_MOUSEDEV_SCREEN_Y=640
66  # CONFIG_INPUT_JOYDEV is not set
67  CONFIG_INPUT_EVDEV=y
68 -CONFIG_INPUT_EVBUG=m
69 +# CONFIG_INPUT_EVBUG is not set
70  
71  #
72  # Input Device Drivers
73 -- 
74 1.5.6.5
75