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
39 stars 22 forks source link

add option to only generate a new file if the source is newer #40

Closed mwarning closed 4 years ago

aparcar commented 4 years ago

While on it, I'd suggest to extend the handling of generic profiles: If the project is generic, and would thereby be overwritten by other profiles called generic, append a sanitized target to it.

generic in x86/64 should become generic_x86-64 etc. That reflects the changes of https://github.com/openwrt/openwrt/pull/3082 and is thereby compatible with older releases like 19.07.x

mwarning commented 4 years ago

Doesn't this only affect the displayed target? I do not understand how this hides / overwrites entries in the collect.py script. Anyway, this should go into another issue.

mwarning commented 4 years ago

The build date is not from the last modified date of the overview.json anymore, making this change irrelevant.