mirror of
https://git.netzspielplatz.de/docker-multiarch/openwrt-firmware-selector.git
synced 2025-11-08 20:39:25 +00:00
add manifest, new releases and add attribution
This commit is contained in:
parent
b3b52baf11
commit
247e0c05f9
7 changed files with 46 additions and 7 deletions
15
README.md
15
README.md
|
|
@ -1,4 +1,4 @@
|
|||
# OpenWrt Firmware Selector Wizard [](https://codecov.io/gh/sudhanshu16/openwrt-firmware-selector)
|
||||
# OpenWrt Firmware Selector [](https://codecov.io/gh/sudhanshu16/openwrt-firmware-selector)
|
||||
|
||||
A simple OpenWrt firmware selector using autocompletion.
|
||||
|
||||
|
|
@ -16,6 +16,19 @@ You can set it up easily:
|
|||
2. Use [yarn](https://yarnpkg.com/en/) to install package dependencies
|
||||
`yarn install`
|
||||
3. Run `scripts/collect.py` to generate required JSON files.
|
||||
|
||||
Format:
|
||||
|
||||
```sh
|
||||
./scripts/collect.py --image-url <image_url> <release_src> <config_path> <output_path>
|
||||
```
|
||||
|
||||
Example:
|
||||
|
||||
```sh
|
||||
./scripts/collect.py --image-url 'https://downloads.openwrt.org/{base}/{target}' https://downloads.openwrt.org ./src ./public/
|
||||
```
|
||||
|
||||
4. Use the following command to start a dev server:
|
||||
`yarn start`
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue