mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-02-17 15:24:43 +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.
|
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…
x
Reference in New Issue
Block a user