Remove gpx building from makefiles.

This commit is contained in:
Wouter R 2013-10-29 15:45:03 +01:00
parent 0f59eb30d6
commit 6f05ea9ce0
2 changed files with 0 additions and 11 deletions

View File

@ -72,7 +72,6 @@ endef
# directory) to the install directory.
WIFIBOX_BASE_DIR := $(PKG_BUILD_DIR)
GPX_BASE_DIR := $(PKG_BUILD_DIR)/util/GPX.git
TGT_LUA_DIR_SUFFIX := usr/share/lua/wifibox
define Package/wifibox/install
@ -117,10 +116,6 @@ endif
### create links elsewhere in the system (autowifi)
$(LN) -s /$(TGT_LUA_DIR_SUFFIX)/script/d3dapi $(1)/www/cgi-bin
### install gpx utility
$(INSTALL_DIR) $(1)/usr/bin
$(INSTALL_BIN) $(GPX_BASE_DIR)/gpx $(1)/usr/bin
endef
define Package/wifibox/postinst

View File

@ -1,9 +1,3 @@
GPX_PATH := util/GPX.git
.PHONY: $(GPX_PATH)
all:
$(MAKE) -C $(GPX_PATH)
clean:
$(MAKE) -C $(GPX_PATH) clean