qca / open-ath9k-htc-firmware

The firmware for QCA AR7010/AR9271 802.11n USB NICs
Other
428 stars 182 forks source link

remove __DATE__ and __TIME__ #92

Closed olerem closed 7 years ago

olerem commented 7 years ago

DATE and TIME are mostly useless information. Even more, it makes builds not reprodusable which is evil.

Read more about reproducible builds here: https://reproducible-builds.org/

Signed-off-by: Oleksij Rempel linux@rempel-privat.de