diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2008-12-06 09:59:55 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2008-12-06 09:59:55 +0000 |
commit | 4992a87aeb5879141a6475642e62c6d7922ff614 (patch) | |
tree | c70e224b529c82a1da7277db701454f4f519654a /target/linux/brcm63xx | |
parent | d5bfba98ceffac8d4d6e1d3b503e3fec149eed03 (diff) | |
download | upstream-4992a87aeb5879141a6475642e62c6d7922ff614.tar.gz upstream-4992a87aeb5879141a6475642e62c6d7922ff614.tar.bz2 upstream-4992a87aeb5879141a6475642e62c6d7922ff614.zip |
update to 2.6.27.8 and refresh patches
SVN-Revision: 13528
Diffstat (limited to 'target/linux/brcm63xx')
-rw-r--r-- | target/linux/brcm63xx/Makefile | 2 | ||||
-rw-r--r-- | target/linux/brcm63xx/patches-2.6.27/008-usb_ehci_support.patch | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/brcm63xx/Makefile b/target/linux/brcm63xx/Makefile index a45a259f0d..a685833307 100644 --- a/target/linux/brcm63xx/Makefile +++ b/target/linux/brcm63xx/Makefile @@ -10,7 +10,7 @@ ARCH:=mips BOARD:=brcm63xx BOARDNAME:=Broadcom BCM63xx FEATURES:=squashfs jffs2 usb atm -LINUX_VERSION:=2.6.27.7 +LINUX_VERSION:=2.6.27.8 include $(INCLUDE_DIR)/target.mk diff --git a/target/linux/brcm63xx/patches-2.6.27/008-usb_ehci_support.patch b/target/linux/brcm63xx/patches-2.6.27/008-usb_ehci_support.patch index 28ffe1d361..243b650b62 100644 --- a/target/linux/brcm63xx/patches-2.6.27/008-usb_ehci_support.patch +++ b/target/linux/brcm63xx/patches-2.6.27/008-usb_ehci_support.patch @@ -19,7 +19,7 @@ Signed-off-by: Maxime Bizon <mbizon@freebox.fr> --- a/drivers/usb/host/ehci-hcd.c +++ b/drivers/usb/host/ehci-hcd.c -@@ -1040,6 +1040,11 @@ MODULE_LICENSE ("GPL"); +@@ -1039,6 +1039,11 @@ MODULE_LICENSE ("GPL"); #define PLATFORM_DRIVER ixp4xx_ehci_driver #endif |