Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Looking for how to install this repository in OpenWRT? --wiki #3

Open
dyba404 opened this issue Jul 30, 2024 · 1 comment
Open

Looking for how to install this repository in OpenWRT? --wiki #3

dyba404 opened this issue Jul 30, 2024 · 1 comment

Comments

@dyba404
Copy link

dyba404 commented Jul 30, 2024

OpenWRT Repository Installation

Looking for how to install this repository in OpenWRT? Follow these steps:

1. Install a Clean OpenWRT Image

  1. First, install a clean OpenWRT image on your device. For my specific case, I used the GL-AR300M16-EXT and the corresponding image is glinet_gl-ar300m16-squashfs-sysupgrade.bin, which you can find here enlace.

  2. If you are not sure which image to install, search Google for your device model followed by site:openwrt.org. For example, for the GL-AR300M16, search for gl-ar300m site:openwrt.org. This will take you to the model documentation and the image/firmware you should install.

  3. Within the documentation, look for “Firmware OpenWrt Upgrade URL” or “Firmware OpenWrt Install URL”. Although it is not recommended to download from there, use it as a guide to copy the link. In my case, the link is https://downloads.openwrt.org/releases/23.05.3/targets/ath79/generic/openwrt-23.05.3-ath79-generic-glinet_gl-ar300m16-squashfs-sysupgrade.bin. "targets/ath79/generic/"

2. Download and Install Firmware

  1. Go to https://downloads.openwrt.org/releases/ and download the version of OpenWRT (>18) that you consider appropriate. If you took into account the guide, simply select the openwrt version and move between the directories, in my case https://downloads.openwrt.org/releases/--version/targets/ath79/generic/

  2. Once the firmware is downloaded, enter the device's U-Boot and load the image/firmware.

3. Execute the Repository Script

  1. Once you have loaded the clean OpenWRT firmware, run the following command to install the repository:

    wget -qO- https://raw.githubusercontent.com/xchwarze/frieren-release/master/install/install-openwrt.sh | sh
  2. The script will display the output with the IP and port you must enter to view the web interface.

That's it! You should now have the repository installed on your OpenWRT device.

@xchwarze
Copy link
Owner

xchwarze commented Aug 5, 2024

Hello!
The scope of this repo is the sub projects of panel, api and umd module generator.
This could well be a pr to the releases repo https://github.com/xchwarze/frieren-release

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants