mwarning / openwrt-firmware-selector

OpenWrt firmware selector. With custom image builder support.
https://mwarning.github.io/openwrt-firmware-selector/www/
Creative Commons Zero v1.0 Universal
38 stars 23 forks source link

fix autocomplete + buildate, move exampels #37

Closed aparcar closed 4 years ago

aparcar commented 4 years ago

autocomplete never worked because of wrong files naming. The package index file is called index.json and now available on the ASU server.

The build date never worked for images created by the official OpenWrt build bots, fixed by reading the last-modified header.

Examples files are now in their own folders to follow the structure of ASU, which offers not only profiles but also package information in the version folders.

Signed-off-by: Paul Spooren mail@aparcar.org