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/package/kernel/lantiq
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>
5 years ago
..
ltq-adsl lantiq: ltq-adsl: deactivate ASLR support 6 years ago
ltq-adsl-fw treewide: clean up download hashes 8 years ago
ltq-adsl-mei lantiq: fix lantiq applications kernel 4.14 compatiblity 6 years ago
ltq-atm ltq-atm/ltq-ptm: re-enable/fix reset_ppe() functionality for VR9 5 years ago
ltq-deu ltq-deu: Fix section mismatches 6 years ago
ltq-ifxos lantiq: Deactivate ASLR support for some applications 6 years ago
ltq-ptm ltq-atm/ltq-ptm: re-enable/fix reset_ppe() functionality for VR9 5 years ago
ltq-tapi lantiq: ltq-tapi: fix compatibility with Linux 4.15+ 5 years ago
ltq-vdsl lantiq: Deactivate ASLR support for some applications 6 years ago
ltq-vdsl-fw ltq-vdsl-fw: update download URL 5 years ago
ltq-vdsl-mei ltq-vdsl-mei: reset g_tx_link_rate on showtime exit 6 years ago
ltq-vmmc lantiq: Deactivate ASLR support for some applications 6 years ago