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:
thepeople 2008-07-10 03:15:08 +00:00
parent f99c98092f
commit 9e4a805d95

View File

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