diff options
Diffstat (limited to 'build')
-rw-r--r-- | build/arch-options/alpha | 3 | ||||
-rw-r--r-- | build/arch-options/amd64 | 3 | ||||
-rw-r--r-- | build/arch-options/arm | 3 | ||||
-rw-r--r-- | build/arch-options/hppa | 3 | ||||
-rw-r--r-- | build/arch-options/i386 | 3 | ||||
-rw-r--r-- | build/arch-options/ia64 | 3 | ||||
-rw-r--r-- | build/arch-options/m68k | 3 | ||||
-rw-r--r-- | build/arch-options/mips | 3 | ||||
-rw-r--r-- | build/arch-options/mipsel | 3 | ||||
-rw-r--r-- | build/arch-options/powerpc | 3 | ||||
-rw-r--r-- | build/arch-options/s390 | 3 | ||||
-rw-r--r-- | build/arch-options/sparc | 3 | ||||
-rwxr-xr-x | build/buildone.sh | 4 |
13 files changed, 15 insertions, 25 deletions
diff --git a/build/arch-options/alpha b/build/arch-options/alpha index 51c5a3fbf..6b22eac0c 100644 --- a/build/arch-options/alpha +++ b/build/arch-options/alpha @@ -3,7 +3,7 @@ # It is sourced by the build scripts archspec="alpha;not-x86;not-s390;not-m68k;not-powerpc" -kernelversion="2.6.16" +kernelversion="2.6.17" arch_listname="alpha" # These two options should be set if condition 'smp' is set below smp_config_section="General setup" @@ -11,7 +11,6 @@ smp_config_option="Symmetric multi-processing support" # Options below are assembled into one variable 'condition' # in the build scripts -kernelpackage="classic-kpkg" fdisk="fdisk.txt;cfdisk.txt" network="supports-tftp;supports-nfsroot" boot="" diff --git a/build/arch-options/amd64 b/build/arch-options/amd64 index 1aabbc04c..5a55275b3 100644 --- a/build/arch-options/amd64 +++ b/build/arch-options/amd64 @@ -3,7 +3,7 @@ # It is sourced by the build scripts archspec="amd64;x86;not-s390;not-m68k;not-powerpc;not-alpha" -kernelversion="2.6.16" +kernelversion="2.6.17" arch_listname="amd64" # These two options should be set if condition 'smp' is set below smp_config_section="Processor type and features" @@ -11,7 +11,6 @@ smp_config_option="Symmetric multi-processing support" # 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="bootable-disk;bootable-usb" diff --git a/build/arch-options/arm b/build/arch-options/arm index b249ff39f..093d1e072 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-x86;not-s390;not-m68k;not-powerpc;not-alpha" -kernelversion="2.6.16" +kernelversion="2.6.17" arch_listname="arm" # 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-rarp;supports-dhcp;supports-bootp;supports-nfsroot" boot="" diff --git a/build/arch-options/hppa b/build/arch-options/hppa index baeda6a3b..14192fb0a 100644 --- a/build/arch-options/hppa +++ b/build/arch-options/hppa @@ -3,7 +3,7 @@ # It is sourced by the build scripts archspec="hppa;not-x86;not-s390;not-m68k;not-powerpc;not-alpha" -kernelversion="2.6.16" +kernelversion="2.6.17" arch_listname="hppa" # These two options should be set if condition 'smp' is set below smp_config_section="Processor type and features" @@ -11,7 +11,6 @@ smp_config_option="Symmetric multi-processing support" # Options below are assembled into one variable 'condition' # in the build scripts -kernelpackage="common-kpkg" fdisk="cfdisk.txt" network="supports-tftp;supports-dhcp;supports-bootp;supports-nfsroot" boot="" diff --git a/build/arch-options/i386 b/build/arch-options/i386 index dd4bca72a..209b15884 100644 --- a/build/arch-options/i386 +++ b/build/arch-options/i386 @@ -3,7 +3,7 @@ # It is sourced by the build scripts archspec="i386;x86;not-s390;not-m68k;not-powerpc;not-alpha" -kernelversion="2.6.16" +kernelversion="2.6.17" arch_listname="boot" # These two options should be set if condition 'smp' is set below smp_config_section="Processor type and features" @@ -11,7 +11,6 @@ smp_config_option="Symmetric multi-processing support" # 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="supports-floppy-boot;bootable-disk;bootable-usb" diff --git a/build/arch-options/ia64 b/build/arch-options/ia64 index 8f86ad8d1..bbb55ef7e 100644 --- a/build/arch-options/ia64 +++ b/build/arch-options/ia64 @@ -3,7 +3,7 @@ # It is sourced by the build scripts archspec="ia64;not-x86;not-s390;not-m68k;not-powerpc;not-alpha" -kernelversion="2.6.16" +kernelversion="2.6.17" arch_listname="ia64" # These two options should be set if condition 'smp' is set below smp_config_section="General setup" @@ -11,7 +11,6 @@ smp_config_option="SMP support" # Options below are assembled into one variable 'condition' # in the build scripts -kernelpackage="common-kpkg" fdisk="parted.txt;cfdisk.txt" network="supports-tftp;supports-dhcp;supports-bootp;supports-nfsroot" boot="" diff --git a/build/arch-options/m68k b/build/arch-options/m68k index 7396bbb6b..0a9cf69e6 100644 --- a/build/arch-options/m68k +++ b/build/arch-options/m68k @@ -3,7 +3,7 @@ # It is sourced by the build scripts archspec="m68k;not-x86;not-s390;not-powerpc;not-alpha" -kernelversion="2.4.27" +kernelversion="2.6.17" arch_listname="68k" # 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="classic-kpkg" fdisk="atari-fdisk.txt;mac-fdisk.txt;amiga-fdisk.txt;pmac-fdisk.txt" network="supports-tftp;supports-rarp;supports-dhcp;supports-bootp;supports-nfsroot" boot="supports-floppy-boot;bootable-disk" diff --git a/build/arch-options/mips b/build/arch-options/mips index bd6ba9586..c5215fca6 100644 --- a/build/arch-options/mips +++ b/build/arch-options/mips @@ -3,7 +3,7 @@ # It is sourced by the build scripts archspec="mips;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-nfsroot" boot="" 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="" diff --git a/build/arch-options/powerpc b/build/arch-options/powerpc index 1d970d18f..4cf07d867 100644 --- a/build/arch-options/powerpc +++ b/build/arch-options/powerpc @@ -3,7 +3,7 @@ # It is sourced by the build scripts archspec="powerpc;not-s390;not-m68k;not-x86;not-alpha" -kernelversion="2.6.16" +kernelversion="2.6.17" arch_listname="powerpc" # These two options should be set if condition 'smp' is set below smp_config_section="Platform support" @@ -11,7 +11,6 @@ smp_config_option="Symmetric multi-processing support" # Options below are assembled into one variable 'condition' # in the build scripts -kernelpackage="common-kpkg" fdisk="mac-fdisk.txt;cfdisk.txt" network="supports-tftp;supports-dhcp;supports-bootp;supports-nfsroot" boot="supports-floppy-boot;bootable-disk;bootable-usb" diff --git a/build/arch-options/s390 b/build/arch-options/s390 index 889a6b572..906c34c2a 100644 --- a/build/arch-options/s390 +++ b/build/arch-options/s390 @@ -3,7 +3,7 @@ # It is sourced by the build scripts archspec="s390;not-powerpc;not-m68k;not-x86;not-alpha" -kernelversion="2.6.16" +kernelversion="2.6.17" arch_listname="s390" # These two options should be set if condition 'smp' is set below smp_config_section="Processor type and features" @@ -11,7 +11,6 @@ smp_config_option="Symmetric multi-processing support" # Options below are assembled into one variable 'condition' # in the build scripts -kernelpackage="common-kpkg" fdisk="fdasd.txt;dasdfmt.txt" network="" boot="" diff --git a/build/arch-options/sparc b/build/arch-options/sparc index 8244e8fa5..47a4514c7 100644 --- a/build/arch-options/sparc +++ b/build/arch-options/sparc @@ -3,7 +3,7 @@ # It is sourced by the build scripts archspec="sparc;not-x86;not-s390;not-m68k;not-powerpc;not-alpha" -kernelversion="2.6.16" +kernelversion="2.6.17" arch_listname="sparc" # These two options should be set if condition 'smp' is set below smp_config_section="General setup" @@ -11,7 +11,6 @@ smp_config_option="Symmetric multi-processing support" # Options below are assembled into one variable 'condition' # in the build scripts -kernelpackage="common-kpkg" fdisk="fdisk.txt" network="supports-tftp;supports-rarp;supports-dhcp;supports-bootp;supports-nfsroot" boot="supports-floppy-boot" diff --git a/build/buildone.sh b/build/buildone.sh index 19ba3e8b7..9fe415a8d 100755 --- a/build/buildone.sh +++ b/build/buildone.sh @@ -72,11 +72,13 @@ create_profiled () { fi # Join all architecture options into one big variable - condition="$kernelpackage;$fdisk;$network;$boot;$smp;$other;$goodies;$unofficial_build;$status;$manual_release" + condition="$fdisk;$network;$boot;$smp;$other;$goodies;$unofficial_build;$status;$manual_release" # Add language options condition="$condition;$optional_paras" # Add build options for the manual condition="$condition;$unofficial_build;$status;$manual_release;$manual_target" + # TODO: Obsoleted, but keep until translations have been updated + condition="$condition;common-kpkg" # Write dynamic non-profilable entities into the file echo "<!-- arch- and lang-specific non-profilable entities -->" > $dynamic |