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/1260-config-remove-evbug-module.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/1260-config-remove-evbug-module.patch.patch')
-rw-r--r-- | target/linux/s3c24xx/patches-2.6.24/1260-config-remove-evbug-module.patch.patch | 75 |
1 files changed, 75 insertions, 0 deletions
diff --git a/target/linux/s3c24xx/patches-2.6.24/1260-config-remove-evbug-module.patch.patch b/target/linux/s3c24xx/patches-2.6.24/1260-config-remove-evbug-module.patch.patch new file mode 100644 index 000000000..a0dae7bbb --- /dev/null +++ b/target/linux/s3c24xx/patches-2.6.24/1260-config-remove-evbug-module.patch.patch @@ -0,0 +1,75 @@ +From e8780c02d307380e9e08d1b85888a599d53078ac Mon Sep 17 00:00:00 2001 +From: Andy Green <andy@openmoko.com> +Date: Thu, 7 Aug 2008 16:27:21 +0100 +Subject: [PATCH] config-remove-evbug-module.patch + +Carsten mentioned that evbug module is getting modprobed in +to ASU somehow and making havoc. This patch stops us building +it because there's no time to figure out why it gets modprobed +in and it doesn't seem to do anything but spew syslog -- and we +never needed it before now. + +Reported-by: Carsten Haitzler <raster@openmoko.org> +Signed-off-by: Andy Green <andy@openmoko.com> +--- + defconfig-2.6.24 | 2 +- + defconfig-2.6.24-maxmodules | 2 +- + defconfig-gta01 | 2 +- + defconfig-gta02 | 2 +- + 4 files changed, 4 insertions(+), 4 deletions(-) + +diff --git a/defconfig-2.6.24 b/defconfig-2.6.24 +index 0bcf50a..52d5e45 100644 +--- a/defconfig-2.6.24 ++++ b/defconfig-2.6.24 +@@ -906,7 +906,7 @@ CONFIG_INPUT_MOUSEDEV_SCREEN_X=480 + CONFIG_INPUT_MOUSEDEV_SCREEN_Y=640 + # CONFIG_INPUT_JOYDEV is not set + CONFIG_INPUT_EVDEV=y +-CONFIG_INPUT_EVBUG=m ++# CONFIG_INPUT_EVBUG is not set + + # + # Input Device Drivers +diff --git a/defconfig-2.6.24-maxmodules b/defconfig-2.6.24-maxmodules +index ec94668..d4c1988 100644 +--- a/defconfig-2.6.24-maxmodules ++++ b/defconfig-2.6.24-maxmodules +@@ -867,7 +867,7 @@ CONFIG_INPUT_MOUSEDEV_SCREEN_X=480 + CONFIG_INPUT_MOUSEDEV_SCREEN_Y=640 + # CONFIG_INPUT_JOYDEV is not set + CONFIG_INPUT_EVDEV=y +-CONFIG_INPUT_EVBUG=m ++# CONFIG_INPUT_EVBUG is not set + + # + # Input Device Drivers +diff --git a/defconfig-gta01 b/defconfig-gta01 +index 3320560..6f36712 100644 +--- a/defconfig-gta01 ++++ b/defconfig-gta01 +@@ -867,7 +867,7 @@ CONFIG_INPUT_MOUSEDEV_SCREEN_X=480 + CONFIG_INPUT_MOUSEDEV_SCREEN_Y=640 + # CONFIG_INPUT_JOYDEV is not set + CONFIG_INPUT_EVDEV=y +-CONFIG_INPUT_EVBUG=m ++# CONFIG_INPUT_EVBUG is not set + + # + # Input Device Drivers +diff --git a/defconfig-gta02 b/defconfig-gta02 +index 376d53e..0838dad 100644 +--- a/defconfig-gta02 ++++ b/defconfig-gta02 +@@ -866,7 +866,7 @@ CONFIG_INPUT_MOUSEDEV_SCREEN_X=480 + CONFIG_INPUT_MOUSEDEV_SCREEN_Y=640 + # CONFIG_INPUT_JOYDEV is not set + CONFIG_INPUT_EVDEV=y +-CONFIG_INPUT_EVBUG=m ++# CONFIG_INPUT_EVBUG is not set + + # + # Input Device Drivers +-- +1.5.6.5 + |