From: Jaehoon You Date: Wed, 27 Mar 2019 10:10:05 +0000 (+0900) Subject: coova-chilli: fix build error X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=1dc8f8f251ec87155b46bf6facf81e8dfef4ed82;p=openwrt-packages.git coova-chilli: fix build error This commit removes that copy command to fix build error. Signed-off-by: Jaehoon You --- diff --git a/net/coova-chilli/Makefile b/net/coova-chilli/Makefile index ecd7ed406..4a1960e97 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))