You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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>
5 years ago
..
base-files brcm47xx: cosmetic fix in model detection 6 years ago
generic treewide: use wpad-basic for not small flash targets 6 years ago
image brcm47xx: image: build firmware for Asus WL-500g Deluxe 7 years ago
legacy treewide: use wpad-basic for not small flash targets 6 years ago
mips74k treewide: use wpad-basic for not small flash targets 6 years ago
patches-4.14 kernel: bump 4.14 to 4.14.107 5 years ago
patches-4.19 brcm47xx: fix 831-old_gpio_wdt.patch for linux 4.19 5 years ago
Makefile build: add a config option for enabling a testing version of the target kernel 5 years ago
config-4.14 kernel: enable THIN_ARCHIVES by default 6 years ago
config-4.19 brcm47xx: add support for the kernel 4.19 6 years ago
modules.mk brcm47xx: fix bgmac package 8 years ago