Skip to content
Snippets Groups Projects
Commit 07aa2a6f authored by Clemens John's avatar Clemens John
Browse files

Got answer concerning building package from git...

Got answer concerning building package from git https://forum.openwrt.org/viewtopic.php?pid=194986#p194986
parent a0008f9f
No related branches found
No related tags found
No related merge requests found
...@@ -8,13 +8,14 @@ ...@@ -8,13 +8,14 @@
include $(TOPDIR)/rules.mk include $(TOPDIR)/rules.mk
PKG_NAME:=nodewatcher PKG_NAME:=nodewatcher
PKG_VERSION:=0.0 PKG_VERSION:=2013-02-13
PKG_RELEASE:=1 PKG_SOURCE_PROTO:=git
PKG_SOURCE_URL:=git://freifunk-ol.de/ffol/software/nodewatcher.git
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)
PKG_SOURCE:=$(PKG_NAME).tar.gz PKG_SOURCE:=$(PKG_NAME).tar.gz
PKG_SOURCE_URL:=http://dev.freifunk-ol.de/packages PKG_SOURCE_VERSION:=HEAD
PKG_MD5SUM:=d92ad620c41261a45a46e18bfdf139e1 PKG_SOURCE_SUBDIR:=/
PKG_BUILD_DIR:=$(BUILD_DIR)
include $(INCLUDE_DIR)/package.mk include $(INCLUDE_DIR)/package.mk
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment