mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-13 03:20:00 +03:00
config submodule - follow master (#14175)
This commit is contained in:
parent
cec5d00bbf
commit
9168569d90
3 changed files with 3 additions and 2 deletions
1
.gitmodules
vendored
1
.gitmodules
vendored
|
@ -1,3 +1,4 @@
|
||||||
[submodule "config"]
|
[submodule "config"]
|
||||||
path = src/config
|
path = src/config
|
||||||
url = https://github.com/betaflight/config.git
|
url = https://github.com/betaflight/config.git
|
||||||
|
branch = master
|
||||||
|
|
|
@ -52,7 +52,7 @@ endif #config
|
||||||
.PHONY: configs
|
.PHONY: configs
|
||||||
configs:
|
configs:
|
||||||
ifeq ($(shell realpath $(CONFIG_DIR)),$(shell realpath $(CONFIGS_SUBMODULE_DIR)))
|
ifeq ($(shell realpath $(CONFIG_DIR)),$(shell realpath $(CONFIGS_SUBMODULE_DIR)))
|
||||||
git submodule update --init -- $(CONFIGS_SUBMODULE_DIR)
|
git submodule update --init --remote -- $(CONFIGS_SUBMODULE_DIR)
|
||||||
else
|
else
|
||||||
ifeq ($(wildcard $(CONFIG_DIR)),)
|
ifeq ($(wildcard $(CONFIG_DIR)),)
|
||||||
@echo "Hydrating clone for configs: $(CONFIG_DIR)"
|
@echo "Hydrating clone for configs: $(CONFIG_DIR)"
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit b0f3ab0cc91f80ab930d599da03446f8c54feb8c
|
Subproject commit d6644d10a62c706075aa5ae328f4e553e620e0a5
|
Loading…
Add table
Add a link
Reference in a new issue