mirror of
https://github.com/RinCat/RTL88x2BU-Linux-Driver.git
synced 2024-11-10 01:02:50 +00:00
Disable build time for reproducible builds
This commit is contained in:
parent
e626c1476c
commit
96d6ad675a
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user