No description
Find a file
Sudhanshu Gautam 3f46d13ccf Introduce interface to list packages in built image
A dropdown interface that lists all the installed packages for the
built images.

Fixes #7

Signed-off-by: Sudhanshu Gautam <me@sudhanshug.com>
2019-09-02 02:23:20 +05:30
public Adds tabbed interface for advanced image building and reformats code 2019-07-12 01:41:43 +05:30
src Introduce interface to list packages in built image 2019-09-02 02:23:20 +05:30
.env initializes the base for the firmware wizard 2019-06-26 02:43:24 +05:30
.eslintignore Add ESLint to maintain code style. Add pre-commit hook to lint prior. 2019-07-21 22:03:51 +05:30
.eslintrc.yml Add ESLint to maintain code style. Add pre-commit hook to lint prior. 2019-07-21 22:03:51 +05:30
.gitignore uses json from dev server 2019-07-05 22:18:02 +05:30
package.json Fix responsiveness of UI on mobile devices. Shows only relevant images. 2019-07-27 17:25:31 +05:30
README.md Update README.md (#13) 2019-08-25 19:32:09 +05:30
yarn.lock Add ESLint to maintain code style. Add pre-commit hook to lint prior. 2019-07-21 22:03:51 +05:30

OpenWrt Firmware Selector Wizard

The wizard utilises the changes proposed here.
Along with this, the feature to build custom images utilises Attended Sysupgrade Server

Features

  • Easily search devices
  • Option to download Vanilla images
  • Option to download custom images

Setting up

You can set it up easily:

  1. Clone the repository
  2. Use yarn to install package dependencies
    yarn install
  3. Use the following command to start a dev server:
    yarn start

Deployment

In order to deploy the web app, follow the following steps:

  • For gh-pages:

    1. yarn deploy
    2. Enable Github Pages setting to use gh-pages branch.
  • Elsewhere:

    1. Build the app using:
      yarn build
    2. Host the files from /build directory.