Openwrt Firmware Wizard - Find the right firmware images for your device!
A simple OpenWrt firmware selector using autocompletion.
You can set it up easily:
yarn install
Run scripts/collect.py
to generate required JSON files.
Format:
./scripts/collect.py --image-url <image_url> <release_src> <config_path> <output_path>
Example:
./scripts/collect.py --image-url 'https://downloads.openwrt.org/{base}/{target}' https://downloads.openwrt.org ./src ./public/
Use the following command to start a dev server:yarn start
In order to deploy the web app, follow the following steps:
For gh-pages:
yarn deploy
Elsewhere:
yarn build
/build
directory.