lede/package/utils
lovehackintosh 849ae160a5
treewide: sync with upstream (#10720)
* mpc85xx: add support for cpu type 8548

8540 cpu type corresponds to e500v1 core while
8548 cpu type corresponds to e500v2 core

See https://www.nxp.com/products/processors-and-microcontrollers/legacy-mpu-mcus/powerquicc-processors:POWERQUICC_HOME#powerquicc-iii-mpc85xx
and https://www.nxp.com/docs/en/application-note/AN2807.pdf .

Co-authored-by: Josef Schlehofer <josef.schlehofer@nic.cz>
Co-authored-by: Pali Rohár <pali@kernel.org>
Signed-off-by: Šimon Bořek <simon.borek@nic.cz>

* tree-wide: Do not use package librt and libpthread

The libraries libpthread, libdl, libutil, libanl have been integrated
into the libc library in version 2.34. it is not needed to explicitly
link them any more.

Most of the functions have been moved from the librt.so into libc.so
some time ago already.

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>

* toolchain/binutils: backport stable patches

Add the patches with real changes from the binutils 2.39 stable branch.
I am not aware that we ran into any of these problems, but I think it is
better to take the existing stable patches.

They were exported like this:
git format-patch binutils-2_39...origin/binutils-2_39-branch
I removed the patches changing the version numbers only.

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>

* toolchain/binutils: switch to version 2.39 by default

This was build tested with all core packages on all targets
successfully.

This was run tested on the following systems:
* lantiq/xrx200 musl
* sunxi/cortex53 musl
* x86/64 musl
* x86/64 glibc

Some trusted firmware arm builds needed some fixes to build with
binutils 2.39, this was merged before.

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>

* 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>

* rules: drop -Wno-error additional flags from default TARGET_CFLAGS

We currently enable -Wno-error=unused-but-set-variable and
-Wno-error=unused-result by default on every compile package.

While this is (relatively) unharmful, we should follow other project
direction and starts enforcing good code quality. For example the linux
kernel recently started to enforce Wall by default and clean code is
mandatory for inclusion.

Drop for good these flags and and make it mandatory to correctly handle
return values at least with a warning log if they are not strictly error
condition.

Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>

* bridger: update to the latest version

def7755c459d add missing copyright headers
f68307fd96d7 add hairpin mode support
9ee8f433ba4e nl: do not pass NDA_VLAN with vid=0
978c1f9eed07 add support for the bridge port isolated flag

Signed-off-by: Felix Fietkau <nbd@nbd.name>

Signed-off-by: Šimon Bořek <simon.borek@nic.cz>
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Signed-off-by: Olliver Schinagl <oliver@schinagl.nl>
Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
Signed-off-by: Felix Fietkau <nbd@nbd.name>
Co-authored-by: Šimon Bořek <simon.borek@nic.cz>
Co-authored-by: Josef Schlehofer <josef.schlehofer@nic.cz>
Co-authored-by: Pali Rohár <pali@kernel.org>
Co-authored-by: Hauke Mehrtens <hauke@hauke-m.de>
Co-authored-by: Olliver Schinagl <oliver@schinagl.nl>
Co-authored-by: Christian Marangi <ansuelsmth@gmail.com>
Co-authored-by: Felix Fietkau <nbd@nbd.name>
2023-01-04 15:41:15 +08:00
..
adb Sync to snapshot kernel 5.4 version 2020-07-02 23:30:56 +08:00
bcm27xx-userland sync with upstream (#10562) 2022-12-08 14:20:57 +08:00
bcm4908img sync with upstream (#10562) 2022-12-08 14:20:57 +08:00
bsdiff build: prefer HTTPS if available (for packages) 2022-10-07 12:33:08 +08:00
busybox sync with upstream (#10562) 2022-12-08 14:20:57 +08:00
bzip2 Sync to snapshot kernel 5.4 version 2020-07-02 23:30:56 +08:00
checkpolicy sync with upstream (#10562) 2022-12-08 14:20:57 +08:00
ct-bugcheck Sync to snapshot kernel 5.4 version 2020-07-02 23:30:56 +08:00
dtc dtc: support printing binary data with fdtget 2022-02-14 19:16:01 +00:00
e2fsprogs treewide: sync with upstream (#10720) 2023-01-04 15:41:15 +08:00
f2fs-tools sync with upstream (#10562) 2022-12-08 14:20:57 +08:00
fbtest Sync to snapshot kernel 5.4 version 2020-07-02 23:30:56 +08:00
fritz-tools treewide: sync with upstream (#10658) 2022-12-23 02:09:34 +08:00
jboot-tools Merge branch 'master' of github.com:lede-project/source 2018-04-23 18:50:49 +08:00
jsonfilter jsonfilter: update makefile url 2022-02-26 16:06:57 +00:00
lua treewide: sync with upstream (#10720) 2023-01-04 15:41:15 +08:00
lua5.3 sync with upstream (#10562) 2022-12-08 14:20:57 +08:00
mdadm sync with upstream (#10562) 2022-12-08 14:20:57 +08:00
mtd-utils sync with upstream (#10562) 2022-12-08 14:20:57 +08:00
nvram sync with upstream (#10562) 2022-12-08 14:20:57 +08:00
osafeloader update source 2017-09-06 19:19:45 +08:00
oseama update source 2017-09-06 19:19:45 +08:00
otrx sync with upstream (#10562) 2022-12-08 14:20:57 +08:00
policycoreutils sync with upstream (#10562) 2022-12-08 14:20:57 +08:00
px5g-mbedtls add kernel 5.10 support and sync with upstream 2021-06-14 18:30:08 +08:00
px5g-wolfssl sync with upstream (#10562) 2022-12-08 14:20:57 +08:00
ravpower-mcu kernel: bump to 4.14.193, 4.19.138, 5.4.59 (#5350) 2020-08-26 11:31:50 +08:00
secilc sync with upstream (#10562) 2022-12-08 14:20:57 +08:00
spidev_test sdk: add spidev-test to the bundle of userspace sources 2022-07-20 17:42:22 +08:00
ucode sync with upstream (#10562) 2022-12-08 14:20:57 +08:00
uencrypt sync with upstream (#10562) 2022-12-08 14:20:57 +08:00
ugps sync with upstream (#10562) 2022-12-08 14:20:57 +08:00
usbmode usbmode: update to version 2022-02-24 2022-02-26 16:07:31 +00:00
util-linux sync with upstream (#10562) 2022-12-08 14:20:57 +08:00
zyxel-bootconfig sync with upstream (#10562) 2022-12-08 14:20:57 +08:00