diff --git a/include/kernel-version.mk b/include/kernel-version.mk index ca6fc124ee3d4ade08712be16d66d99ab4f0b7ad..c5940f6ff65fc572410d9f1ad9b596ca1b30f350 100644 --- a/include/kernel-version.mk +++ b/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 diff --git a/target/linux/ar7/Makefile b/target/linux/ar7/Makefile index 7c2ba9fe79d1af5fa04414785b8263ae9eeb2b97..aa46b71dd61d576b6500a08deb87142698151c24 100644 --- a/target/linux/ar7/Makefile +++ b/target/linux/ar7/Makefile @@ -13,7 +13,7 @@ FEATURES:=squashfs jffs2 atm MAINTAINER:=Florian Fainelli <florian@openwrt.org> SUBTARGETS:=generic ac49x -LINUX_VERSION:=3.9.3 +LINUX_VERSION:=3.9.4 include $(INCLUDE_DIR)/target.mk diff --git a/target/linux/gemini/Makefile b/target/linux/gemini/Makefile index f26f7bfde19172276b4c6e2d504bf62f4f755cd0..3f3f8d5e6b28b0070af175ceaa27fb7d1dc8752d 100644 --- a/target/linux/gemini/Makefile +++ b/target/linux/gemini/Makefile @@ -13,7 +13,7 @@ FEATURES:=squashfs pci CFLAGS:=-Os -pipe -march=armv4 -mtune=fa526 -fno-caller-saves MAINTAINER:=Imre Kaloz <kaloz@openwrt.org> -LINUX_VERSION:=3.9.3 +LINUX_VERSION:=3.9.4 include $(INCLUDE_DIR)/target.mk