mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-04 23:08:26 +02:00
linux-atm: factor common descriptions
Signed-off-by: Florian Fainelli <florian@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34476 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
d97ab55f5d
commit
5fc574fc42
@ -32,24 +32,25 @@ define Package/linux-atm/description
|
||||
This package contains a library for accessing the Linux ATM subsystem.
|
||||
endef
|
||||
|
||||
define Package/atm-tools
|
||||
define Package/linux-atm/Default
|
||||
SECTION:=net
|
||||
CATEGORY:=Network
|
||||
DEPENDS:=linux-atm
|
||||
TITLE:=Linux ATM tools
|
||||
URL:=http://linux-atm.sourceforge.net/
|
||||
endef
|
||||
|
||||
define Package/atm-tools
|
||||
$(call Package/linux-atm/Default)
|
||||
TITLE:=Linux ATM tools
|
||||
endef
|
||||
|
||||
define Package/atm-tools/description
|
||||
This package contains the Linux ATM tools.
|
||||
endef
|
||||
|
||||
define Package/atm-diagnostics
|
||||
SECTION:=net
|
||||
CATEGORY:=Network
|
||||
DEPENDS:=linux-atm
|
||||
$(call Package/linux-atm/Default)
|
||||
TITLE:=Linux ATM Diagnostics
|
||||
URL:=http://linux-atm.sourceforge.net/
|
||||
endef
|
||||
|
||||
define Package/atm-diagnostics/description
|
||||
@ -57,11 +58,8 @@ define Package/atm-diagnostics/description
|
||||
endef
|
||||
|
||||
define Package/br2684ctl
|
||||
SECTION:=net
|
||||
CATEGORY:=Network
|
||||
DEPENDS:=linux-atm
|
||||
$(call Package/linux-atm/Default)
|
||||
TITLE:=ATM Ethernet bridging configuration utility
|
||||
URL:=http://linux-atm.sourceforge.net/
|
||||
endef
|
||||
|
||||
define Package/br2684ctl/description
|
||||
|
Loading…
Reference in New Issue
Block a user