summaryrefslogtreecommitdiff
path: root/mk/linux.mk
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@uclibc-ng.org>2016-09-15 22:06:26 +0200
committerWaldemar Brodkorb <wbx@uclibc-ng.org>2016-09-15 22:07:15 +0200
commit3ebb585eef3eb378e5307ec6efa34f58943c353c (patch)
treec971c104ca538796b3b7e15fbe7aba7c9bdd4ddb /mk/linux.mk
parent2997a3ae269aa4ee72c71a05e5d79ad67aee44e9 (diff)
beaglebone-black: add special linux-repo, add uEnv.txt
Diffstat (limited to 'mk/linux.mk')
-rw-r--r--mk/linux.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/mk/linux.mk b/mk/linux.mk
index e6b1ffaca..fb4e983e2 100644
--- a/mk/linux.mk
+++ b/mk/linux.mk
@@ -3,7 +3,7 @@
PKG_NAME:= linux
PKG_RELEASE:= $(KERNEL_RELEASE)
-ifeq ($(ADK_TARGET_KERNEL_VERSION_GIT)$(ADK_TARGET_KERNEL_VERSION_RPI)$(ADK_TARGET_KERNEL_VERSION_FSLC),y)
+ifeq ($(ADK_TARGET_KERNEL_GIT),y)
ifneq ($(ADK_TARGET_KERNEL_HASH),)
PKG_VERSION:= $(ADK_TARGET_KERNEL_HASH)
else