openwrt/target/linux/brcm47xx
Zachary Cook 4d3c8872f8 brcm47xx: fix 831-old_gpio_wdt.patch for linux 4.19
Fix the following compilation error when using linux 4.19 on brcm47xx:
drivers/watchdog/old_gpio_wdt.c:236:2: error: implicit declaration of function 'setup_timer'

setup_timer was removed and replaced by timer_setup in linux >=4.15:
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=513ae785

Update the patch to use the timer_setup interface

Signed-off-by: Zachary Cook <zachcook1991@gmail.com>
2019-07-17 22:59:29 +02:00
..
base-files brcm47xx: cosmetic fix in model detection 2018-08-13 08:37:19 +02:00
generic treewide: use wpad-basic for not small flash targets 2018-10-16 15:07:41 +01:00
image brcm47xx: image: build firmware for Asus WL-500g Deluxe 2017-12-29 23:18:19 +01:00
legacy treewide: use wpad-basic for not small flash targets 2018-10-16 15:07:41 +01:00
mips74k treewide: use wpad-basic for not small flash targets 2018-10-16 15:07:41 +01:00
patches-4.14 kernel: bump 4.14 to 4.14.107 2019-03-22 18:14:28 +01:00
patches-4.19 brcm47xx: fix 831-old_gpio_wdt.patch for linux 4.19 2019-07-17 22:59:29 +02:00
config-4.14 kernel: enable THIN_ARCHIVES by default 2018-05-22 07:55:20 +02:00
config-4.19 brcm47xx: add support for the kernel 4.19 2018-12-27 22:12:15 +01:00
Makefile build: add a config option for enabling a testing version of the target kernel 2019-05-11 11:37:10 +02:00
modules.mk brcm47xx: fix bgmac package 2017-01-04 11:55:39 +01:00