summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-10-27 16:08:15 -0500
committerWaldemar Brodkorb <wbx@openadk.org>2014-10-28 02:25:20 -0500
commit309009db48cf84e4c3bf7785a788e972a519821a (patch)
treea43e39c4e0c7b54a67762554bcf6456fa7c452b2 /mk
parent5f591665d8c5000c85eb30737a9484655f3439c5 (diff)
update kernels
Diffstat (limited to 'mk')
-rw-r--r--mk/kernel-ver.mk12
-rw-r--r--mk/modules.mk5
2 files changed, 10 insertions, 7 deletions
diff --git a/mk/kernel-ver.mk b/mk/kernel-ver.mk
index 08897c669..7af4cf028 100644
--- a/mk/kernel-ver.mk
+++ b/mk/kernel-ver.mk
@@ -1,14 +1,14 @@
-ifeq ($(ADK_KERNEL_VERSION_3_16_4),y)
-KERNEL_VERSION:= 3.16.4
+ifeq ($(ADK_KERNEL_VERSION_3_16_6),y)
+KERNEL_VERSION:= 3.16.6
KERNEL_MOD_VERSION:= $(KERNEL_VERSION)
KERNEL_RELEASE:= 1
-KERNEL_MD5SUM:= 33594ef9526373afb193761d8fc6ba43
+KERNEL_MD5SUM:= 2edc96a1272b04d58245707eb12b4902
endif
-ifeq ($(ADK_KERNEL_VERSION_3_14_17),y)
-KERNEL_VERSION:= 3.14.17
+ifeq ($(ADK_KERNEL_VERSION_3_14_22),y)
+KERNEL_VERSION:= 3.14.22
KERNEL_MOD_VERSION:= $(KERNEL_VERSION)
KERNEL_RELEASE:= 1
-KERNEL_MD5SUM:= 44668489163952357678bab42e38e184
+KERNEL_MD5SUM:= cb00fadd0a720cc2d1690792e72e0134
endif
ifeq ($(ADK_KERNEL_VERSION_3_12_27),y)
KERNEL_VERSION:= 3.12.27
diff --git a/mk/modules.mk b/mk/modules.mk
index 77a6a30f3..66e9833db 100644
--- a/mk/modules.mk
+++ b/mk/modules.mk
@@ -1311,8 +1311,11 @@ $(eval $(call KMOD_template,SND_USB_AUDIO,snd-usb-audio,\
# Bluetooth
#
-$(eval $(call KMOD_template,BT,bt,\
+$(eval $(call KMOD_template,IEEE802154_6LOWPAN,ieee802154_6lowpan,\
$(MODULES_DIR)/kernel/net/ieee802154/6lowpan_iphc \
+,65))
+
+$(eval $(call KMOD_template,BT,bt,\
$(MODULES_DIR)/kernel/net/bluetooth/bluetooth \
,70))