Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
openwrt
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Freifunk Luebeck
openwrt
Commits
21e09858
Commit
21e09858
authored
16 years ago
by
Felix Fietkau
Browse files
Options
Downloads
Patches
Plain Diff
add missing fix for etrax compile without axis toolchain
SVN-Revision: 11413
parent
1b4c04ca
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
target/linux/etrax/patches/100-compile_fixes.patch
+20
-10
20 additions, 10 deletions
target/linux/etrax/patches/100-compile_fixes.patch
with
20 additions
and
10 deletions
target/linux/etrax/patches/100-compile_fixes.patch
+
20
−
10
View file @
21e09858
Index: linux-2.6.25.4/arch/cris/arch-v10/boot/Makefile
===================================================================
--- linux-2.6.25.4.orig/arch/cris/arch-v10/boot/Makefile 2008-06-0
6 20:20:55.00000000
0 +0
1
00
+++ linux-2.6.25.4/arch/cris/arch-v10/boot/Makefile 2008-06-0
6 20:21:20.000000
000 +0
1
00
--- linux-2.6.25.4.orig/arch/cris/arch-v10/boot/Makefile 2008-06-0
9 17:00:36.38149825
0 +0
2
00
+++ linux-2.6.25.4/arch/cris/arch-v10/boot/Makefile 2008-06-0
9 17:00:40.967491
000 +0
2
00
@@ -2,7 +2,6 @@
# arch/cris/arch-v10/boot/Makefile
#
...
...
@@ -20,8 +20,8 @@ Index: linux-2.6.25.4/arch/cris/arch-v10/boot/Makefile
@cp $< $@
Index: linux-2.6.25.4/arch/cris/arch-v10/boot/compressed/Makefile
===================================================================
--- linux-2.6.25.4.orig/arch/cris/arch-v10/boot/compressed/Makefile 2008-06-0
6 20:20:55.00000000
0 +0
1
00
+++ linux-2.6.25.4/arch/cris/arch-v10/boot/compressed/Makefile 2008-06-0
6 20:56:01.000000
000 +0
1
00
--- linux-2.6.25.4.orig/arch/cris/arch-v10/boot/compressed/Makefile 2008-06-0
9 17:00:36.38149825
0 +0
2
00
+++ linux-2.6.25.4/arch/cris/arch-v10/boot/compressed/Makefile 2008-06-0
9 17:00:40.967491
000 +0
2
00
@@ -2,12 +2,10 @@
# arch/cris/arch-v10/boot/compressed/Makefile
#
...
...
@@ -51,8 +51,8 @@ Index: linux-2.6.25.4/arch/cris/arch-v10/boot/compressed/Makefile
$(call if_changed,image)
Index: linux-2.6.25.4/arch/cris/arch-v10/boot/compressed/misc.c
===================================================================
--- linux-2.6.25.4.orig/arch/cris/arch-v10/boot/compressed/misc.c 2008-06-0
6 20:20:55.00000000
0 +0
1
00
+++ linux-2.6.25.4/arch/cris/arch-v10/boot/compressed/misc.c 2008-06-0
6 21:02:10.000000
000 +0
1
00
--- linux-2.6.25.4.orig/arch/cris/arch-v10/boot/compressed/misc.c 2008-06-0
9 17:00:36.38149825
0 +0
2
00
+++ linux-2.6.25.4/arch/cris/arch-v10/boot/compressed/misc.c 2008-06-0
9 17:00:40.967491
000 +0
2
00
@@ -5,7 +5,7 @@
* adapted for Linux.
*
...
...
@@ -119,8 +119,8 @@ Index: linux-2.6.25.4/arch/cris/arch-v10/boot/compressed/misc.c
}
Index: linux-2.6.25.4/arch/cris/arch-v10/mm/init.c
===================================================================
--- linux-2.6.25.4.orig/arch/cris/arch-v10/mm/init.c 2008-06-0
6 20:20:55.0000000
00 +0
1
00
+++ linux-2.6.25.4/arch/cris/arch-v10/mm/init.c 2008-06-0
6 20:21:20.000000
000 +0
1
00
--- linux-2.6.25.4.orig/arch/cris/arch-v10/mm/init.c 2008-06-0
9 17:00:36.3854965
00 +0
2
00
+++ linux-2.6.25.4/arch/cris/arch-v10/mm/init.c 2008-06-0
9 17:00:40.967491
000 +0
2
00
@@ -184,6 +184,9 @@
free_area_init_node(0, &contig_page_data, zones_size, PAGE_OFFSET >> PAGE_SHIFT, 0);
...
...
@@ -133,8 +133,8 @@ Index: linux-2.6.25.4/arch/cris/arch-v10/mm/init.c
* is called before any driver is initialized.
Index: linux-2.6.25.4/arch/cris/arch-v10/boot/compressed/head.S
===================================================================
--- linux-2.6.25.4.orig/arch/cris/arch-v10/boot/compressed/head.S 2008-06-0
6 20:20:55.0000000
00 +0
1
00
+++ linux-2.6.25.4/arch/cris/arch-v10/boot/compressed/head.S 2008-06-0
6 21:03:05.00000000
0 +0
1
00
--- linux-2.6.25.4.orig/arch/cris/arch-v10/boot/compressed/head.S 2008-06-0
9 17:00:36.3854965
00 +0
2
00
+++ linux-2.6.25.4/arch/cris/arch-v10/boot/compressed/head.S 2008-06-0
9 17:00:40.97148925
0 +0
2
00
@@ -10,13 +10,14 @@
#define ASSEMBLER_MACROS_ONLY
...
...
@@ -289,3 +289,13 @@ Index: linux-2.6.25.4/arch/cris/arch-v10/boot/compressed/head.S
+cmd_line_addr:
.dword 0
#include "../../lib/hw_settings.S"
Index: linux-2.6.25.4/arch/cris/arch-v10/boot/compressed/decompress.ld
===================================================================
--- linux-2.6.25.4.orig/arch/cris/arch-v10/boot/compressed/decompress.ld 2008-05-15 17:00:12.000000000 +0200
+++ linux-2.6.25.4/arch/cris/arch-v10/boot/compressed/decompress.ld 2008-06-09 17:12:54.930425750 +0200
@@ -1,4 +1,4 @@
-OUTPUT_FORMAT(elf32-us-cris)
+OUTPUT_FORMAT(elf32-cris)
MEMORY
{
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment