From 82b04bebc19dcd585351b4bbd622ba34b4a21aa3 Mon Sep 17 00:00:00 2001 From: hauke Date: Thu, 7 Apr 2011 21:38:41 +0000 Subject: brcm47xx: add initial support for kernel 2.6.38 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26524 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- .../patches-2.6.38/280-activate_ssb_support_in_usb.patch | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 target/linux/brcm47xx/patches-2.6.38/280-activate_ssb_support_in_usb.patch (limited to 'target/linux/brcm47xx/patches-2.6.38/280-activate_ssb_support_in_usb.patch') diff --git a/target/linux/brcm47xx/patches-2.6.38/280-activate_ssb_support_in_usb.patch b/target/linux/brcm47xx/patches-2.6.38/280-activate_ssb_support_in_usb.patch new file mode 100644 index 000000000..1a50c1a9d --- /dev/null +++ b/target/linux/brcm47xx/patches-2.6.38/280-activate_ssb_support_in_usb.patch @@ -0,0 +1,16 @@ +This prevents the options from being delete with make kernel_oldconfig. +--- + drivers/ssb/Kconfig | 2 ++ + 1 file changed, 2 insertions(+) + +--- a/drivers/ssb/Kconfig ++++ b/drivers/ssb/Kconfig +@@ -141,6 +141,8 @@ config SSB_DRIVER_MIPS + config SSB_EMBEDDED + bool + depends on SSB_DRIVER_MIPS ++ select USB_EHCI_HCD_SSB if USB_EHCI_HCD ++ select USB_OHCI_HCD_SSB if USB_OHCI_HCD + default y + + config SSB_DRIVER_EXTIF -- cgit v1.2.3