summaryrefslogtreecommitdiffstats
path: root/package/zd1211-driver
diff options
context:
space:
mode:
authornico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>2007-09-07 08:34:51 +0000
committernico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>2007-09-07 08:34:51 +0000
commitc4b73fa154ce47702ee9b3bbe621d8f079eb7fa5 (patch)
tree0f9b6c1a366e3cdca242f1fbebe68337d21e3b7b /package/zd1211-driver
parenta2f0b8eb3e1896bf83e696a4e06757c6ead43fd4 (diff)
move package description to a separate definition, remove it when DESCRIPTION=TITLE
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8659 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/zd1211-driver')
-rw-r--r--package/zd1211-driver/Makefile19
1 files changed, 13 insertions, 6 deletions
diff --git a/package/zd1211-driver/Makefile b/package/zd1211-driver/Makefile
index d61cc7ba2..c078dc5e5 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