diff options
author | Chris Larson <clarson@kergoth.com> | 2004-11-09 00:36:47 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-11-09 00:36:47 +0000 |
commit | f96441b9faf769c9ecdd4d338b605ea3d0cc4010 (patch) | |
tree | edb17ec2c4ea13c5acb1c7350957a249a820e28d /linux/montavista-sa-2.4.17-mvl21/machine_name.patch | |
parent | b6588aa6851fb220cedc387d21c51513ef8d67f4 (diff) |
Disable bk EOLN_NATIVE conversions on all files in packages FILESPATHs, to prevent it screwing up patches.
BKrev: 4190111fA4MuVozAqwE7xOSL9fr-TA
Diffstat (limited to 'linux/montavista-sa-2.4.17-mvl21/machine_name.patch')
-rw-r--r-- | linux/montavista-sa-2.4.17-mvl21/machine_name.patch | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/linux/montavista-sa-2.4.17-mvl21/machine_name.patch b/linux/montavista-sa-2.4.17-mvl21/machine_name.patch index e69de29bb2..8b7ad2b143 100644 --- a/linux/montavista-sa-2.4.17-mvl21/machine_name.patch +++ b/linux/montavista-sa-2.4.17-mvl21/machine_name.patch @@ -0,0 +1,19 @@ +Change the Name showed by /proc/cpuinfo + + + +# +# Patch managed by http://www.holgerschurig.de/patcher.html +# + +--- linux-2.4.17_mvl21/arch/arm/mach-sa1100/assabet.c~machine_name ++++ linux-2.4.17_mvl21/arch/arm/mach-sa1100/assabet.c +@@ -374,7 +374,7 @@ + } + + +-MACHINE_START(ASSABET, "Intel-Assabet") ++MACHINE_START(ASSABET, "Tradesquare.NL Tuxpad 1") + BOOT_MEM(0xc0000000, 0x80000000, 0xf8000000) + BOOT_PARAMS(0xc0000100) + FIXUP(fixup_assabet) |