linux: update 3.0 to 3.0.12
authorjogo <jogo@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 6 Dec 2011 19:50:25 +0000 (19:50 +0000)
committerjogo <jogo@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 6 Dec 2011 19:50:25 +0000 (19:50 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29469 3c298f89-4303-0410-b956-a3cf2f4a3e73

include/kernel-version.mk
target/linux/brcm47xx/Makefile
target/linux/generic/patches-3.0/811-pci_disable_usb_common_quirks.patch
target/linux/malta/Makefile
target/linux/orion/Makefile
target/linux/ppc40x/Makefile
target/linux/realview/Makefile
target/linux/uml/Makefile
target/linux/uml/patches-3.0/004-fix_atomic64_32.patch

index 3220afa..dec2412 100644 (file)
@@ -29,8 +29,8 @@ endif
 ifeq ($(LINUX_VERSION),2.6.39.4)
   LINUX_KERNEL_MD5SUM:=a17c748c2070168f1e784e9605ca043d
 endif
-ifeq ($(LINUX_VERSION),3.0.9)
-  LINUX_KERNEL_MD5SUM:=71992fa4dfc289a959f9ce266d08d77b
+ifeq ($(LINUX_VERSION),3.0.12)
+  LINUX_KERNEL_MD5SUM:=aa5d56ddc2ef01a61759ceeb0f6b8308
 endif
 ifeq ($(LINUX_VERSION),3.1.1)
   LINUX_KERNEL_MD5SUM:=4db653798a325f759b8cf49a1b5e6011
index ea18b7c..eb4d9af 100644 (file)
@@ -11,7 +11,7 @@ BOARD:=brcm47xx
 BOARDNAME:=Broadcom BCM947xx/953xx
 FEATURES:=squashfs usb pcmcia
 
-LINUX_VERSION:=3.0.9
+LINUX_VERSION:=3.0.12
 
 include $(INCLUDE_DIR)/target.mk
 DEFAULT_PACKAGES += wpad-mini kmod-switch kmod-diag nvram
index 3bbadd4..49a88ec 100644 (file)
@@ -10,7 +10,7 @@
  static inline int io_type_enabled(struct pci_dev *pdev, unsigned int mask)
  {
        u16 cmd;
-@@ -883,3 +885,5 @@ static void __devinit quirk_usb_early_ha
+@@ -882,3 +884,5 @@ static void __devinit quirk_usb_early_ha
                quirk_usb_handoff_xhci(pdev);
  }
  DECLARE_PCI_FIXUP_FINAL(PCI_ANY_ID, PCI_ANY_ID, quirk_usb_early_handoff);
index 03be924..7495e2f 100644 (file)
@@ -13,7 +13,7 @@ SUBTARGETS:=le be
 INITRAMFS_EXTRA_FILES:=
 MAINTAINER:=Florian Fainelli <florian@openwrt.org>
 
-LINUX_VERSION:=3.0.9
+LINUX_VERSION:=3.0.12
 
 include $(INCLUDE_DIR)/target.mk
 
index fcd0bb5..cf650fa 100644 (file)
@@ -13,7 +13,7 @@ SUBTARGETS:=generic harddisk
 CFLAGS=-Os -pipe -march=armv5te -mtune=xscale -fno-caller-saves
 MAINTAINER:=Imre Kaloz <kaloz@openwrt.org>
 
-LINUX_VERSION:=3.0.9
+LINUX_VERSION:=3.0.12
 
 include $(INCLUDE_DIR)/target.mk
 
index 450849d..6164d9d 100644 (file)
@@ -13,7 +13,7 @@ FEATURES:=squashfs
 CFLAGS:=-Os -pipe -fno-caller-saves -mcpu=405
 MAINTAINER:=Imre Kaloz <kaloz@openwrt.org>
 
-LINUX_VERSION:=3.0.9
+LINUX_VERSION:=3.0.12
 
 include $(INCLUDE_DIR)/target.mk
 
index be09630..94de710 100644 (file)
@@ -13,7 +13,7 @@ FEATURES:=fpu ramdisk
 CFLAGS:=-Os -pipe -march=armv6k -mtune=mpcore -mfloat-abi=softfp -mfpu=vfp -fno-caller-saves
 MAINTAINER:=Florian Fainelli <florian@openwrt.org>
 
-LINUX_VERSION:=3.0.9
+LINUX_VERSION:=3.0.12
 
 include $(INCLUDE_DIR)/target.mk
 
index f6c4586..244d833 100644 (file)
@@ -23,7 +23,7 @@ BOARDNAME:=User Mode Linux
 FEATURES:=ext4 audio
 MAINTAINER:=Florian Fainelli <florian@openwrt.org>
 
-LINUX_VERSION:=3.0.9
+LINUX_VERSION:=3.0.12
 
 include $(INCLUDE_DIR)/target.mk
 
index 6901eee..fe1e48f 100644 (file)
@@ -2,7 +2,7 @@
 
 --- a/arch/um/sys-i386/Makefile
 +++ b/arch/um/sys-i386/Makefile
-@@ -8,7 +8,7 @@ obj-y = bug.o bugs.o checksum.o delay.o 
+@@ -8,7 +8,7 @@ obj-y = bug.o bugs.o checksum.o delay.o
  
  obj-$(CONFIG_BINFMT_ELF) += elfcore.o
  
This page took 0.035098 seconds and 4 git commands to generate.