[openwrt] use git instead of local copies

This commit is contained in:
Tobias Hintze 2016-08-17 09:43:46 +02:00
parent 76cd5d7484
commit c57eaca805
1 changed files with 0 additions and 6 deletions

View File

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