projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
add missing dependencies on PCI/PCMCIA/USB support
[openwrt.git]
/
package
/
zd1211-driver
/
Makefile
diff --git
a/package/zd1211-driver/Makefile
b/package/zd1211-driver/Makefile
index
d61cc7b
..
1abfc03
100644
(file)
--- a/
package/zd1211-driver/Makefile
+++ b/
package/zd1211-driver/Makefile
@@
-22,22
+22,29
@@
include $(INCLUDE_DIR)/package.mk
#FIXME: add proper dependency handling on kmod-usb-core packages
define KernelPackage/zd1211
SUBMENU:=Wireless Drivers
#FIXME: add proper dependency handling on kmod-usb-core packages
define KernelPackage/zd1211
SUBMENU:=Wireless Drivers
- DEPENDS:=@LINUX_2_6 @USB_SUPPORT
+ DEPENDS:=@LINUX_2_6 @USB_SUPPORT
+kmod-usb-core
TITLE:=Driver for Zydas 1211 based USB devices
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
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
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
endef
define Build/Compile
This page took
0.019637 seconds
and
4
git commands to generate.