Always build the latest revision. From the n2n makefile in their svn repo.
git-svn-id: svn://svn.openwrt.org/openwrt/packages@11761 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
f99c98092f
commit
9e4a805d95
@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_BRANCH:=trunk
|
||||
PKG_SOURCE_URL:=https://svn.ntop.org/svn/ntop/trunk/n2n
|
||||
PKG_REV:=3561
|
||||
PKG_REV:=$(shell LC_ALL=C svn info ${PKG_SOURCE_URL} | sed -ne's/^Last Changed Rev: //p')
|
||||
|
||||
PKG_NAME:=n2n
|
||||
PKG_VERSION:=$(PKG_REV)
|
||||
|
Loading…
x
Reference in New Issue
Block a user