openwrtv4/package/kernel
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
..
acx-mac80211 acx-mac80211: really fix the build 2014-02-08 11:30:20 +00:00
ar7-atm ar7-atm: fix compilation for linux 3.10 2013-10-12 10:50:19 +00:00
avila-wdt packages: clean up the package folder 2013-06-21 16:54:37 +00:00
brcm2708-gpu-fw brcm2708-gpu-fw: update to Sep. 27 2014 snapshot 2014-09-27 17:42:15 +00:00
broadcom-wl broadcom_wl: eliminate compiler error with gcc-4.9-linaro 2014-10-24 18:05:51 +00:00
button-hotplug button-hotplug: remove #ifdef CONFIG_HOTPLUG, it is gone in newer kernels 2014-05-23 22:13:13 +00:00
ep80579-drivers packages: clean up the package folder 2013-06-21 16:54:37 +00:00
gpio-button-hotplug gpio-button-hotplug: remove #ifdef CONFIG_HOTPLUG, it is gone in newer kernels (fixes #16413) 2014-05-23 22:13:10 +00:00
hostap-driver hostapd: move old wifi setup scripts to hostapd-common-old 2013-12-16 18:42:43 +00:00
i2c-gpio-custom package/i2c-gpio-custom: fix checkpatch errors in module source 2013-09-02 08:45:30 +00:00
lantiq lantiq: remove the useless ltqtapi.mk include file 2014-10-05 18:58:47 +00:00
linux linux: add kmod-i2c-piix4 2014-10-24 09:24:45 +00:00
mac80211 ath: process regulatory notifiers with CONFIG_ATH_USER_REGD set 2014-10-23 13:33:18 +00:00
mmc_over_gpio kernel: make most modules use AutoProbe 2013-09-17 21:45:17 +00:00
om-watchdog package/om-watchdog: add OpenMesh OM5P support 2014-07-20 17:30:56 +00:00
rotary-gpio-custom package/rotary-gpio-custom: fix checkpatch errors module source 2013-09-02 08:45:32 +00:00
rtc-rv5c386a packages: clean up the package folder 2013-06-21 16:54:37 +00:00
spi-gpio-custom package/kernel: add spi-gpio-custom module 2013-09-02 08:45:29 +00:00
spi-ks8995 packages: clean up the package folder 2013-06-21 16:54:37 +00:00
trelay packages: clean up the package folder 2013-06-21 16:54:37 +00:00
w1-gpio-custom package/w1-gpio-custom: fix checkpatch errors in module source 2013-09-02 08:45:31 +00:00
wrt55agv2-spidevs wrt55agv2-spidevs: fix compile issues 2014-07-03 11:56:56 +00:00