[oe-commits] Frans Meulenbroeks : zd1211: removed files dir

git version control git at git.openembedded.org
Sun Aug 15 07:52:05 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 0ea5cd62397471b0829a9f9f43978ddf96e6cb4b
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=0ea5cd62397471b0829a9f9f43978ddf96e6cb4b

Author: Frans Meulenbroeks <fransmeulenbroeks at gmail.com>
Date:   Sun Aug 15 09:48:37 2010 +0200

zd1211: removed files dir

only contained one patch that was not applied any more

Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks at gmail.com>

---

 recipes/zd1211/files/makefile-unslung.patch |   48 ---------------------------
 1 files changed, 0 insertions(+), 48 deletions(-)

diff --git a/recipes/zd1211/files/makefile-unslung.patch b/recipes/zd1211/files/makefile-unslung.patch
deleted file mode 100644
index 4edcbb7..0000000
--- a/recipes/zd1211/files/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





More information about the Openembedded-commits mailing list