1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-10-18 21:48:23 +02:00
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 tools/cmake: update to 3.25.1 2022-12-06 23:10:40 +01:00
coreutils
cpio
dosfstools tools/dosfstools: fix PKG_SOURCE 2022-12-14 20:29:36 +02:00
dwarves
e2fsprogs e2fsprogs: Fix CVE-2022-1304 2022-12-06 23:09:00 +01:00
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 tools/mpfr: update to 4.1.1 2022-11-27 00:52:06 +01:00
mtd-utils
mtools
ninja
padjffs2
patch tools/patch: apply patch for EACCES on xattr copy 2022-11-20 18:44:43 +01:00
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