From 029b5b83cd51f2b66ac6461c37973d128262d870 Mon Sep 17 00:00:00 2001 From: Markham Date: Mon, 23 May 2022 20:56:40 +0200 Subject: [PATCH] cleanup --- make/applications.mk | 1 - make/libraries.mk | 1 - 2 files changed, 2 deletions(-) diff --git a/make/applications.mk b/make/applications.mk index 65dd777..77ae47a 100755 --- a/make/applications.mk +++ b/make/applications.mk @@ -61,7 +61,6 @@ BUSYBOX_PATCHES += busybox-1.29.1-mdev.diff #BUSYBOX_PATCHES += busybox-1.29.1-unicode.patch BUSYBOX_PATCHES += busybox-1.29.1-flashcp-small-output.patch BUSYBOX_PATCHES += busybox-mount_single_uuid.patch -BUSYBOX_PATCHES += busybox-1.24.1-wget.diff $(D)/busybox: $(D)/libtirpc $(ARCHIVE)/busybox-$(BUSYBOX_VER).tar.bz2 | $(TARGETPREFIX) $(START_BUILD) diff --git a/make/libraries.mk b/make/libraries.mk index 15738ed..1a0447a 100755 --- a/make/libraries.mk +++ b/make/libraries.mk @@ -487,7 +487,6 @@ $(D)/libcurl: $(ARCHIVE)/curl-$(CURL_VER).tar.bz2 $(D)/openssl $(D)/librtmp $(D) $(START_BUILD) $(UNTAR)/curl-$(CURL_VER).tar.bz2 set -e; cd $(BUILD_TMP)/curl-$(CURL_VER); \ - $(PATCH)/libcurl-7.76.1-setopt.diff; \ $(BUILDENV) LIBS="-lssl -lcrypto -lrtmp -lz" \ ./configure \ --prefix=${PREFIX} \ -- 2.39.5