From 34bb4638e7eeebcfc901c6a8cc00038fc33e4c7a Mon Sep 17 00:00:00 2001 From: Nicolas Thill Date: Fri, 7 Sep 2007 08:34:51 +0000 Subject: move package description to a separate definition, remove it when DESCRIPTION=TITLE SVN-Revision: 8659 --- package/zd1211-driver/Makefile | 19 +++++++++++++------ 1 file changed, 13 insertions(+), 6 deletions(-) (limited to 'package/zd1211-driver') diff --git a/package/zd1211-driver/Makefile b/package/zd1211-driver/Makefile index d61cc7ba20..c078dc5e5f 100644 --- a/package/zd1211-driver/Makefile +++ b/package/zd1211-driver/Makefile @@ -24,20 +24,27 @@ define KernelPackage/zd1211 SUBMENU:=Wireless Drivers DEPENDS:=@LINUX_2_6 @USB_SUPPORT TITLE:=Driver for Zydas 1211 based USB devices - DESCRIPTION:=\ - This package contains a Linux driver for the ZyDAS ZD1211 802.11b/g \\\ - USB-WLAN-Chip.\\\ - Initially contributed by ZyDAS, this driver is actively maintained by the \\\ - open source community. FILES:=$(PKG_BUILD_DIR)/zd1211.$(LINUX_KMOD_SUFFIX) AUTOLOAD:=$(call AutoLoad,60,zd1211) endef +define KernelPackage/zd1211/description + This package contains a Linux driver for the ZyDAS ZD1211 802.11b/g + USB-WLAN-Chip. + Initially contributed by ZyDAS, this driver is actively maintained by the + open source community. +endef + define Package/zd1211-utils SECTION:=utils CATEGORY:=Utilities TITLE:=zd1211 user-space utilities - DESCRIPTION:=zd1211 user-space utilities : apdbg, zd1211-sta +endef + +define Package/zd1211-utils/description + zd1211 user-space utilities : + - apdbg + - zd1211-sta endef define Build/Compile -- cgit v1.2.3