aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/obsolete/zd1211
diff options
context:
space:
mode:
authorFrans Meulenbroeks <fransmeulenbroeks@gmail.com>2010-09-16 22:07:27 +0200
committerFrans Meulenbroeks <fransmeulenbroeks@gmail.com>2010-09-16 22:07:27 +0200
commit8cda212168c47bc972f27ba13688ce364a898995 (patch)
tree55dee9231c03ecc66ff2effb30fe162bfff383c3 /recipes/obsolete/zd1211
parentdf74643b1ffd970d081d59a8b4901bb68d531eb1 (diff)
downloadopenembedded-8cda212168c47bc972f27ba13688ce364a898995.tar.gz
zd1211 : moved unused files to obsolete dir
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Diffstat (limited to 'recipes/obsolete/zd1211')
-rw-r--r--recipes/obsolete/zd1211/zd1211-r85/makefile-unslung.patch48
1 files changed, 48 insertions, 0 deletions
diff --git a/recipes/obsolete/zd1211/zd1211-r85/makefile-unslung.patch b/recipes/obsolete/zd1211/zd1211-r85/makefile-unslung.patch
new file mode 100644
index 0000000000..bc189e823f
--- /dev/null
+++ b/recipes/obsolete/zd1211/zd1211-r85/makefile-unslung.patch
@@ -0,0 +1,48 @@
+--- 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