Revisió 72491fa4
Afegit per Pau Escrich fa més de 10 anys
Makefile | ||
---|---|---|
define copy_config
|
||
@echo "Using profile $(PROFILE)"
|
||
cp -f $(CONFIG_DIR)/$(PROFILE) $(CONFIG) || echo "WARNING: Config file not found!"
|
||
-[ -f $(CONFIG_DIR)/targets/$(TARGET) ] && cat $(CONFIG_DIR)/targets/$(TARGET) >> $(CONFIG)
|
||
-[ -f $(CONFIG_DIR)/targets/$(TARGET) ] && cat $(CONFIG_DIR)/targets/$(TARGET) >> $(CONFIG) || true
|
||
cd $(BUILD_PATH) && make defconfig
|
||
endef
|
||
|
També disponible a: Unified diff
Remove firewall from tiny-node
Fix small issue in Makefile