mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-23 19:52:27 +02:00
[buildroot] properly reindent Kernel/Prepare/Default
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34014 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
34b60fad1a
commit
2fd9fd4609
@ -37,15 +37,15 @@ ifeq ($(strip $(CONFIG_EXTERNAL_KERNEL_TREE)),"")
|
||||
endef
|
||||
else
|
||||
ifeq ($(strip $(CONFIG_KERNEL_GIT_LOCAL_REPOSITORY)),"")
|
||||
define Kernel/Prepare/Default
|
||||
define Kernel/Prepare/Default
|
||||
git clone $(CONFIG_KERNEL_GIT_CLONE_URI) $(LINUX_DIR)
|
||||
endef
|
||||
else
|
||||
define Kernel/Prepare/Default
|
||||
endef
|
||||
else
|
||||
define Kernel/Prepare/Default
|
||||
git clone --reference $(CONFIG_KERNEL_GIT_LOCAL_REPOSITORY) $(CONFIG_KERNEL_GIT_CLONE_URI) $(LINUX_DIR)
|
||||
endef
|
||||
endef
|
||||
endif
|
||||
endif
|
||||
endif
|
||||
else
|
||||
define Kernel/Prepare/Default
|
||||
mkdir -p $(KERNEL_BUILD_DIR)
|
||||
|
Loading…
Reference in New Issue
Block a user