summaryrefslogtreecommitdiffstats
path: root/recipes/obsolete
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/obsolete')
-rw-r--r--recipes/obsolete/zd1211/zd1211-r77/makefile-unslung.patch48
-rw-r--r--recipes/obsolete/zd1211/zd1211-r77/makefile.patch47
-rw-r--r--recipes/obsolete/zd1211/zd1211-r83/makefile-unslung.patch48
-rw-r--r--recipes/obsolete/zd1211/zd1211-r83/makefile.patch47
-rw-r--r--recipes/obsolete/zd1211/zd1211_r77.bb32
-rw-r--r--recipes/obsolete/zd1211/zd1211_r83.bb32
6 files changed, 0 insertions, 254 deletions
diff --git a/recipes/obsolete/zd1211/zd1211-r77/makefile-unslung.patch b/recipes/obsolete/zd1211/zd1211-r77/makefile-unslung.patch
deleted file mode 100644
index 4edcbb7a9d..0000000000
--- a/recipes/obsolete/zd1211/zd1211-r77/makefile-unslung.patch
+++ /dev/null
@@ -1,48 +0,0 @@
---- zd1211-driver-r77/Makefile.orig 2006-02-25 16:04:26.000000000 +0100
-+++ zd1211-driver-r77/Makefile 2006-02-25 17:11:27.000000000 +0100
-@@ -4,24 +4,23 @@
- #
- #
-
--CC=gcc
--CPP=g++
--LD=ld
--rM=rm -f -r
-+CC ?= gcc
-+CPP ?= g++
-+LD ?= ld
-
--MODPATH := /lib/modules/$(shell uname -r)
-+MODPATH ?= /lib/modules/$(shell uname -r)
-
- # if the kernel is 2.6.x, turn on this
--KERN_26=y
-+#KERN_26=y
-
--KERNEL_SOURCE=$(MODPATH)/source
-+KERNEL_SOURCE ?= $(MODPATH)/source
- #KERNEL_SOURCE=/usr/src/linux
-
- # set to 1 for zd1211b
- ZD1211REV_B=0
-
--SRC_DIR=src
--DEFINES=-D__KERNEL__ -DMODULE=1
-+SRC_DIR=src
-+DEFINES ?=-D__KERNEL__ -DMODULE=1
-
-
-
-@@ -227,9 +226,9 @@
- depmod -a
-
- #for apdbg
-- gcc -o apdbg apdbg.c
-- chmod +x apdbg
-- cp ./apdbg /sbin/apdbg
-+# gcc -o apdbg apdbg.c
-+# chmod +x apdbg
-+# cp ./apdbg /sbin/apdbg
-
- clean:
- rm -rf .tmp_versions .*.cmd *.ko *.mod.c *.mod.o *.o $(SRC_DIR)/*.o $(SRC_DIR)/.*.o.cmd
diff --git a/recipes/obsolete/zd1211/zd1211-r77/makefile.patch b/recipes/obsolete/zd1211/zd1211-r77/makefile.patch
deleted file mode 100644
index ed111e07ef..0000000000
--- a/recipes/obsolete/zd1211/zd1211-r77/makefile.patch
+++ /dev/null
@@ -1,47 +0,0 @@
---- zd1211-driver-r77/Makefile.orig 2006-02-25 16:04:26.000000000 +0100
-+++ zd1211-driver-r77/Makefile 2006-02-25 17:11:27.000000000 +0100
-@@ -4,24 +4,23 @@
- #
- #
-
--CC=gcc
--CPP=g++
--LD=ld
--rM=rm -f -r
-+CC ?= gcc
-+CPP ?= g++
-+LD ?= ld
-
--MODPATH := /lib/modules/$(shell uname -r)
-+MODPATH ?= /lib/modules/$(shell uname -r)
-
- # if the kernel is 2.6.x, turn on this
- KERN_26=y
-
--KERNEL_SOURCE=$(MODPATH)/source
-+KERNEL_SOURCE ?= $(MODPATH)/source
- #KERNEL_SOURCE=/usr/src/linux
-
- # set to 1 for zd1211b
- ZD1211REV_B=0
-
--SRC_DIR=src
--DEFINES=-D__KERNEL__ -DMODULE=1
-+SRC_DIR=src
-+DEFINES ?=-D__KERNEL__ -DMODULE=1
-
-
-
-@@ -227,9 +226,9 @@
- depmod -a
-
- #for apdbg
-- gcc -o apdbg apdbg.c
-- chmod +x apdbg
-- cp ./apdbg /sbin/apdbg
-+# gcc -o apdbg apdbg.c
-+# chmod +x apdbg
-+# cp ./apdbg /sbin/apdbg
-
- clean:
- rm -rf .tmp_versions .*.cmd *.ko *.mod.c *.mod.o *.o $(SRC_DIR)/*.o $(SRC_DIR)/.*.o.cmd
diff --git a/recipes/obsolete/zd1211/zd1211-r83/makefile-unslung.patch b/recipes/obsolete/zd1211/zd1211-r83/makefile-unslung.patch
deleted file mode 100644
index bc189e823f..0000000000
--- a/recipes/obsolete/zd1211/zd1211-r83/makefile-unslung.patch
+++ /dev/null
@@ -1,48 +0,0 @@
---- zd1211-driver-r83.orig/Makefile 2006-07-09 04:59:42.000000000 -0500
-+++ zd1211-driver-r83/Makefile 2006-10-21 16:27:41.000000000 -0500
-@@ -4,25 +4,25 @@
- #
- #
-
--CC=gcc
--CPP=g++
--LD=ld
-+CC ?= gcc
-+CPP ?= g++
-+LD ?= ld
- rM=rm -f -r
-
- VERSION := $(shell uname -r)
--MODPATH := /lib/modules/$(VERSION)
-+MODPATH ?= /lib/modules/$(VERSION)
-
- # if the kernel is 2.6.x, turn on this
--KERN_26=y
-+#KERN_26=y
-
--KERNEL_SOURCE=$(MODPATH)/source
-+KERNEL_SOURCE ?= $(MODPATH)/source
- #KERNEL_SOURCE=/usr/src/linux
-
- # set to 1 for zd1211b
- ZD1211REV_B=0
-
- SRC_DIR=src
--DEFINES=-D__KERNEL__ -DMODULE=1
-+DEFINES ?= -D__KERNEL__ -DMODULE=1
-
-
-
-@@ -228,9 +228,9 @@
- depmod -a $(VERSION)
-
- #for apdbg
-- gcc -o apdbg apdbg.c
-- chmod +x apdbg
-- cp ./apdbg /sbin/apdbg
-+# gcc -o apdbg apdbg.c
-+# chmod +x apdbg
-+# cp ./apdbg /sbin/apdbg
-
- clean:
- rm -rf .tmp_versions .*.cmd *.ko *.mod.c *.mod.o *.o $(SRC_DIR)/*.o $(SRC_DIR)/.*.o.cmd
diff --git a/recipes/obsolete/zd1211/zd1211-r83/makefile.patch b/recipes/obsolete/zd1211/zd1211-r83/makefile.patch
deleted file mode 100644
index adc2bd416d..0000000000
--- a/recipes/obsolete/zd1211/zd1211-r83/makefile.patch
+++ /dev/null
@@ -1,47 +0,0 @@
---- zd1211-driver-r83/Makefile.orig 2006-09-02 16:00:00.000000000 +0200
-+++ zd1211-driver-r83/Makefile 2006-09-02 16:01:57.000000000 +0200
-@@ -4,10 +4,10 @@
- #
- #
-
--CC=gcc
--CPP=g++
--LD=ld
--rM=rm -f -r
-+#CC=gcc
-+#CPP=g++
-+#LD=ld
-+#rM=rm -f -r
-
- VERSION := $(shell uname -r)
- MODPATH := /lib/modules/$(VERSION)
-@@ -15,14 +15,14 @@
- # if the kernel is 2.6.x, turn on this
- KERN_26=y
-
--KERNEL_SOURCE=$(MODPATH)/source
-+KERNEL_SOURCE ?= $(MODPATH)/source
- #KERNEL_SOURCE=/usr/src/linux
-
- # set to 1 for zd1211b
- ZD1211REV_B=0
-
- SRC_DIR=src
--DEFINES=-D__KERNEL__ -DMODULE=1
-+DEFINES ?= -D__KERNEL__ -DMODULE=1
-
-
-
-@@ -228,9 +228,9 @@
- depmod -a $(VERSION)
-
- #for apdbg
-- gcc -o apdbg apdbg.c
-- chmod +x apdbg
-- cp ./apdbg /sbin/apdbg
-+# gcc -o apdbg apdbg.c
-+# chmod +x apdbg
-+# cp ./apdbg /sbin/apdbg
-
- clean:
- rm -rf .tmp_versions .*.cmd *.ko *.mod.c *.mod.o *.o $(SRC_DIR)/*.o $(SRC_DIR)/.*.o.cmd
diff --git a/recipes/obsolete/zd1211/zd1211_r77.bb b/recipes/obsolete/zd1211/zd1211_r77.bb
deleted file mode 100644
index 1e2a818f7d..0000000000
--- a/recipes/obsolete/zd1211/zd1211_r77.bb
+++ /dev/null
@@ -1,32 +0,0 @@
-DESCRIPTION = "Driver for zd1211 family of wireless USB Dongles"
-PRIORITY = "optional"
-SECTION = "kernel/modules"
-LICENSE = "GPL"
-PR = "r4"
-RDEPENDS_${PN} = "wireless-tools"
-
-SRC_URI = "http://zd1211.ath.cx/download/zd1211-driver-${PV}.tgz \
- file://makefile.patch \
- "
-
-S = "${WORKDIR}/zd1211-driver-${PV}"
-
-inherit module
-
-do_compile () {
- unset CFLAGS CPPFLAGS CXXFLAGS LDFLAGS CC LD CPP
- oe_runmake 'MODPATH=${D}${base_libdir}/modules/${KERNEL_VERSION}/kernel/drivers/net' \
- 'KERNEL_SOURCE=${STAGING_KERNEL_DIR}' \
- 'KDIR=${STAGING_KERNEL_DIR}' \
- 'KERNEL_VERSION=${KERNEL_VERSION}' \
- 'CC=${KERNEL_CC}' \
- 'LD=${KERNEL_LD}'
-}
-
-do_install() {
- install -d ${D}${base_libdir}/modules/${KERNEL_VERSION}/kernel/drivers/net
- install -m 0644 ${S}/zd1211*${KERNEL_OBJECT_SUFFIX} ${D}${base_libdir}/modules/${KERNEL_VERSION}/kernel/drivers/net
-}
-
-SRC_URI[md5sum] = "ab79187f18b102df2fb576bd4cf733fd"
-SRC_URI[sha256sum] = "8e5715e9d2bd2cb489c601ff91305f81fd662b27cb2da5486071fbab5bd8b634"
diff --git a/recipes/obsolete/zd1211/zd1211_r83.bb b/recipes/obsolete/zd1211/zd1211_r83.bb
deleted file mode 100644
index fcb8343236..0000000000
--- a/recipes/obsolete/zd1211/zd1211_r83.bb
+++ /dev/null
@@ -1,32 +0,0 @@
-DESCRIPTION = "Driver for zd1211 family of wireless USB Dongles"
-HOMEPAGE = "http://zd1211.ath.cx/"
-SECTION = "kernel/modules"
-PRIORITY = "optional"
-LICENSE = "GPL"
-RDEPENDS_${PN} = "wireless-tools"
-PR = "r2"
-
-SRC_URI = "http://zd1211.ath.cx/download/zd1211-driver-${PV}.tgz \
- file://makefile.patch"
-
-S = "${WORKDIR}/zd1211-driver-${PV}"
-
-inherit module
-
-do_compile () {
- unset CFLAGS CPPFLAGS CXXFLAGS LDFLAGS CC LD CPP
- oe_runmake 'MODPATH={D}${base_libdir}/modules/${KERNEL_VERSION}/kernel/drivers/net' \
- 'KERNEL_SOURCE=${STAGING_KERNEL_DIR}' \
- 'KDIR=${STAGING_KERNEL_DIR}' \
- 'KERNEL_VERSION=${KERNEL_VERSION}' \
- 'CC=${KERNEL_CC}' \
- 'LD=${KERNEL_LD}'
-}
-
-do_install() {
- install -d ${D}${base_libdir}/modules/${KERNEL_VERSION}/kernel/drivers/net
- install -m 0644 ${S}/zd1211*${KERNEL_OBJECT_SUFFIX} ${D}${base_libdir}/modules/${KERNEL_VERSION}/kernel/drivers/net
-}
-
-SRC_URI[md5sum] = "a5751f0e6f1f368689077fa7758a4932"
-SRC_URI[sha256sum] = "8288a1299f8c6f0176f2cd1b51f83b2c4b919460a2aa4fe98699b019e583bfc1"