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