diff options
author | Nicolas Thill <nico@openwrt.org> | 2007-09-03 08:01:31 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2007-09-03 08:01:31 +0000 |
commit | 665dd9813ae89ae0bd11cfcd04271d66c3b0e7e2 (patch) | |
tree | 07eacb11c271a8e5e26db971e9814f0bb127c072 | |
parent | 6a6fa5a4ab70f9f15f6f87fcf43a1588db612fe2 (diff) | |
download | upstream-665dd9813ae89ae0bd11cfcd04271d66c3b0e7e2.tar.gz upstream-665dd9813ae89ae0bd11cfcd04271d66c3b0e7e2.tar.bz2 upstream-665dd9813ae89ae0bd11cfcd04271d66c3b0e7e2.zip |
rename zd1211 package to zd1211-driver
SVN-Revision: 8584
-rw-r--r-- | package/zd1211-driver/Makefile (renamed from package/zd1211/Makefile) | 6 | ||||
-rw-r--r-- | package/zd1211-driver/patches/100-linux_2.6.22.patch (renamed from package/zd1211/patches/100-linux_2.6.22.patch) | 0 |
2 files changed, 2 insertions, 4 deletions
diff --git a/package/zd1211/Makefile b/package/zd1211-driver/Makefile index 292c923414..1790941bb3 100644 --- a/package/zd1211/Makefile +++ b/package/zd1211-driver/Makefile @@ -9,16 +9,14 @@ include $(TOPDIR)/rules.mk include $(INCLUDE_DIR)/kernel.mk -PKG_NAME:=zd1211 +PKG_NAME:=zd1211-driver PKG_VERSION:=r85 PKG_RELEASE:=1 -PKG_SOURCE:=$(PKG_NAME)-driver-$(PKG_VERSION).tgz +PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tgz PKG_SOURCE_URL:=@openwrt/ PKG_MD5SUM:=885cf08742c95cc416258257b5842b22 -PKG_BUILD_DIR:=$(KERNEL_BUILD_DIR)/$(PKG_NAME)-driver-$(PKG_VERSION) - include $(INCLUDE_DIR)/package.mk #FIXME: add proper dependency handling on kmod-usb-core packages diff --git a/package/zd1211/patches/100-linux_2.6.22.patch b/package/zd1211-driver/patches/100-linux_2.6.22.patch index dcab23ec9a..dcab23ec9a 100644 --- a/package/zd1211/patches/100-linux_2.6.22.patch +++ b/package/zd1211-driver/patches/100-linux_2.6.22.patch |