mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-27 04:36:40 +00:00
fix compile on enabeld data-time check
This commit is contained in:
parent
cf88872550
commit
ae3916293c
@ -0,0 +1,27 @@
|
|||||||
|
--- a/x86-32/src/wl/sys/wl_linux.c
|
||||||
|
+++ b/x86-32/src/wl/sys/wl_linux.c
|
||||||
|
@@ -1773,8 +1773,8 @@
|
||||||
|
void
|
||||||
|
wl_dump_ver(wl_info_t *wl, struct bcmstrbuf *b)
|
||||||
|
{
|
||||||
|
- bcm_bprintf(b, "wl%d: %s %s version %s\n", wl->pub->unit,
|
||||||
|
- __DATE__, __TIME__, EPI_VERSION_STR);
|
||||||
|
+ bcm_bprintf(b, "wl%d: version %s\n", wl->pub->unit,
|
||||||
|
+ EPI_VERSION_STR);
|
||||||
|
}
|
||||||
|
|
||||||
|
#if defined(BCMDBG)
|
||||||
|
|
||||||
|
--- a/x86-64/src/wl/sys/wl_linux.c
|
||||||
|
+++b/x86-64/src/wl/sys/wl_linux.c
|
||||||
|
@@ -1773,8 +1773,8 @@
|
||||||
|
void
|
||||||
|
wl_dump_ver(wl_info_t *wl, struct bcmstrbuf *b)
|
||||||
|
{
|
||||||
|
- bcm_bprintf(b, "wl%d: %s %s version %s\n", wl->pub->unit,
|
||||||
|
- __DATE__, __TIME__, EPI_VERSION_STR);
|
||||||
|
+ bcm_bprintf(b, "wl%d: version %s\n", wl->pub->unit,
|
||||||
|
+ EPI_VERSION_STR);
|
||||||
|
}
|
||||||
|
|
||||||
|
#if defined(BCMDBG)
|
Loading…
x
Reference in New Issue
Block a user