URL to download packages

i removed following packages to have more free space:
gl-sdk4-ui-ovpnclient - git-2024.066.15334-b8639af-1
gl-sdk4-ui-ovpnserver - git-2024.066.15334-b8639af-1

having free space, i was able to move file system and run it on usb stick.
Now i need to re-install them:

opkg install gl-sdk4-ui-ovpnclient gl-sdk4-ui-ovpnserver

but opkg can not find them.
I need the URL from where i can download those packages.
System info:
Model GL-MT300N-V2
OpenWrt Version OpenWrt 22.03.4 r20123-38ccc47687
Kernel version 5.10.176

Afaik they are preinstalled and not in the repo.

Maybe @bruce can confirm or deny?

But how can i install those two packages again?

You can re-install the GL firmware in GL GUI > Upgrade

i was afraid to re-install firmware, because external USB stick mounted as overlay.
But i managed to install those two packages this way:

  1. downloaded to my mac laptop bin file of exact version i have 4.3.25
    GL.iNet download center
  2. extracted all files from .bin using binwalk and squashfs tools.
  3. grep'ed all files for 'ovpn'
  4. checked if they are present on router and if not then copied files to router.
    At all, somewhere dozen of files needed to copy.
    And GUI now is working again.