2022-04-17 17:49:25 +00:00
|
|
|
Author: Milan P. Stanić <mps@arvanta.net>
|
2023-05-13 16:17:21 +00:00
|
|
|
Date: 2023-04-04 10:07:00.033003320 +0200
|
2022-04-17 17:49:25 +00:00
|
|
|
|
|
|
|
musl libc doesn't have c_ospeed and c_ispeed types so disable
|
|
|
|
build of kwboot with this patch
|
|
|
|
|
2023-05-13 16:17:21 +00:00
|
|
|
--- a/tools/Makefile 2023-04-04 10:07:00.033003320 +0200
|
|
|
|
+++ b/tools/Makefile 2023-04-04 10:07:26.345003333 +0200
|
|
|
|
@@ -213,8 +213,6 @@
|
2022-04-17 17:49:25 +00:00
|
|
|
|
2023-05-13 16:17:21 +00:00
|
|
|
hostprogs-$(CONFIG_NETCONSOLE) += ncb
|
2022-04-17 17:49:25 +00:00
|
|
|
|
|
|
|
-hostprogs-$(CONFIG_ARCH_KIRKWOOD) += kwboot
|
|
|
|
-hostprogs-$(CONFIG_ARCH_MVEBU) += kwboot
|
2023-05-13 16:17:21 +00:00
|
|
|
|
2022-04-17 17:49:25 +00:00
|
|
|
hostprogs-y += proftool
|
2023-05-13 16:17:21 +00:00
|
|
|
proftool-objs = proftool.o lib/abuf.o
|