From 05965fc1d42e452f0c3a09a367fa004f425286e8 Mon Sep 17 00:00:00 2001
From: blogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Date: Sun, 14 Oct 2007 04:32:56 +0000
Subject: [PATCH] DESCRIPTION:= is obselete

git-svn-id: https://svn.openwrt.org/openwrt@9304 3c298f89-4303-0410-b956-a3cf2f4a3e73
---
 Makefile | 10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

diff --git a/Makefile b/Makefile
index 6ac455b..53e9460 100644
--- a/Makefile
+++ b/Makefile
@@ -29,13 +29,17 @@ define Package/quagga
   SECTION:=net
   CATEGORY:=Network
   TITLE:=The Quagga Software Routing Suite
-  DESCRIPTION:=A routing software package that provides TCP/IP based routing services\\\
-	with routing protocols support such as RIPv1, RIPv2, RIPng, OSPFv2,\\\
-	OSPFv3, BGP-4, and BGP-4+\\\
   URL:=http://www.quagga.net
   MENU:=1
 endef
 
+define Package/quagga/description
+A routing software package that provides TCP/IP based routing services
+	with routing protocols support such as RIPv1, RIPv2, RIPng, OSPFv2,
+	OSPFv3, BGP-4, and BGP-4+
+
+endef
+
 define Package/quagga-libzebra
   SECTION:=net
   CATEGORY:=Network