summaryrefslogtreecommitdiff
path: root/packages/zd1211/zd1211-20050822/makefile.patch
diff options
context:
space:
mode:
authorDerek Young <dyoung@nslu2-linux.org>2005-09-02 12:58:42 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2005-09-02 12:58:42 +0000
commit55ca039a7ef612af943f5c78c0279fd3915f99a6 (patch)
tree4a3ae1e6ca23e08e3ed567cf60b47a785addbe6a /packages/zd1211/zd1211-20050822/makefile.patch
parent8a6042e13530e98df54ddac99799e191a1768092 (diff)
zd1211: patch makefile to make compatible with 2.4 kernels; add to unslung-packages
Diffstat (limited to 'packages/zd1211/zd1211-20050822/makefile.patch')
-rw-r--r--packages/zd1211/zd1211-20050822/makefile.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/packages/zd1211/zd1211-20050822/makefile.patch b/packages/zd1211/zd1211-20050822/makefile.patch
new file mode 100644
index 0000000000..91f3192d4d
--- /dev/null
+++ b/packages/zd1211/zd1211-20050822/makefile.patch
@@ -0,0 +1,11 @@
+--- zd1211/Makefile.orig 2005-04-15 12:34:32.000000000 -1000
++++ zd1211/Makefile 2005-09-02 02:40:41.857339000 -1000
+@@ -90,7 +90,7 @@
+ ifeq ($(KVER), 2.6) # we're on a 2.6.x kernel
+ $(MAKE) V=0 -C $(KSRC) SUBDIRS=$(SUBDIRS) modules
+ else
+- $(MAKE) -C $(KSRC) SUBDIRS=$(SUBDIRS) depend modules
++ $(MAKE) -C $(KSRC) SUBDIRS=$(SUBDIRS) modules
+ endif
+
+ $(SRC_DIR)/zddevlist.h: $(SRC_DIR)/zddevlist