summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-04-24 15:57:54 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2014-04-24 15:58:17 +0200
commit839ae24b726ab65e1c4cff172f29e24e9f3ee5cd (patch)
tree99fbab12092272b682af7d8543dac75fe384940f /mk
parent1cdf2e2c8aba5b396e75453e921a2a2d84b1a73e (diff)
update 3.13 kernel, add raspberry patches
Diffstat (limited to 'mk')
-rw-r--r--mk/kernel-ver.mk8
-rw-r--r--mk/modules.mk1
2 files changed, 4 insertions, 5 deletions
diff --git a/mk/kernel-ver.mk b/mk/kernel-ver.mk
index 9229f2ab0..602a3065e 100644
--- a/mk/kernel-ver.mk
+++ b/mk/kernel-ver.mk
@@ -1,5 +1,5 @@
ifeq ($(ADK_KERNEL_VERSION_TOOLCHAIN),y)
-KERNEL_VERSION:= 3.13.7
+KERNEL_VERSION:= 3.13.11
KERNEL_MOD_VERSION:= $(KERNEL_VERSION)
KERNEL_RELEASE:= 1
KERNEL_MD5SUM:= 370adced5e5c1cb1d0d621c2dae2723f
@@ -10,11 +10,11 @@ KERNEL_MOD_VERSION:= $(KERNEL_VERSION)
KERNEL_RELEASE:= 1
KERNEL_MD5SUM:= f53082540eed294f486a43fc67646ed2
endif
-ifeq ($(ADK_KERNEL_VERSION_3_13_7),y)
-KERNEL_VERSION:= 3.13.7
+ifeq ($(ADK_KERNEL_VERSION_3_13_11),y)
+KERNEL_VERSION:= 3.13.11
KERNEL_MOD_VERSION:= $(KERNEL_VERSION)
KERNEL_RELEASE:= 1
-KERNEL_MD5SUM:= 370adced5e5c1cb1d0d621c2dae2723f
+KERNEL_MD5SUM:= d4e06af8b674ac74ba745d52e4382bd3
endif
ifeq ($(ADK_KERNEL_VERSION_3_12_14),y)
KERNEL_VERSION:= 3.12.14
diff --git a/mk/modules.mk b/mk/modules.mk
index e8a0821de..8fd24c000 100644
--- a/mk/modules.mk
+++ b/mk/modules.mk
@@ -1171,7 +1171,6 @@ $(eval $(call KMOD_template,SOUND,sound,\
$(eval $(call KMOD_template,SND,snd,\
- $(MODULES_DIR)/kernel/sound/core/snd-page-alloc \
$(MODULES_DIR)/kernel/sound/core/snd \
$(MODULES_DIR)/kernel/sound/core/snd-timer \
$(MODULES_DIR)/kernel/sound/core/snd-pcm \