projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
yet more cleanup (make sure to honor TARGET_CC and not just TARGET_CROSS)
[openwrt.git]
/
package
/
zd1211
/
Makefile
diff --git
a/package/zd1211/Makefile
b/package/zd1211/Makefile
index
e73c0dc
..
6c70924
100644
(file)
--- a/
package/zd1211/Makefile
+++ b/
package/zd1211/Makefile
@@
-1,32
+1,38
@@
+#
+# Copyright (C) 2006 OpenWrt.org
+#
+# This is free software, licensed under the GNU General Public License v2.
+# See /LICENSE for more information.
+#
# $Id: Makefile 3297 2006-03-02 23:42:52Z florian $
include $(TOPDIR)/rules.mk
# $Id: Makefile 3297 2006-03-02 23:42:52Z florian $
include $(TOPDIR)/rules.mk
-include $(
TOPDIR)/package
/kernel.mk
+include $(
INCLUDE_DIR)
/kernel.mk
PKG_NAME:=zd1211
PKG_VERSION:=r69
PKG_RELEASE:=1
PKG_MD5SUM:=c14133a3d5b27927402a492e84d2467a
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_CAT:=zcat
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
+include $(INCLUDE_DIR)/package.mk
+#FIXME: add proper dependency handling on kmod-usb-core packages
define Package/kmod-zd1211
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.
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
endef
define Build/Compile
@@
-54,4
+60,3
@@
define Package/kmod-zd1211/install
endef
$(eval $(call BuildPackage,kmod-zd1211))
endef
$(eval $(call BuildPackage,kmod-zd1211))
-
This page took
0.02986 seconds
and
4
git commands to generate.