From 1dc8f8f251ec87155b46bf6facf81e8dfef4ed82 Mon Sep 17 00:00:00 2001 From: Jaehoon You Date: Wed, 27 Mar 2019 19:10:05 +0900 Subject: [PATCH] coova-chilli: fix build error This commit removes that copy command to fix build error. Signed-off-by: Jaehoon You --- net/coova-chilli/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/net/coova-chilli/Makefile b/net/coova-chilli/Makefile index ecd7ed4068..4a1960e973 100644 --- a/net/coova-chilli/Makefile +++ b/net/coova-chilli/Makefile @@ -12,7 +12,7 @@ PKG_VERSION:=1.4 PKG_MAINTAINER:=Jaehoon You PKG_LICENSE:=GPL-2.0+ PKG_LICENSE_FILES:=COPYING -PKG_RELEASE:=8 +PKG_RELEASE:=9 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://codeload.github.com/coova/coova-chilli/tar.gz/$(PKG_VERSION)? @@ -139,7 +139,6 @@ define Package/coova-chilli/install $(INSTALL_DIR) $(1)/etc/config $(INSTALL_DATA) files/chilli.config $(1)/etc/config/chilli $(INSTALL_DIR) $(1)/lib/firewall - $(CP) files/chilli.firewall $(1)/lib/firewall/chilli.sh endef $(eval $(call BuildPackage,coova-chilli))