projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
ramips: update mips multi-machine stuff
[openwrt.git]
/
target
/
linux
/
generic-2.4
/
patches
/
209-build_fixes.patch
diff --git
a/target/linux/generic-2.4/patches/209-build_fixes.patch
b/target/linux/generic-2.4/patches/209-build_fixes.patch
index
30af60f
..
5e76fd9
100644
(file)
--- a/
target/linux/generic-2.4/patches/209-build_fixes.patch
+++ b/
target/linux/generic-2.4/patches/209-build_fixes.patch
@@
-1,8
+1,6
@@
-Index: linux-2.4.35.4/Makefile
-===================================================================
---- linux-2.4.35.4.orig/Makefile
-+++ linux-2.4.35.4/Makefile
-@@ -362,7 +362,7 @@ include/linux/compile.h: $(CONFIGURATION
+--- a/Makefile
++++ b/Makefile
+@@ -365,7 +365,7 @@ include/linux/compile.h: $(CONFIGURATION
@rm -f .ver1
include/linux/version.h: ./Makefile
@rm -f .ver1
include/linux/version.h: ./Makefile
@@
-11,7
+9,7
@@
Index: linux-2.4.35.4/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
(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
-@@ -50
0,7 +500
,7 @@ dep-files: scripts/mkdep archdep include
+@@ -50
3,7 +503
,7 @@ dep-files: scripts/mkdep archdep include
ifdef CONFIG_MODVERSIONS
$(MAKE) update-modverfile
endif
ifdef CONFIG_MODVERSIONS
$(MAKE) update-modverfile
endif
@@
-20,10
+18,8
@@
Index: linux-2.4.35.4/Makefile
scripts/mkdep -- init/*.c > .depend
ifdef CONFIG_MODVERSIONS
scripts/mkdep -- init/*.c > .depend
ifdef CONFIG_MODVERSIONS
-Index: linux-2.4.35.4/Rules.make
-===================================================================
---- linux-2.4.35.4.orig/Rules.make
-+++ linux-2.4.35.4/Rules.make
+--- a/Rules.make
++++ b/Rules.make
@@ -126,7 +126,7 @@ endif
# This make dependencies quickly
#
@@ -126,7 +126,7 @@ endif
# This make dependencies quickly
#
This page took
0.025367 seconds
and
4
git commands to generate.