tn3399_openwrt/package/kernel/broadcom-wl/patches
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
..
003-compat-2.6.35.patch packages: clean up the package folder 2013-06-21 16:54:37 +00:00
004-remove-pcmcia.patch packages: clean up the package folder 2013-06-21 16:54:37 +00:00
005-fix-mem-leak-on-unload.patch packages: clean up the package folder 2013-06-21 16:54:37 +00:00
006-generic-dma-api.patch broadcom-wl: assign first increased mac address to internal wifi core 2014-07-07 17:38:54 +00:00
007-use-glue-driver.patch broadcom-wl: perform additional cleanup on wl module unload 2013-11-11 22:03:58 +00:00
008-fix_virtual_interfaces.patch broadcom-wl: fix crash when starting multiple virtual interfaces 2013-11-11 22:04:26 +00:00
009-fix_compile_3_2.patch broadcom-wl: fix crash when starting multiple virtual interfaces 2013-11-11 22:04:26 +00:00
010-remove_irqf_samble_random.patch broadcom-wl: assign first increased mac address to internal wifi core 2014-07-07 17:38:54 +00:00
011-fix_compile_3_4.patch packages: clean up the package folder 2013-06-21 16:54:37 +00:00
012-compat-3.10.patch broadcom-wl: fix crash when starting multiple virtual interfaces 2013-11-11 22:04:26 +00:00
013-interface-name.patch broadcom-wl: fix crash when starting multiple virtual interfaces 2013-11-11 22:04:26 +00:00
014-fix-band-reporting.patch broadcom-wl: assign first increased mac address to internal wifi core 2014-07-07 17:38:54 +00:00
015-support-probe-of-wds-interfaces.patch broadcom-wl: support probe of 'wds' devices 2013-11-11 22:04:53 +00:00
100-fix_nvram_two_devices.patch broadcom-wl: fix compiler warning 2013-11-11 21:56:45 +00:00
110-add_number_to_dev_name.patch broadcom-wl: fix crash when starting multiple virtual interfaces 2013-11-11 22:04:26 +00:00
120-fixup-mac-addresses.patch broadcom-wl: assign first increased mac address to internal wifi core 2014-07-07 17:38:54 +00:00
200-add_bcm_a8xx_support.patch broadcom-wl: add support for a8xx broadcom devices 2014-08-08 22:58:54 +00:00
910-fallback-sprom.patch brcm-wl: use new brcm63xx fallback sprom 2014-10-02 12:24:05 +00:00
912-pci-bus-nvram-hack.patch packages: clean up the package folder 2013-06-21 16:54:37 +00:00
913-avoid-dbe-on-ifs_ctl-readw-hack.patch packages: clean up the package folder 2013-06-21 16:54:37 +00:00
914-eliminate-date-time-error.patch broadcom_wl: eliminate compiler error with gcc-4.9-linaro 2014-10-24 18:05:51 +00:00