coova-chilli: fix build error

This commit removes that copy command to fix build error.

Signed-off-by: Jaehoon You <teslamint@gmail.com>
This commit is contained in:
Jaehoon You 2019-03-27 19:10:05 +09:00
parent 4f1e48001f
commit 1dc8f8f251
No known key found for this signature in database
GPG Key ID: D7A2F0D99E302447
1 changed files with 1 additions and 2 deletions

View File

@ -12,7 +12,7 @@ PKG_VERSION:=1.4
PKG_MAINTAINER:=Jaehoon You <teslamint@gmail.com>
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))