1
0
Fork 0
forked from mirror/openwrt
openwrt/tools
Olliver Schinagl ae614fb397
tools: Improve diffability/maintainability
There's no purpose to squish multiple tools into a single line (and
spread those out over multiple lines). It might look 'nice' in certain
conditions, but it's annoying to maintain.

For example, but not limited to:
* adding/removing tools, causes hard to read diffs
* Duplicates are harder to spot
* Sorting can not be (easily?) automated

With this proposed change, the above annoyances go away. Inserting a new
tool can be done with a single line-change-diff, sorting can be done by
any editor (in vi, select, :sort for example) and dupes are much easier
to spot.

Signed-off-by: Olliver Schinagl <oliver@schinagl.nl>
2022-12-24 11:54:10 +01:00
..
7z
autoconf
autoconf-archive
automake
b43-tools
bash tools/bash: update to 5.2.15 2022-12-17 20:26:51 +01:00
bc
bison
cbootimage
cbootimage-configs
ccache tools/ccache: update to 4.7.4 2022-12-17 20:49:15 +08:00
cmake
coreutils
cpio
dosfstools
dwarves
e2fsprogs
elftosb
elfutils
expat
fakeroot
findutils
firmware-utils firmware-utils: fix archive checksum 2022-12-15 17:47:05 +01:00
flex
flock
genext2fs
gengetopt
gmp
include
isl
kernel2minor
libressl tools/libressl: update to 3.7.0 2022-12-18 16:34:47 +01:00
libtool
llvm-bpf
lzma
lzma-old
m4
make-ext4fs
meson
missing-macros
mkimage
mklibs
mpc tools/mpc: update to 1.3.1 2022-12-17 17:46:32 +01:00
mpfr
mtd-utils
mtools
ninja
padjffs2
patch
patch-image
patchelf tools/patchelf: update to 0.17.0 2022-12-18 23:19:23 +01:00
pkgconf
quilt
sdimage
sed tools/sed: Fix handling of symlinks of 128 chars 2022-12-18 21:40:58 +01:00
sparse
squashfs
squashfskit4
sstrip
tar
xz tools/xz: update to 5.2.10 2022-12-19 23:25:35 +01:00
zip
zlib
zstd
Makefile tools: Improve diffability/maintainability 2022-12-24 11:54:10 +01:00