openwrt/package
Adrian Schmutzler 23d3fafd87 broadcom-wl: fix compilation with kernel 5.4
This adds two fixes for compilation with kernel 5.4:

1. dev_open from include/linux/netdevice.h needs a second parameter
   since kernel 5.0:
   00f54e68924e ("net: core: dev: Add extack argument to dev_open()")
2. get_ds() macro definition has been dropped since kernel 5.1:
   736706bee329 ("get rid of legacy 'get_ds()' function")
   Since get_ds() has been just a macro before, replace it in
   the driver instead of creating a version switch.

Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
2020-04-12 12:41:12 +02:00
..
base-files base-files: add enabled commands to service rc.common 2020-04-08 22:07:18 +02:00
boot grub2: fix build when ASLR enabled 2020-04-02 13:42:26 +01:00
devel strace: update to version 5.5 2020-02-24 23:25:28 +01:00
firmware ipq40xx: add support for Cell C RTL30VW 2020-04-10 15:22:26 +02:00
kernel broadcom-wl: fix compilation with kernel 5.4 2020-04-12 12:41:12 +02:00
libs jansson: convert to cmake 2020-04-01 16:36:04 +01:00
network iproute2: update to 5.6.0 2020-04-11 21:02:26 +02:00
system procd: bump to latest HEAD 2020-04-09 13:07:22 +01:00
utils e2fsprogs: Update to 1.45.6 2020-04-09 22:08:16 +02:00
Makefile packages: apply usign padding workarounds to package indexes if needed 2019-08-07 07:15:07 +02:00