aboutsummaryrefslogtreecommitdiffstats
path: root/target
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2005-11-11 16:14:48 +0000
committerNicolas Thill <nico@openwrt.org>2005-11-11 16:14:48 +0000
commit4ab101c5b10043c454488d2264ce33c5023fd22c (patch)
tree328cee63d7cd57290ca47061920662793348250d /target
parent36808a9ea8841b66f9731ff933a8770da034cbb7 (diff)
downloadmaster-187ad058-4ab101c5b10043c454488d2264ce33c5023fd22c.tar.gz
master-187ad058-4ab101c5b10043c454488d2264ce33c5023fd22c.tar.bz2
master-187ad058-4ab101c5b10043c454488d2264ce33c5023fd22c.zip
remove mkdep fix, now handled by ../generic/209-mkdep_fix.patch
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2422 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target')
-rw-r--r--target/linux/linux-2.4/patches/brcm/001-bcm47xx.patch9
1 files changed, 0 insertions, 9 deletions
diff --git a/target/linux/linux-2.4/patches/brcm/001-bcm47xx.patch b/target/linux/linux-2.4/patches/brcm/001-bcm47xx.patch
index 9fb53d0879..8dd4e3ee10 100644
--- a/target/linux/linux-2.4/patches/brcm/001-bcm47xx.patch
+++ b/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