opkgd: correct Makefile

This commit is contained in:
Sukru Senli 2020-03-24 08:32:37 +01:00
parent 08230823d5
commit 720e45c20e

View file

@ -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