diff options
author | Frans Pop <elendil@planet.nl> | 2006-07-26 05:29:23 +0000 |
---|---|---|
committer | Frans Pop <elendil@planet.nl> | 2006-07-26 05:29:23 +0000 |
commit | 0735c627fda9389e61472238d56bf60bc650ba04 (patch) | |
tree | 7e08a7b279dc0eedbf27303499e80625eb76b135 /build/arch-options/arm | |
parent | b8f2f5812d835e36ec77126fc5c561a6a813e873 (diff) | |
download | installation-guide-0735c627fda9389e61472238d56bf60bc650ba04.zip |
- arm, mips and mipsel switched to 2.6 kernels
- Enable Brazillian Portuguese and Vietnamese translation for release
- Disable Greek translation as it is too incomplete
- Minor changelog fixups
- Release 20060726
Diffstat (limited to 'build/arch-options/arm')
-rw-r--r-- | build/arch-options/arm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/build/arch-options/arm b/build/arch-options/arm index 469bf1a6f..3f19744b9 100644 --- a/build/arch-options/arm +++ b/build/arch-options/arm @@ -3,7 +3,7 @@ # It is sourced by the build scripts archspec="arm;not-i386;not-s390;not-m68k;not-powerpc;not-alpha" -kernelversion="2.4.27" +kernelversion="2.6.16" arch_listname="arm" # These two options should be set if condition 'smp' is set below smp_config_section="N/A" @@ -11,7 +11,7 @@ smp_config_option="N/A" # Options below are assembled into one variable 'condition' # in the build scripts -kernelpackage="classic-kpkg" +kernelpackage="common-kpkg" fdisk="fdisk.txt;cfdisk.txt" network="supports-tftp;supports-rarp;supports-dhcp;supports-bootp;supports-nfsroot" boot="" |