This Firmware Wizard lets a user select the correct firmware for his device. Directory listings are used to parse the list of available images.
This Firmware Wizard lets a user select the correct firmware for his device. Directory listings are used to parse the list of available images.
This a fork of the [gluon-firmware-wizard](https://github.com/freifunk-darmstadt/gluon-firmware-wizard) containing these changes:
- jQuery and bootstrap.js were removed
- support for other images name formats
- simpler configuration
- no static branch names
Some [Screenshots](docs/screenshots.md).
Some [Screenshots](docs/screenshots.md).
### Configuration
### Configuration
...
@@ -47,11 +41,10 @@ If no hardware revision is given or is it is empty, the revision is extracted fr
...
@@ -47,11 +41,10 @@ If no hardware revision is given or is it is empty, the revision is extracted fr
If two matches overlap, the longest match will be assigned the matching files. On the other hand, the same match can be used by multiple models without problems.
If two matches overlap, the longest match will be assigned the matching files. On the other hand, the same match can be used by multiple models without problems.
### Configuration
### Configuration
Image paths and available branches can be set in file app.js.
Image paths and available branches can be set in file `config_template.js` which has to be renamed to `config.js`
### TODO
### TODO
- support rootfs/kernel image combinations
- support rootfs/kernel image combinations
- server side site generation (maybe using python?)
### License
### License
This program is free software: you can redistribute it and/or modify
This program is free software: you can redistribute it and/or modify