mirror of
https://github.com/hzyitc/openwrt-redmi-ax3000.git
synced 2025-12-16 16:31:57 +00:00
bugfix: incorrent way to check CONFIG_KERNEL_GIT_LOCAL_REPOSITORY
This commit is contained in:
parent
aeba6437f1
commit
4b9e36cf9e
@ -44,7 +44,7 @@ define Download/kernel
|
||||
endef
|
||||
|
||||
KERNEL_GIT_OPTS:=
|
||||
ifneq ($(strip $(CONFIG_KERNEL_GIT_LOCAL_REPOSITORY)),"")
|
||||
ifneq ($(qstrip $(CONFIG_KERNEL_GIT_LOCAL_REPOSITORY)),)
|
||||
KERNEL_GIT_OPTS+=--reference $(CONFIG_KERNEL_GIT_LOCAL_REPOSITORY)
|
||||
endif
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user