openwrt/package/kernel/broadcom-wl
Paul Spooren 1fdf6b745c treewide: replace which with command -v
Fix shellcheck SC2230
> which is non-standard. Use builtin 'command -v' instead.

Using `command -v` is POSIX compliant while `which` is not.  Also to
mention, `command -v` is a shell builtin whereas `which` is a separate
busybox applet.

Once applied to everything concerning OpenWrt we can disable the busybox
feature `which` and save 3.8kB.

Acked-by: Stijn Tintel <stijn@linux-ipv6.be>
Signed-off-by: Paul Spooren <mail@aparcar.org>
[also replace cases in zram-swap]
Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
2020-08-12 11:08:05 +02:00
..
files treewide: replace which with command -v 2020-08-12 11:08:05 +02:00
patches broadcom-wl: fix compilation with kernel 5.4 2020-04-12 12:41:12 +02:00
src treewide: replace jow@openwrt.org with jo@mein.io 2016-06-07 11:42:52 +02:00
Makefile broadcom-wl: don't inherit lock descriptor in nas process 2020-05-28 13:08:14 +02:00