aboutsummaryrefslogtreecommitdiffstats
path: root/package/siit
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2010-05-23 14:09:25 +0000
committerNicolas Thill <nico@openwrt.org>2010-05-23 14:09:25 +0000
commit3ebbebd8dea9ce043d663a40cdc6ea7c28a24563 (patch)
tree5ee5f97876777219d445d6129e686b4794a861da /package/siit
parent5f54ea3d208efc1821aec062052696cbcb0ebd4d (diff)
downloadupstream-3ebbebd8dea9ce043d663a40cdc6ea7c28a24563.tar.gz
upstream-3ebbebd8dea9ce043d663a40cdc6ea7c28a24563.tar.bz2
upstream-3ebbebd8dea9ce043d663a40cdc6ea7c28a24563.zip
add PKG_RELEASE var to packages lacking one
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21547 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/siit')
-rw-r--r--package/siit/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/package/siit/Makefile b/package/siit/Makefile
index e63087f616..4e9f94a8ee 100644
--- a/package/siit/Makefile
+++ b/package/siit/Makefile
@@ -1,5 +1,5 @@
#
-# Copyright (C) 2006 OpenWrt.org
+# Copyright (C) 2006-2010 OpenWrt.org
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
@@ -10,6 +10,7 @@ include $(INCLUDE_DIR)/kernel.mk
PKG_NAME:=siit
PKG_VERSION:=1.1
+PKG_RELEASE:=1
include $(INCLUDE_DIR)/package.mk