File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2,14 +2,16 @@ modules-$(CONFIG_FBWHIPTAIL) += fbwhiptail
22
33fbwhiptail_depends := cairo $(musl_dep)
44
5- fbwhiptail_version := 0f14a409735b71c219e0b9b3ee63cdae709ba143
5+ fbwhiptail_version := 1.0
66fbwhiptail_dir := fbwhiptail-$(fbwhiptail_version)
77fbwhiptail_tar := fbwhiptail-$(fbwhiptail_version).tar.gz
8- fbwhiptail_url := https://source.puri.sm/coreboot /fbwhiptail/-/archive/$(fbwhiptail_version)/fbwhiptail-$(fbwhiptail_version).tar.gz
9- fbwhiptail_hash := d664cad8a5bd5354258809a642b717c46c5b7b9e797c6275b9d6494986ad0f15
8+ fbwhiptail_url := https://source.puri.sm/firmware /fbwhiptail/-/archive/$(fbwhiptail_version)/fbwhiptail-$(fbwhiptail_version).tar.gz
9+ fbwhiptail_hash := de4fe774b48fd2d1ce10ad2d44cb2d9f4a52bcaac37da83d9d05248d2428c5e3
1010
1111fbwhiptail_target := \
1212 $(MAKE_JOBS) \
13+ CFLAGS="-g0 -Os" \
14+ LDFLAGS="-s" \
1315 $(CROSS_TOOLS) \
1416 fbwhiptail
1517
You can’t perform that action at this time.
0 commit comments