diff options
author | mirko <mirko@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2008-12-13 01:54:56 +0000 |
---|---|---|
committer | mirko <mirko@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2008-12-13 01:54:56 +0000 |
commit | a95f9f92e2953d5829a29e95644dc4c4bc93f590 (patch) | |
tree | 01f2bf78edb2e3bb1466df9bca72e068632d0e74 /target/linux/s3c24xx/patches-2.6.26/1069-local-config-add-bluetooth-monolithic.patch.patch | |
parent | 9fa649271dbc9c83417488203aeb1668a0238c54 (diff) |
change prefix for kernelpatchbase 2.6.26
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13619 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/s3c24xx/patches-2.6.26/1069-local-config-add-bluetooth-monolithic.patch.patch')
-rwxr-xr-x | target/linux/s3c24xx/patches-2.6.26/1069-local-config-add-bluetooth-monolithic.patch.patch | 44 |
1 files changed, 44 insertions, 0 deletions
diff --git a/target/linux/s3c24xx/patches-2.6.26/1069-local-config-add-bluetooth-monolithic.patch.patch b/target/linux/s3c24xx/patches-2.6.26/1069-local-config-add-bluetooth-monolithic.patch.patch new file mode 100755 index 0000000000..449d38cb4a --- /dev/null +++ b/target/linux/s3c24xx/patches-2.6.26/1069-local-config-add-bluetooth-monolithic.patch.patch @@ -0,0 +1,44 @@ +From 5e63b0173c4f096c43f9320c1ea910710b11eaad Mon Sep 17 00:00:00 2001 +From: warmcat <andy@openmoko.com> +Date: Fri, 25 Jul 2008 23:05:59 +0100 +Subject: [PATCH] local-config-add-bluetooth-monolithic.patch + +Add Bluetooth in monolithic kernel +--- + defconfig-2.6.24 | 10 ++-------- + 1 files changed, 2 insertions(+), 8 deletions(-) + +diff --git a/defconfig-2.6.24 b/defconfig-2.6.24 +index b0ef327..5b3e5e9 100644 +--- a/defconfig-2.6.24 ++++ b/defconfig-2.6.24 +@@ -1275,16 +1275,10 @@ CONFIG_HID=y + # + # USB Input Devices + # +-CONFIG_USB_HID=m ++CONFIG_USB_HID=y + # CONFIG_USB_HIDINPUT_POWERBOOK is not set + # CONFIG_HID_FF is not set + # CONFIG_USB_HIDDEV is not set +- +-# +-# USB HID Boot Protocol drivers +-# +-# CONFIG_USB_KBD is not set +-# CONFIG_USB_MOUSE is not set + CONFIG_USB_SUPPORT=y + CONFIG_USB_ARCH_HAS_HCD=y + CONFIG_USB_ARCH_HAS_OHCI=y +@@ -1306,7 +1300,7 @@ CONFIG_USB_PERSIST=y + # USB Host Controller Drivers + # + # CONFIG_USB_ISP116X_HCD is not set +-CONFIG_USB_OHCI_HCD=m ++CONFIG_USB_OHCI_HCD=y + # CONFIG_USB_OHCI_BIG_ENDIAN_DESC is not set + # CONFIG_USB_OHCI_BIG_ENDIAN_MMIO is not set + CONFIG_USB_OHCI_LITTLE_ENDIAN=y +-- +1.5.6.3 + |