diff options
Diffstat (limited to 'mk/kernel-ver.mk')
-rw-r--r-- | mk/kernel-ver.mk | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/mk/kernel-ver.mk b/mk/kernel-ver.mk index d04b4281e..4c7689b87 100644 --- a/mk/kernel-ver.mk +++ b/mk/kernel-ver.mk @@ -1,8 +1,8 @@ -ifeq ($(ADK_KERNEL_VERSION_3_18_3),y) -KERNEL_VERSION:= 3.18.3 +ifeq ($(ADK_KERNEL_VERSION_3_18_4),y) +KERNEL_VERSION:= 3.18.4 KERNEL_MOD_VERSION:= $(KERNEL_VERSION) KERNEL_RELEASE:= 1 -KERNEL_HASH:= 0e024cd0bba93f777e733381b1ee2d55a76e4b30e096b0668aba979390e94255 +KERNEL_HASH:= f2e285af516f33f0fe48a6812585c89ae502d672a19518f85d6e5cceaeedfd2d endif ifeq ($(ADK_KERNEL_VERSION_3_14_28),y) KERNEL_VERSION:= 3.14.28 @@ -10,11 +10,11 @@ KERNEL_MOD_VERSION:= $(KERNEL_VERSION) KERNEL_RELEASE:= 1 KERNEL_HASH:= 772dbf0f3454df3fcad2de58f2bf4d8695c657407a76957b44e00c79f1ef5321 endif -ifeq ($(ADK_KERNEL_VERSION_3_12_33),y) -KERNEL_VERSION:= 3.12.33 +ifeq ($(ADK_KERNEL_VERSION_3_12_36),y) +KERNEL_VERSION:= 3.12.36 KERNEL_MOD_VERSION:= $(KERNEL_VERSION) KERNEL_RELEASE:= 1 -KERNEL_HASH:= b74b00278f9a643c21a736a49beb1471c3bc0fe50bf570ce914675a45aa679a3 +KERNEL_HASH:= 00b3856c93e50771cb8fb610f2db6cef7c9268b98213b1b19cc3605bf5866195 endif ifeq ($(ADK_KERNEL_VERSION_3_10_53),y) KERNEL_VERSION:= 3.10.53 |