summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2017-01-29 00:58:13 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2017-01-29 00:58:13 +0100
commit661b3d8201862c54ea5c8ab55406c45cadc906a0 (patch)
treed8a21dc13df59a27366df459fc5980ae5459ba2e /mk
parent1a97cdb80945a675353ff4e9e01a3b9b0f50d419 (diff)
linux: update to 4.9.6
Diffstat (limited to 'mk')
-rw-r--r--mk/fetch.mk6
-rw-r--r--mk/kernel-ver.mk4
2 files changed, 5 insertions, 5 deletions
diff --git a/mk/fetch.mk b/mk/fetch.mk
index 3b2ff871d..28ae0e7ec 100644
--- a/mk/fetch.mk
+++ b/mk/fetch.mk
@@ -69,17 +69,17 @@ $(1):
case "$${PKG_GIT}" in \
tag|branch) \
git clone --depth 1 --branch $${PKG_VERSION} $${PKG_SITES} $${PKG_NAME}-$${PKG_VERSION} $(DL_TRACE); \
- if [ $$? -ne 0 ]; then echo "git clone error"; exit 1; fi; \
+ if [ $$$$? -ne 0 ]; then echo "git clone error"; exit 1; fi; \
;; \
hash) \
git clone $${PKG_SITES} $${PKG_NAME}-$${PKG_VERSION} $(DL_TRACE); \
- if [ $$? -ne 0 ]; then echo "git clone error"; exit 1; fi; \
+ if [ $$$$? -ne 0 ]; then echo "git clone error"; exit 1; fi; \
(cd $${PKG_NAME}-$${PKG_VERSION}; git checkout $${PKG_VERSION}) $(DL_TRACE); \
;; \
esac ;\
else \
git clone --depth 1 $${PKG_SITES} $${PKG_NAME}-$${PKG_VERSION} $(DL_TRACE); \
- if [ $$? -ne 0 ]; then echo "git clone error"; exit 1; fi; \
+ if [ $$$$? -ne 0 ]; then echo "git clone error"; exit 1; fi; \
fi; \
tar cJf $${PKG_NAME}-$${PKG_VERSION}.tar.xz $${PKG_NAME}-$${PKG_VERSION}; \
touch $$$${filename}.nohash; \
diff --git a/mk/kernel-ver.mk b/mk/kernel-ver.mk
index 44e61a1ba..2712c450b 100644
--- a/mk/kernel-ver.mk
+++ b/mk/kernel-ver.mk
@@ -16,10 +16,10 @@ KERNEL_RELEASE:= 1
KERNEL_VERSION:= $(ADK_TARGET_KERNEL_GIT_VER)
endif
ifeq ($(ADK_TARGET_KERNEL_VERSION_4_9),y)
-KERNEL_FILE_VER:= 4.9.4
+KERNEL_FILE_VER:= 4.9.6
KERNEL_RELEASE:= 1
KERNEL_VERSION:= $(KERNEL_FILE_VER)-$(KERNEL_RELEASE)
-KERNEL_HASH:= 9bddafb64cb15a4d3d0400364f3c9cb4b0d777978d5d81ade70c155e86cec084
+KERNEL_HASH:= f493af770a5b08a231178cbb27ab517369a81f6039625737aa8b36d69bcfce9b
endif
ifeq ($(ADK_TARGET_KERNEL_VERSION_4_4),y)
KERNEL_FILE_VER:= 4.4.38