aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/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/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/zd1211')
-rw-r--r--recipes/zd1211/zd1211-r85/makefile-unslung.patch48
1 files changed, 0 insertions, 48 deletions
diff --git a/recipes/zd1211/zd1211-r85/makefile-unslung.patch b/recipes/zd1211/zd1211-r85/makefile-unslung.patch
deleted file mode 100644
index bc189e823f..0000000000
--- a/recipes/zd1211/zd1211-r85/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