Selaa lähdekoodia

kernel: update linux 3.9 to 3.9.4

Signed-off-by: Gabor Juhos <[email protected]>

SVN-Revision: 36725
Gabor Juhos 12 vuotta sitten
vanhempi
sitoutus
7d2182c455
3 muutettua tiedostoa jossa 4 lisäystä ja 4 poistoa
  1. 2 2
      include/kernel-version.mk
  2. 1 1
      target/linux/ar7/Makefile
  3. 1 1
      target/linux/gemini/Makefile

+ 2 - 2
include/kernel-version.mk

@@ -14,8 +14,8 @@ endif
 ifeq ($(LINUX_VERSION),3.8.13)
   LINUX_KERNEL_MD5SUM:=2af19d06cd47ec459519159cdd10542d
 endif
-ifeq ($(LINUX_VERSION),3.9.3)
-  LINUX_KERNEL_MD5SUM:=266e58f4e2f68f48b906ae109aba4dea
+ifeq ($(LINUX_VERSION),3.9.4)
+  LINUX_KERNEL_MD5SUM:=053095dfe88fbd52e7cc8db302631d99
 endif
 
 # disable the md5sum check for unknown kernel versions

+ 1 - 1
target/linux/ar7/Makefile

@@ -13,7 +13,7 @@ FEATURES:=squashfs jffs2 atm
 MAINTAINER:=Florian Fainelli <[email protected]>
 SUBTARGETS:=generic ac49x
 
-LINUX_VERSION:=3.9.3
+LINUX_VERSION:=3.9.4
 
 include $(INCLUDE_DIR)/target.mk
 

+ 1 - 1
target/linux/gemini/Makefile

@@ -13,7 +13,7 @@ FEATURES:=squashfs pci
 CFLAGS:=-Os -pipe -march=armv4 -mtune=fa526 -fno-caller-saves
 MAINTAINER:=Imre Kaloz <[email protected]>
 
-LINUX_VERSION:=3.9.3
+LINUX_VERSION:=3.9.4
 
 include $(INCLUDE_DIR)/target.mk