1
0
mirror of https://github.com/aircrack-ng/rtl8812au.git synced 2024-11-25 14:44:09 +00:00

Support reproducable builds

This commit is contained in:
kimocoder 2022-12-19 22:58:39 +01:00
parent a8b3b99726
commit 4a153dbb30

View File

@ -42,7 +42,7 @@ const char *rtw_log_level_str[] = {
void dump_drv_version(void *sel) void dump_drv_version(void *sel)
{ {
RTW_PRINT_SEL(sel, "%s %s\n", DRV_NAME, DRIVERVERSION); RTW_PRINT_SEL(sel, "%s %s\n", DRV_NAME, DRIVERVERSION);
RTW_PRINT_SEL(sel, "build time: %s %s\n", __DATE__, __TIME__); //RTW_PRINT_SEL(sel, "build time: %s %s\n", __DATE__, __TIME__);
} }
#ifdef CONFIG_PROC_DEBUG #ifdef CONFIG_PROC_DEBUG