diff options
author | Frans Pop <elendil@planet.nl> | 2006-09-26 00:27:16 +0000 |
---|---|---|
committer | Frans Pop <elendil@planet.nl> | 2006-09-26 00:27:16 +0000 |
commit | 78b5b1f120a61d3c8dd5bcd4b507ca478b8a9826 (patch) | |
tree | b59a69ed9d8a01ac79c75ab577294c65d2256fb6 /build/arch-options/mipsel | |
parent | 282ff96a9f3ca43344dc5cd9cc34a989e8b388a7 (diff) | |
download | installation-guide-78b5b1f120a61d3c8dd5bcd4b507ca478b8a9826.zip |
* Remove now obsolete distinction between classic and common kpkg.
* Update all arches to kernel version 2.6.17.
Diffstat (limited to 'build/arch-options/mipsel')
-rw-r--r-- | build/arch-options/mipsel | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/build/arch-options/mipsel b/build/arch-options/mipsel index 61bdea1f4..a56d2cdc7 100644 --- a/build/arch-options/mipsel +++ b/build/arch-options/mipsel @@ -3,7 +3,7 @@ # It is sourced by the build scripts archspec="mipsel;not-x86;not-s390;not-m68k;not-powerpc;not-alpha" -kernelversion="2.6.16" +kernelversion="2.6.17" arch_listname="mips" # These two options should be set if condition 'smp' is set below smp_config_section="N/A" @@ -11,7 +11,6 @@ smp_config_option="N/A" # Options below are assembled into one variable 'condition' # in the build scripts -kernelpackage="common-kpkg" fdisk="fdisk.txt;cfdisk.txt" network="supports-tftp;supports-dhcp;supports-bootp;supports-nfsroot" boot="" |