openwrt/target/linux/mediatek
Sven Wegener cd0283788f mediatek: cast literal value to char
Or the comparison against a signed char is always true, because the
literal 0xaa is treated as an unsigned int, to which the signed char is
casted during comparison. 0xaa is above the positive values of a signed
char and negative signed char values result in values larger than 0xaa
when casted to unsigned int.

Signed-off-by: Sven Wegener <sven.wegener@stealer.net>
(cherry picked from commit e9a22ce253)
2022-09-18 15:39:41 +01:00
..
base-files mediatek: store random MAC address in U-Boot env on first boot 2022-01-23 20:20:47 +00:00
dts mediatek: mt7622: fix DTS compatible of UniFi 6 LR variants 2022-09-03 02:28:41 +01:00
files-5.10/drivers mediatek: cast literal value to char 2022-09-18 15:39:41 +01:00
image mediatek: fix typo in bpi-r64 image recipe 2022-09-18 15:39:41 +01:00
mt7622 mediatek: mt7622: use variable sector size for spi-nor 2022-09-03 02:00:16 +01:00
mt7623 mediatek: build ubnt-ledbar as a module 2022-07-04 19:57:49 +01:00
mt7629 kernel: Add missing mediatek configuration options 2022-07-06 21:09:39 +02:00
patches-5.10 kernel: Refresh on 5.10.138 2022-08-28 16:56:01 +02:00
Makefile mediatek: use CONFIG_TARGET_ROOTFS_PARTSIZE 2022-01-23 19:48:07 +00:00
modules.mk mediatek: build ubnt-ledbar as a module 2022-07-04 19:57:49 +01:00