tn3399_openwrt/target/linux/generic
Petr Štetiar 972f2bff6a generic: backport 5.16 fix for hv utils build failure
Backports following fix:

 hv: utils: add PTP_1588_CLOCK to Kconfig to fix build

 The hyperv utilities use PTP clock interfaces and should depend a
 a kconfig symbol such that they will be built as a loadable module or
 builtin so that linker errors do not happen.

 Prevents these build errors:

 ld: drivers/hv/hv_util.o: in function `hv_timesync_deinit':
 hv_util.c:(.text+0x37d): undefined reference to `ptp_clock_unregister'
 ld: drivers/hv/hv_util.o: in function `hv_timesync_init':
 hv_util.c:(.text+0x738): undefined reference to `ptp_clock_register'

References: https://lore.kernel.org/stable/20220328093115.7486-1-ynezz@true.cz/T/#u
Signed-off-by: Petr Štetiar <ynezz@true.cz>
2022-03-29 12:02:50 +02:00
..
backport-5.10 kernel: Backport mv88e6xxx patch to keep pvid at 0 if VLAN-unaware and remove hack 2022-03-27 17:38:49 +01:00
backport-5.15 generic: backport 5.16 fix for hv utils build failure 2022-03-29 12:02:50 +02:00
files generic: fix compilation warning for ar8xxx swconfig 2022-03-27 04:51:38 +01:00
hack-5.10 kernel: Backport mv88e6xxx patch to keep pvid at 0 if VLAN-unaware and remove hack 2022-03-27 17:38:49 +01:00
hack-5.15 generic: 5.15: fix FIT partition parser on block partitions 2022-03-29 01:56:05 +01:00
image target: use SPDX license identifiers on Makefiles 2021-02-10 15:47:18 +01:00
other-files initramfs: switch to tmpfs to fix ujail 2020-11-27 01:23:43 +00:00
pending-5.10 mediatek: add patches for MT7622 WED (wireless ethernet dispatch) 2022-03-27 12:54:38 +02:00
pending-5.15 mediatek: add patches for MT7622 WED (wireless ethernet dispatch) 2022-03-27 12:54:38 +02:00
config-5.10 kernel: sort generic configuration 2022-03-27 15:50:14 +01:00
config-5.15 kernel: generic: add more missing kernel symbols for 5.15 2022-03-29 12:02:50 +02:00
config-filter kernel: filter out both Clang and LLD versions 2021-12-17 16:16:34 +01:00
PATCHES