summaryrefslogtreecommitdiff
path: root/rules.mk
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@uclibc-ng.org>2016-11-17 08:01:17 +0100
committerWaldemar Brodkorb <wbx@uclibc-ng.org>2016-11-17 08:02:30 +0100
commita052c31600ac5c5cec474969c6dc130de8f88108 (patch)
treee9187152a8e551dc45661aec36024fc10c697b8b /rules.mk
parenta1d15775b9f730bb4eaee46aa32c1fee4d2f7a1a (diff)
git kernel handling
Simplify and allow to use git tags, branches, hashes and head. Convert existing usage of git kernel repositories to this.
Diffstat (limited to 'rules.mk')
-rw-r--r--rules.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/rules.mk b/rules.mk
index 4716e3c80..ce55e56f8 100644
--- a/rules.mk
+++ b/rules.mk
@@ -67,9 +67,9 @@ ADK_PARAMETER_NETCONSOLE_SRC_IP:= $(strip $(subst ",, $(ADK_PARAMETER_NETCONSOLE
ADK_PARAMETER_NETCONSOLE_DST_IP:= $(strip $(subst ",, $(ADK_PARAMETER_NETCONSOLE_DST_IP)))
ADK_JFFS2_OPTS:= $(strip $(subst ",, $(ADK_JFFS2_OPTS)))
ADK_TARGET_KERNEL_VERSION:= $(strip $(subst ",, $(ADK_TARGET_KERNEL_VERSION)))
-ADK_TARGET_KERNEL_HASH:= $(strip $(subst ",, $(ADK_TARGET_KERNEL_HASH)))
+ADK_TARGET_KERNEL_GITVER:= $(strip $(subst ",, $(ADK_TARGET_KERNEL_GITVER)))
+ADK_TARGET_KERNEL_GITTYPE:= $(strip $(subst ",, $(ADK_TARGET_KERNEL_GITTYPE)))
ADK_TARGET_KERNEL_DEFCONFIG:= $(strip $(subst ",, $(ADK_TARGET_KERNEL_DEFCONFIG)))
-ADK_KERNEL_GITVER:= $(strip $(subst ",, $(ADK_KERNEL_GITVER)))
ADK_TARGET_KARCH:=$(ADK_TARGET_ARCH)