Hide openwrt src dir

This commit is contained in:
2025-07-28 21:38:09 -04:00
parent 498f8a7333
commit 2b4dac7ef3

View File

@@ -790,7 +790,7 @@ main() {
mode="imagebuilder" mode="imagebuilder"
fi fi
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"