1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-10-19 05:58:53 +02:00
openwrt/package
Martin Blumenstingl bf21b6e44d lantiq: ltq-tapi: fix compatibility with Linux 4.15+
Linux 4.15 removes the init_timer() API. It's replaced by two functions:
- timer_setup() is used instead of init_timer() and also replaces the
  timer "function" (callback) setup.
- from_timer() has to be used to obtain the use-case specific data from
  a struct timer_list, which is now passed to the timer callback.

Update the timer API to be compatible with Linux 4.15+ so it compiles
with the upcoming Linux 4.19 kernel update.

Signed-off-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com>
2019-07-04 08:29:13 +02:00
..
base-files base-files: supress service restart of umount 2019-07-03 07:45:00 +02:00
boot u-boot-mvebu: bump to 2019.04 2019-06-28 21:43:27 +02:00
devel valgrind: Add support for ARM64 architecture 2019-05-14 20:28:41 +02:00
firmware linux-firmware: update to 20190618 2019-06-22 13:17:48 +02:00
kernel lantiq: ltq-tapi: fix compatibility with Linux 4.15+ 2019-07-04 08:29:13 +02:00
libs ustream-ssl: update to 2019-06-24 2019-06-24 22:01:17 +02:00
network openvpn: fix handling of list options 2019-07-03 07:45:00 +02:00
system rpcd: add direct dependency on libjson-c 2019-06-21 17:43:17 +02:00
utils lua5.3: stage Lua headers in proper location 2019-07-03 07:21:52 +02:00
Makefile build: add ABI_VERSION to binary package names 2019-01-19 14:32:12 +01:00