kernel: update linux 3.1 to 3.1.10
authorjogo <jogo@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 31 Jan 2012 09:43:57 +0000 (09:43 +0000)
committerjogo <jogo@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 31 Jan 2012 09:43:57 +0000 (09:43 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29966 3c298f89-4303-0410-b956-a3cf2f4a3e73

include/kernel-version.mk
target/linux/cns3xxx/patches-3.1/049-cns3xxx_smp_support.patch
target/linux/cns3xxx/patches-3.1/200-dwc_otg.patch
target/linux/lantiq/Makefile
target/linux/omap24xx/Makefile

index 85bfe81..fc2203f 100644 (file)
@@ -32,8 +32,8 @@ endif
 ifeq ($(LINUX_VERSION),3.0.18)
   LINUX_KERNEL_MD5SUM:=67252770d7009eabe8bac7c26e074f9d
 endif
-ifeq ($(LINUX_VERSION),3.1.9)
-  LINUX_KERNEL_MD5SUM:=4e387a49cde20805955c905bc8c311e0
+ifeq ($(LINUX_VERSION),3.1.10)
+  LINUX_KERNEL_MD5SUM:=3649bdaa50ffd9114cc16486ec54d83a
 endif
 ifeq ($(LINUX_VERSION),3.2.1)
   LINUX_KERNEL_MD5SUM:=090eb3dae0f520f7770f85193e931ad3
index 854c7fa..e341340 100644 (file)
 +}
 --- a/arch/arm/Kconfig
 +++ b/arch/arm/Kconfig
-@@ -1376,7 +1376,7 @@ config SMP
+@@ -1388,7 +1388,7 @@ config SMP
        depends on REALVIEW_EB_ARM11MP || REALVIEW_EB_A9MP || \
                 MACH_REALVIEW_PB11MP || MACH_REALVIEW_PBX || ARCH_OMAP4 || \
                 ARCH_EXYNOS4 || ARCH_TEGRA || ARCH_U8500 || ARCH_VEXPRESS_CA9X4 || \
index c53189f..27a9712 100644 (file)
 +      dma_addr_t aligned_transfer_dma;/* (in) dma addr for transfer_buffer */
 +      u32 aligned_transfer_buffer_length; /* (in) data buffer length */
        struct scatterlist *sg;         /* (in) scatter gather buffer list */
+       int num_mapped_sgs;             /* (internal) mapped sg entries */
        int num_sgs;                    /* (in) number of entries in the sg list */
-       u32 transfer_buffer_length;     /* (in) data buffer length */
 --- a/drivers/usb/gadget/Kconfig
 +++ b/drivers/usb/gadget/Kconfig
 @@ -108,7 +108,7 @@ config USB_GADGET_VBUS_DRAW
index dced25f..b0bed09 100644 (file)
@@ -12,7 +12,7 @@ BOARDNAME:=Lantiq GPON/XWAY
 FEATURES:=squashfs jffs2
 DEFAULT_SUBTARGET:=danube
 
-LINUX_VERSION:=3.1.9
+LINUX_VERSION:=3.1.10
 
 CFLAGS=-Os -pipe -mips32r2 -mtune=mips32r2 -fno-caller-saves
 
index 087c707..1188a9c 100644 (file)
@@ -12,7 +12,7 @@ BOARDNAME:=TI OMAP-24xx
 MAINTAINER:=Michael Buesch <m@bues.ch>
 FEATURES:=targz squashfs jffs2 usb usbgadget display gpio audio
 
-LINUX_VERSION:=3.1.9
+LINUX_VERSION:=3.1.10
 
 define Target/Description
        TI OMAP-24xx
This page took 0.047371 seconds and 4 git commands to generate.