From c57eaca805ebb1513b82b52c27a53b57243742c7 Mon Sep 17 00:00:00 2001 From: Tobias Hintze Date: Wed, 17 Aug 2016 09:43:46 +0200 Subject: [PATCH] [openwrt] use git instead of local copies --- openwrt/Makefile | 6 ------ 1 file changed, 6 deletions(-) diff --git a/openwrt/Makefile b/openwrt/Makefile index 4b087c2..6559bc6 100644 --- a/openwrt/Makefile +++ b/openwrt/Makefile @@ -12,7 +12,6 @@ PKG_NAME:=smartcapwap PKG_VERSION:=1.3.2 PKG_RELEASE:=1 -SRC_SMARTCAPWAP := /usr/src/tplino/components/smartcapwap PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=git://github.com/travelping/smartcapwap.git PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION) @@ -69,11 +68,6 @@ endef TARGET_CFLAGS += -I$(STAGING_DIR)/usr/include/libnl3 -define Build/Prepare - mkdir -p $(PKG_BUILD_DIR) - $(CP) -r $(SRC_SMARTCAPWAP)/* $(PKG_BUILD_DIR)/ -endef - define Build/Configure $(call Build/Configure/Default, --disable-ac) endef