tn3399_openwrt/package/kernel/broadcom-wl
Felix Fietkau fc822a4370 broadcom_wl: eliminate compiler error with gcc-4.9-linaro
Attempting to build broadcom_wl (from trunk) with the linaro 4.9.x
toolchain produces the following errors:

<...>/wl_linux.c: In function 'wl_dump_ver':
<...>/wl_linux.c:2302:3: error: macro "__DATE__" might prevent reproducible builds [-Werror=date-time]
   __DATE__, __TIME__, EPI_VERSION_STR);
   ^
<...>/wl_linux.c:2302:13: error: macro "__TIME__" might prevent reproducible builds [-Werror=date-time]
   __DATE__, __TIME__, EPI_VERSION_STR);
             ^
cc1: some warnings being treated as errors

Remove the use of the __DATE__ and __TIME__ macros, as the info is not
really useful.

Signed-off-by: Nathan Hintz <nlhintz@hotmail.com>

SVN-Revision: 43046
2014-10-24 18:05:51 +00:00
..
files broadcom-wl: add default tx and rx antennas 2014-08-08 22:59:45 +00:00
patches broadcom_wl: eliminate compiler error with gcc-4.9-linaro 2014-10-24 18:05:51 +00:00
src broadcom-wl: fix led support 2014-07-05 22:55:40 +00:00
Makefile broadcom-wl: disable mips16 support, fixes build 2014-07-07 08:29:35 +00:00