mirror of
https://github.com/Doodle3D/doodle3d-firmware.git
synced 2025-01-03 08:13:49 +01:00
Remove gpx building from makefiles.
This commit is contained in:
parent
0f59eb30d6
commit
6f05ea9ce0
5
Makefile
5
Makefile
@ -72,7 +72,6 @@ endef
|
|||||||
# directory) to the install directory.
|
# directory) to the install directory.
|
||||||
|
|
||||||
WIFIBOX_BASE_DIR := $(PKG_BUILD_DIR)
|
WIFIBOX_BASE_DIR := $(PKG_BUILD_DIR)
|
||||||
GPX_BASE_DIR := $(PKG_BUILD_DIR)/util/GPX.git
|
|
||||||
TGT_LUA_DIR_SUFFIX := usr/share/lua/wifibox
|
TGT_LUA_DIR_SUFFIX := usr/share/lua/wifibox
|
||||||
|
|
||||||
define Package/wifibox/install
|
define Package/wifibox/install
|
||||||
@ -117,10 +116,6 @@ endif
|
|||||||
|
|
||||||
### create links elsewhere in the system (autowifi)
|
### create links elsewhere in the system (autowifi)
|
||||||
$(LN) -s /$(TGT_LUA_DIR_SUFFIX)/script/d3dapi $(1)/www/cgi-bin
|
$(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
|
endef
|
||||||
|
|
||||||
define Package/wifibox/postinst
|
define Package/wifibox/postinst
|
||||||
|
@ -1,9 +1,3 @@
|
|||||||
GPX_PATH := util/GPX.git
|
|
||||||
|
|
||||||
.PHONY: $(GPX_PATH)
|
|
||||||
|
|
||||||
all:
|
all:
|
||||||
$(MAKE) -C $(GPX_PATH)
|
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
$(MAKE) -C $(GPX_PATH) clean
|
|
||||||
|
Loading…
Reference in New Issue
Block a user