From: Nicolas Thill Date: Sun, 23 May 2010 14:09:25 +0000 (+0000) Subject: add PKG_RELEASE var to packages lacking one X-Git-Tag: reboot~19816 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=87f8a80eaef707afc7f0d91e7acbe0bc4020501b;p=oweals%2Fopenwrt.git add PKG_RELEASE var to packages lacking one SVN-Revision: 21547 --- diff --git a/package/ifxmips-dsl-api/Makefile b/package/ifxmips-dsl-api/Makefile index 593f0edcb5..7214a1c956 100644 --- a/package/ifxmips-dsl-api/Makefile +++ b/package/ifxmips-dsl-api/Makefile @@ -12,6 +12,7 @@ include $(INCLUDE_DIR)/kernel.mk PKG_NAME:=ifxmips-dsl-api PKG_BASE_NAME:=drv_dsl_cpe_api_danube PKG_VERSION:=3.24.4.4 +PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_BASE_NAME)-$(PKG_VERSION).tar.gz PKG_BUILD_DIR:=$(KERNEL_BUILD_DIR)/drv_dsl_cpe_api-$(PKG_VERSION) PKG_SOURCE_URL:=http://mirror2.openwrt.org/sources/ diff --git a/package/ifxmips-dsl-control/Makefile b/package/ifxmips-dsl-control/Makefile index 6fcad6b92f..51629b3625 100644 --- a/package/ifxmips-dsl-control/Makefile +++ b/package/ifxmips-dsl-control/Makefile @@ -11,6 +11,7 @@ include $(INCLUDE_DIR)/kernel.mk PKG_BASE_NAME:=dsl_cpe_control_danube PKG_VERSION:=3.24.4.4 +PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_BASE_NAME)-$(PKG_VERSION).tar.gz PKG_BUILD_DIR:=$(BUILD_DIR)/dsl_cpe_control-$(PKG_VERSION) PKG_SOURCE_URL:=http://mirror2.openwrt.org/sources/ 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 diff --git a/package/wprobe/Makefile b/package/wprobe/Makefile index 9e0b11adba..ab34f50d6b 100644 --- a/package/wprobe/Makefile +++ b/package/wprobe/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2008 OpenWrt.org +# Copyright (C) 2008-2010 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -9,6 +9,7 @@ include $(INCLUDE_DIR)/kernel.mk PKG_NAME:=wprobe PKG_VERSION:=1 +PKG_RELEASE:=1 PKG_BUILD_DEPENDS:=PACKAGE_wprobe-export:libipfix