diff --git a/openwrtbuilder b/openwrtbuilder index 2cb6a17..b03fb4e 100755 --- a/openwrtbuilder +++ b/openwrtbuilder @@ -635,7 +635,7 @@ fromSource() { git -C "$GITSRCDIR" worktree add -fd "$gitworktreedir" master else gitworktreedir="$SRCDIR/$profile/$RELEASE" - git -C "$GITSRCDIR" worktree add -fd "$gitworktreedir" "v$RELEASE" + git -C "$GITSRCDIR" worktree add -fd "$gitworktreedir" "openwrt-${RELEASE%.*}" fi seed_file="$gitworktreedir/.config"