From 720e45c20e838f4b144abac8ebf0295a4740f696 Mon Sep 17 00:00:00 2001 From: Sukru Senli Date: Tue, 24 Mar 2020 08:32:37 +0100 Subject: [PATCH] opkgd: correct Makefile --- opkgd/Makefile | 4 ---- 1 file changed, 4 deletions(-) diff --git a/opkgd/Makefile b/opkgd/Makefile index 7e54de9e1..0578d85c7 100755 --- a/opkgd/Makefile +++ b/opkgd/Makefile @@ -28,10 +28,6 @@ define Package/opkgd/description Ubus based backend for OPKG which can be used by other applications running on top of it. endef -define Build/Prepare - $(CP) ./src/* $(PKG_BUILD_DIR)/ -endef - TARGET_CFLAGS += \ -I$(STAGING_DIR)/usr/include \ -D_GNU_SOURCE