Skip to content
Snippets Groups Projects
Commit 5fc574fc authored by florian's avatar florian
Browse files

linux-atm: factor common descriptions


Signed-off-by: default avatarFlorian Fainelli <florian@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34476 3c298f89-4303-0410-b956-a3cf2f4a3e73
parent d97ab55f
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment