mirror of https://github.com/hak5/openwrt-owl.git
kernel: update 3.14 to 3.14.12
Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 41582owl
parent
2bc22025dd
commit
a145a22f66
|
@ -20,8 +20,8 @@ endif
|
||||||
ifeq ($(LINUX_VERSION),3.13.7)
|
ifeq ($(LINUX_VERSION),3.13.7)
|
||||||
LINUX_KERNEL_MD5SUM:=370adced5e5c1cb1d0d621c2dae2723f
|
LINUX_KERNEL_MD5SUM:=370adced5e5c1cb1d0d621c2dae2723f
|
||||||
endif
|
endif
|
||||||
ifeq ($(LINUX_VERSION),3.14.11)
|
ifeq ($(LINUX_VERSION),3.14.12)
|
||||||
LINUX_KERNEL_MD5SUM:=88b82f8d7a1b04e5cde268e286728226
|
LINUX_KERNEL_MD5SUM:=7e76da2910683fe4dfbcec6ebfdd9a32
|
||||||
endif
|
endif
|
||||||
|
|
||||||
# disable the md5sum check for unknown kernel versions
|
# disable the md5sum check for unknown kernel versions
|
||||||
|
|
|
@ -14,7 +14,7 @@ CPU_TYPE:=cortex-a9
|
||||||
CPU_SUBTYPE:=vfpv3
|
CPU_SUBTYPE:=vfpv3
|
||||||
MAINTAINER:=Luka Perkov <luka@openwrt.org>
|
MAINTAINER:=Luka Perkov <luka@openwrt.org>
|
||||||
|
|
||||||
LINUX_VERSION:=3.14.11
|
LINUX_VERSION:=3.14.12
|
||||||
|
|
||||||
include $(INCLUDE_DIR)/target.mk
|
include $(INCLUDE_DIR)/target.mk
|
||||||
|
|
||||||
|
|
|
@ -12,7 +12,7 @@ BOARDNAME:=x86_64
|
||||||
FEATURES:=ext4 vdi vmdk targz
|
FEATURES:=ext4 vdi vmdk targz
|
||||||
MAINTAINER:=Imre Kaloz <kaloz@openwrt.org>
|
MAINTAINER:=Imre Kaloz <kaloz@openwrt.org>
|
||||||
|
|
||||||
LINUX_VERSION:=3.14.11
|
LINUX_VERSION:=3.14.12
|
||||||
|
|
||||||
KERNELNAME:=bzImage
|
KERNELNAME:=bzImage
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue