From 55ca039a7ef612af943f5c78c0279fd3915f99a6 Mon Sep 17 00:00:00 2001 From: Derek Young Date: Fri, 2 Sep 2005 12:58:42 +0000 Subject: zd1211: patch makefile to make compatible with 2.4 kernels; add to unslung-packages --- packages/zd1211/zd1211-20050822/.mtn2git_empty | 0 packages/zd1211/zd1211-20050822/makefile.patch | 11 +++++++++++ 2 files changed, 11 insertions(+) create mode 100644 packages/zd1211/zd1211-20050822/.mtn2git_empty create mode 100644 packages/zd1211/zd1211-20050822/makefile.patch (limited to 'packages/zd1211/zd1211-20050822') diff --git a/packages/zd1211/zd1211-20050822/.mtn2git_empty b/packages/zd1211/zd1211-20050822/.mtn2git_empty new file mode 100644 index 0000000000..e69de29bb2 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 -- cgit v1.2.3