summaryrefslogtreecommitdiffstats
path: root/package/zd1211
diff options
context:
space:
mode:
authornico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>2006-06-18 18:30:40 +0000
committernico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>2006-06-18 18:30:40 +0000
commit4e00d98efdec5bb2e6e19eccf85fcf9a0eecb646 (patch)
tree2a3133f582fa7391fe86e7dfa463db4f5631ef2e /package/zd1211
parentc69b4635d3107b5893387d493d79b976d419e475 (diff)
normalize Makefiles.
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@3998 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/zd1211')
-rw-r--r--package/zd1211/Makefile19
1 files changed, 9 insertions, 10 deletions
diff --git a/package/zd1211/Makefile b/package/zd1211/Makefile
index e73c0dc52..a71873b9f 100644
--- a/package/zd1211/Makefile
+++ b/package/zd1211/Makefile
@@ -8,25 +8,25 @@ PKG_VERSION:=r69
PKG_RELEASE:=1
PKG_MD5SUM:=c14133a3d5b27927402a492e84d2467a
+PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-driver-$(PKG_VERSION)
PKG_SOURCE_URL:=http://zd1211.ath.cx/download/
PKG_SOURCE:=$(PKG_NAME)-driver-$(PKG_VERSION).tgz
PKG_CAT:=zcat
-PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-driver-$(PKG_VERSION)
-
include $(TOPDIR)/package/rules.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 \\\
+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)
+URL:=http://zd1211.ath.cx/
+VERSION:=$(LINUX_VERSION)+$(PKG_VERSION)-$(BOARD)-$(PKG_RELEASE)
endef
define Build/Compile
@@ -54,4 +54,3 @@ define Package/kmod-zd1211/install
endef
$(eval $(call BuildPackage,kmod-zd1211))
-