From be133892fd8efd12ab388a1d1014ff5d2ee4e458 Mon Sep 17 00:00:00 2001 From: Jonathon Hall Date: Fri, 7 Apr 2023 16:43:17 -0400 Subject: [PATCH] modules/fbwhiptail: Update to 1.1 These changes primarily improve server boards using BMC video. The correct DRI card is selected even if it isn't the first one, and performance is greatly improved on non-UMA cards. Signed-off-by: Jonathon Hall --- modules/fbwhiptail | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/fbwhiptail b/modules/fbwhiptail index 9e6f6321..6ba94793 100644 --- a/modules/fbwhiptail +++ b/modules/fbwhiptail @@ -2,11 +2,11 @@ modules-$(CONFIG_FBWHIPTAIL) += fbwhiptail fbwhiptail_depends := cairo $(musl_dep) -fbwhiptail_version := 1.0 +fbwhiptail_version := 1.1 fbwhiptail_dir := fbwhiptail-$(fbwhiptail_version) fbwhiptail_tar := fbwhiptail-$(fbwhiptail_version).tar.gz fbwhiptail_url := https://source.puri.sm/firmware/fbwhiptail/-/archive/$(fbwhiptail_version)/fbwhiptail-$(fbwhiptail_version).tar.gz -fbwhiptail_hash := de4fe774b48fd2d1ce10ad2d44cb2d9f4a52bcaac37da83d9d05248d2428c5e3 +fbwhiptail_hash := e14e604d7b8f64196700723d74f678c65c7d517dae4e077f9ad9ba3d19d63731 fbwhiptail_target := \ $(MAKE_JOBS) \