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
1 changed files with 8 additions and 10 deletions
|
@ -32,24 +32,25 @@ define Package/linux-atm/description
|
||||||
This package contains a library for accessing the Linux ATM subsystem.
|
This package contains a library for accessing the Linux ATM subsystem.
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/atm-tools
|
define Package/linux-atm/Default
|
||||||
SECTION:=net
|
SECTION:=net
|
||||||
CATEGORY:=Network
|
CATEGORY:=Network
|
||||||
DEPENDS:=linux-atm
|
DEPENDS:=linux-atm
|
||||||
TITLE:=Linux ATM tools
|
|
||||||
URL:=http://linux-atm.sourceforge.net/
|
URL:=http://linux-atm.sourceforge.net/
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
define Package/atm-tools
|
||||||
|
$(call Package/linux-atm/Default)
|
||||||
|
TITLE:=Linux ATM tools
|
||||||
|
endef
|
||||||
|
|
||||||
define Package/atm-tools/description
|
define Package/atm-tools/description
|
||||||
This package contains the Linux ATM tools.
|
This package contains the Linux ATM tools.
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/atm-diagnostics
|
define Package/atm-diagnostics
|
||||||
SECTION:=net
|
$(call Package/linux-atm/Default)
|
||||||
CATEGORY:=Network
|
|
||||||
DEPENDS:=linux-atm
|
|
||||||
TITLE:=Linux ATM Diagnostics
|
TITLE:=Linux ATM Diagnostics
|
||||||
URL:=http://linux-atm.sourceforge.net/
|
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/atm-diagnostics/description
|
define Package/atm-diagnostics/description
|
||||||
|
@ -57,11 +58,8 @@ define Package/atm-diagnostics/description
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/br2684ctl
|
define Package/br2684ctl
|
||||||
SECTION:=net
|
$(call Package/linux-atm/Default)
|
||||||
CATEGORY:=Network
|
|
||||||
DEPENDS:=linux-atm
|
|
||||||
TITLE:=ATM Ethernet bridging configuration utility
|
TITLE:=ATM Ethernet bridging configuration utility
|
||||||
URL:=http://linux-atm.sourceforge.net/
|
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/br2684ctl/description
|
define Package/br2684ctl/description
|
||||||
|
|
Loading…
Reference in a new issue