Этот коммит содержится в:
2025-07-29 01:47:28 -04:00
родитель 908664b185
Коммит 11c28c7ab3

Просмотреть файл

@@ -770,6 +770,8 @@ main() {
# single call to normalize+ref # single call to normalize+ref
read -r release ref < <(normalize_and_ref "$raw_release" "$mode") read -r release ref < <(normalize_and_ref "$raw_release" "$mode")
debug: "Using release: $release, ref: $ref, mode: $mode"
declare -g SRC_DIR="$BUILD_ROOT/src/.openwrt" declare -g SRC_DIR="$BUILD_ROOT/src/.openwrt"
declare -g BUILD_DIR="$BUILD_ROOT/src/$profile/$mode-$ref" declare -g BUILD_DIR="$BUILD_ROOT/src/$profile/$mode-$ref"
declare -g BIN_DIR="$BUILD_ROOT/bin/$profile/$mode-$ref" declare -g BIN_DIR="$BUILD_ROOT/bin/$profile/$mode-$ref"