From 2b522810afc607539f5b39f7c0f4dc503ab1bfa8 Mon Sep 17 00:00:00 2001 From: florian Date: Fri, 19 Jun 2009 10:26:33 +0000 Subject: [PATCH] [package] bump quagga release number as suggested in #5251 git-svn-id: svn+ssh://svn.openwrt.org/openwrt@16513 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index c32a86c..ca482f3 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2006 OpenWrt.org +# Copyright (C) 2006-2009 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=quagga PKG_VERSION:=0.98.6 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_MD5SUM:=b0d4132039953a0214256873b7d23d68 PKG_SOURCE_URL:=http://www.quagga.net/download/ \