linux-atm: factor common descriptions
Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 34476
This commit is contained in:
parent
822ee5053e
commit
250773ef32
@ -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