summaryrefslogtreecommitdiff
path: root/openwrt
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2006-08-08 14:46:22 +0000
committerNicolas Thill <nico@openwrt.org>2006-08-08 14:46:22 +0000
commitf30ce66b43dfa07e4e403f94c9f27d65d984a9fb (patch)
tree4a517c857b03a0ce8e12d72693d79acd4750575e /openwrt
parent7a0d8ca5b4a49e2e4deaaa6d7bec4a3868613cfd (diff)
downloadmtk-20170518-f30ce66b43dfa07e4e403f94c9f27d65d984a9fb.zip
mtk-20170518-f30ce66b43dfa07e4e403f94c9f27d65d984a9fb.tar.gz
mtk-20170518-f30ce66b43dfa07e4e403f94c9f27d65d984a9fb.tar.bz2
disable on uml-2.6 (lacking wireless), standardize
SVN-Revision: 4540
Diffstat (limited to 'openwrt')
-rw-r--r--openwrt/package/zd1211/Makefile24
1 files changed, 12 insertions, 12 deletions
diff --git a/openwrt/package/zd1211/Makefile b/openwrt/package/zd1211/Makefile
index 6c70924..651621f 100644
--- a/openwrt/package/zd1211/Makefile
+++ b/openwrt/package/zd1211/Makefile
@@ -12,27 +12,27 @@ include $(INCLUDE_DIR)/kernel.mk
PKG_NAME:=zd1211
PKG_VERSION:=r69
PKG_RELEASE:=1
-PKG_MD5SUM:=c14133a3d5b27927402a492e84d2467a
PKG_BUILD_DIR:=$(KERNEL_BUILD_DIR)/$(PKG_NAME)-driver-$(PKG_VERSION)
-PKG_SOURCE_URL:=http://zd1211.ath.cx/download/
PKG_SOURCE:=$(PKG_NAME)-driver-$(PKG_VERSION).tgz
+PKG_SOURCE_URL:=http://zd1211.ath.cx/download/
+PKG_MD5SUM:=c14133a3d5b27927402a492e84d2467a
PKG_CAT:=zcat
include $(INCLUDE_DIR)/package.mk
#FIXME: add proper dependency handling on kmod-usb-core packages
define Package/kmod-zd1211
-SECTION:=drivers
-CATEGORY:=Drivers
-DEPENDS:=@LINUX_2_6
-TITLE:=Driver for Zydas 1211 based USB devices
-DESCRIPTION:=Driver for Zydas 1211 based USB devices \\\
-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.
-URL:=http://zd1211.ath.cx/
-VERSION:=$(LINUX_VERSION)+$(PKG_VERSION)-$(BOARD)-$(PKG_RELEASE)
+ SECTION:=drivers
+ CATEGORY:=Drivers
+ DEPENDS:=@LINUX_2_6&&!LINUX_2_6_UML
+ TITLE:=Driver for Zydas 1211 based USB devices
+ DESCRIPTION:=Driver for Zydas 1211 based USB devices \\\
+ 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.
+ URL:=http://zd1211.ath.cx/
+ VERSION:=$(LINUX_VERSION)+$(PKG_VERSION)-$(BOARD)-$(PKG_RELEASE)
endef
define Build/Compile