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
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>
4 years ago
..
base-files base-files: add enabled commands to service rc.common 4 years ago
boot grub2: fix build when ASLR enabled 4 years ago
devel strace: update to version 5.5 4 years ago
firmware ipq40xx: add support for Cell C RTL30VW 4 years ago
kernel broadcom-wl: fix compilation with kernel 5.4 4 years ago
libs jansson: convert to cmake 4 years ago
network iproute2: update to 5.6.0 4 years ago
system procd: bump to latest HEAD 4 years ago
utils e2fsprogs: Update to 1.45.6 4 years ago
Makefile packages: apply usign padding workarounds to package indexes if needed 5 years ago