toolchain: kernel-headers: kernel Git tree mirror hash
[openwrt/staging/chunkeey.git] / config / Config-devel.in
index 6447a79db2caa3367caf1d7530ef33928e526ba0..21e15f16dcb46cd561ba6e63117b395fd7542449 100644 (file)
@@ -107,6 +107,11 @@ menuconfig DEVEL
                  It can be a git hash or a branch name.
                  If unused, the clone's repository HEAD will be checked-out.
 
+       config KERNEL_GIT_MIRROR_HASH
+               string "Enter hash of Git kernel tree source checkout tarball" if DEVEL
+               depends on (KERNEL_GIT_CLONE_URI != "")
+               default ""
+
        config BUILD_LOG
                bool "Enable log files during build process" if DEVEL
                help