From: Markham Date: Mon, 23 May 2022 18:56:40 +0000 (+0200) Subject: cleanup X-Git-Url: https://git.webhop.me/?a=commitdiff_plain;h=029b5b83cd51f2b66ac6461c37973d128262d870;p=bs-cst-neutrino-hd.git cleanup --- 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} \