DESCRIPTION:= is obselete
git-svn-id: https://svn.openwrt.org/openwrt@9304 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
160dbd5c93
commit
05965fc1d4
1 changed files with 7 additions and 3 deletions
10
Makefile
10
Makefile
|
@ -29,13 +29,17 @@ define Package/quagga
|
||||||
SECTION:=net
|
SECTION:=net
|
||||||
CATEGORY:=Network
|
CATEGORY:=Network
|
||||||
TITLE:=The Quagga Software Routing Suite
|
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
|
URL:=http://www.quagga.net
|
||||||
MENU:=1
|
MENU:=1
|
||||||
endef
|
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
|
define Package/quagga-libzebra
|
||||||
SECTION:=net
|
SECTION:=net
|
||||||
CATEGORY:=Network
|
CATEGORY:=Network
|
||||||
|
|
Loading…
Reference in a new issue