From 8eaa279a1a6feea4b18219e46a90041081a92eb0 Mon Sep 17 00:00:00 2001 From: nico Date: Wed, 7 Oct 2009 12:38:39 +0000 Subject: [PATCH] [packages] nufw: add PKG_RELEASE var, cleanup git-svn-id: svn://svn.openwrt.org/openwrt/packages@17979 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- net/nufw/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/net/nufw/Makefile b/net/nufw/Makefile index e5991af32..52f3517d8 100644 --- a/net/nufw/Makefile +++ b/net/nufw/Makefile @@ -4,13 +4,12 @@ # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. # -# This Makefile is a skeleton -# include $(TOPDIR)/rules.mk PKG_NAME:=nufw PKG_VERSION:=2.2.21 +PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=http://www.nufw.org/download/nufw/ -- 2.11.0