summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
Diffstat (limited to 'mk')
-rw-r--r--mk/build.mk3
-rw-r--r--mk/kernel-ver.mk36
2 files changed, 18 insertions, 21 deletions
diff --git a/mk/build.mk b/mk/build.mk
index 56c7c97cf..c69f35011 100644
--- a/mk/build.mk
+++ b/mk/build.mk
@@ -129,6 +129,9 @@ POSTCONFIG= -@\
touch .rebuild.bcm2835-bootloader;\
rebuild=1;\
fi; \
+ if [ "$$(grep ^ADK_KERNEL_VERSION .config|md5sum)" != "$$(grep ^ADK_KERNEL_VERSION .config.old|md5sum)" ];then \
+ echo "You should rebuild with 'make cleandir'";\
+ fi; \
if [ "$$(grep ^ADK_KERNEL_ADDON .config|md5sum)" != "$$(grep ^ADK_KERNEL_ADDON .config.old|md5sum)" ];then \
echo "You should rebuild the kernel with 'make cleankernel'";\
fi; \
diff --git a/mk/kernel-ver.mk b/mk/kernel-ver.mk
index 6cfb0efda..8b73ebd4a 100644
--- a/mk/kernel-ver.mk
+++ b/mk/kernel-ver.mk
@@ -1,36 +1,30 @@
-ifeq ($(ADK_KERNEL_VERSION_3_15_1),y)
-KERNEL_VERSION:= 3.15.1
+ifeq ($(ADK_KERNEL_VERSION_3_15_2),y)
+KERNEL_VERSION:= 3.15.2
KERNEL_MOD_VERSION:= $(KERNEL_VERSION)
KERNEL_RELEASE:= 1
-KERNEL_MD5SUM:= 72bd0bf0e773963217c89cddbf3e0048
+KERNEL_MD5SUM:= 0ddb5c81742db398bcf5fc4685645f27
endif
-ifeq ($(ADK_KERNEL_VERSION_3_14_8),y)
-KERNEL_VERSION:= 3.14.8
+ifeq ($(ADK_KERNEL_VERSION_3_14_9),y)
+KERNEL_VERSION:= 3.14.9
KERNEL_MOD_VERSION:= $(KERNEL_VERSION)
KERNEL_RELEASE:= 1
-KERNEL_MD5SUM:= d19dcd4819f2148cc85b80190133755e
+KERNEL_MD5SUM:= 62b80f9ab490db3bfe0b308a0d3f6f1f
endif
-ifeq ($(ADK_KERNEL_VERSION_3_12_22),y)
-KERNEL_VERSION:= 3.12.22
+ifeq ($(ADK_KERNEL_VERSION_3_12_23),y)
+KERNEL_VERSION:= 3.12.23
KERNEL_MOD_VERSION:= $(KERNEL_VERSION)
KERNEL_RELEASE:= 1
-KERNEL_MD5SUM:= 27d172788764cec1e0666582a7ee5c10
+KERNEL_MD5SUM:= c38a7f1847a87ce98a3180690ffa7f38
endif
-ifeq ($(ADK_KERNEL_VERSION_3_10_44),y)
-KERNEL_VERSION:= 3.10.44
+ifeq ($(ADK_KERNEL_VERSION_3_10_45),y)
+KERNEL_VERSION:= 3.10.45
KERNEL_MOD_VERSION:= $(KERNEL_VERSION)
KERNEL_RELEASE:= 1
-KERNEL_MD5SUM:= 8a4006eff3bbd8aff58fe4b443223e7a
+KERNEL_MD5SUM:= da5bb3b880716b522ede4a0d7656e221
endif
-ifeq ($(ADK_KERNEL_VERSION_3_10_30),y)
-KERNEL_VERSION:= 3.10.30
+ifeq ($(ADK_KERNEL_VERSION_3_4_95),y)
+KERNEL_VERSION:= 3.4.95
KERNEL_MOD_VERSION:= $(KERNEL_VERSION)
KERNEL_RELEASE:= 1
-KERNEL_MD5SUM:= f48ca7dd9f2eb14a2903cb6a4fbe07ed
-endif
-ifeq ($(ADK_KERNEL_VERSION_3_4_94),y)
-KERNEL_VERSION:= 3.4.94
-KERNEL_MOD_VERSION:= $(KERNEL_VERSION)
-KERNEL_RELEASE:= 1
-KERNEL_MD5SUM:= a0e3841d894ad9839d2eaeaaf9824679
+KERNEL_MD5SUM:= 52761b11c3c3a949747983a3b675f2e1
endif