From: thepeople Date: Thu, 10 Jul 2008 03:15:08 +0000 (+0000) Subject: Always build the latest revision. From the n2n makefile in their svn repo. X-Git-Url: http://git.archive.openwrt.org/?p=packages.git;a=commitdiff_plain;h=9e4a805d95bf2d574b5759a9f75cbdb7c9a10a3f 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 --- diff --git a/net/n2n/Makefile b/net/n2n/Makefile index a1172b9ef..89b98f768 100644 --- a/net/n2n/Makefile +++ b/net/n2n/Makefile @@ -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)