From: Felix Fietkau Date: Fri, 11 Nov 2005 21:31:48 +0000 (+0000) Subject: remove old mkdep fix from 001-bcm47xx.patch X-Git-Tag: whiterussian_rc4~43 X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=a3eaf6aad60fcccb65e771202c65233cbde02be7;p=openwrt%2Fsvn-archive%2Fopenwrt.git remove old mkdep fix from 001-bcm47xx.patch SVN-Revision: 2438 --- 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 26f51d7949..7d3c9adb79 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 2004-02-18 14:36:30.000000000 +0100 +++ linux.dev/Rules.make 2005-08-26 13:44:34.252400640 +0200