From: Nicolas Thill <nico@openwrt.org>
Date: Fri, 11 Nov 2005 16:14:48 +0000 (+0000)
Subject: remove mkdep fix, now handled by ../generic/209-mkdep_fix.patch
X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=89cc18e9f82dc1c98e9c330a3632fee8d73566fa;p=openwrt%2Fsvn-archive%2Farchive.git

remove mkdep fix, now handled by ../generic/209-mkdep_fix.patch

SVN-Revision: 2422
---

diff --git a/openwrt/target/linux/linux-2.4/patches/brcm/001-bcm47xx.patch b/openwrt/target/linux/linux-2.4/patches/brcm/001-bcm47xx.patch
index 9fb53d0879..8dd4e3ee10 100644
--- a/openwrt/target/linux/linux-2.4/patches/brcm/001-bcm47xx.patch
+++ b/openwrt/target/linux/linux-2.4/patches/brcm/001-bcm47xx.patch
@@ -34,15 +34,6 @@ diff -urN linux.old/Makefile linux.dev/Makefile
  	  (echo KERNELRELEASE \"$(KERNELRELEASE)\" exceeds $(uts_len) characters >&2; false)
  	@echo \#define UTS_RELEASE \"$(KERNELRELEASE)\" > .ver
  	@echo \#define LINUX_VERSION_CODE `expr $(VERSION) \\* 65536 + $(PATCHLEVEL) \\* 256 + $(SUBLEVEL)` >> .ver
-@@ -501,7 +503,7 @@
- ifdef CONFIG_MODVERSIONS
- 	$(MAKE) update-modverfile
- endif
--	scripts/mkdep -- `find $(FINDHPATH) \( -name SCCS -o -name .svn \) -prune -o -follow -name \*.h ! -name modversions.h -print` > .hdepend
-+	(find $(FINDHPATH) \( -name SCCS -o -name .svn \) -prune -o -follow -name \*.h ! -name modversions.h -print | xargs -r scripts/mkdep -- ) > .hdepend
- 	scripts/mkdep -- init/*.c > .depend
- 
- ifdef CONFIG_MODVERSIONS
 diff -urN linux.old/Rules.make linux.dev/Rules.make
 --- linux.old/Rules.make	2005-11-07 23:12:50.538884250 +0100
 +++ linux.dev/Rules.make	2005-11-07 21:57:07.837585250 +0100