Update included kernel version
This commit is contained in:
parent
736c85a8b9
commit
976f46b798
@ -22,9 +22,9 @@
|
||||
ifneq ($(filter $(TARGETS),linux),)
|
||||
|
||||
# Version of Linux to download and then apply patches to
|
||||
DOWNLOAD_LINUX_VERSION=2.4.21
|
||||
DOWNLOAD_LINUX_VERSION=2.4.22
|
||||
# Version of Linux AFTER patches
|
||||
LINUX_VERSION=2.4.21-erik
|
||||
LINUX_VERSION=2.4.23-pre6-erik
|
||||
|
||||
LINUX_FORMAT=bzImage
|
||||
LINUX_BINLOC=arch/$(ARCH)/boot/$(LINUX_FORMAT)
|
||||
|
BIN
sources/kernel-patches/001-patch-2.4.23-pre6.bz2
Normal file
BIN
sources/kernel-patches/001-patch-2.4.23-pre6.bz2
Normal file
Binary file not shown.
BIN
sources/kernel-patches/002-cset-20031007_0102.txt.bz2
Normal file
BIN
sources/kernel-patches/002-cset-20031007_0102.txt.bz2
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
sources/kernel-patches/009-always-inline.bz2
Normal file
BIN
sources/kernel-patches/009-always-inline.bz2
Normal file
Binary file not shown.
Binary file not shown.
BIN
sources/kernel-patches/010-optimize-for-size.bz2
Normal file
BIN
sources/kernel-patches/010-optimize-for-size.bz2
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
sources/kernel-patches/012-scsi-error-tmout.bz2
Normal file
BIN
sources/kernel-patches/012-scsi-error-tmout.bz2
Normal file
Binary file not shown.
BIN
sources/kernel-patches/013-proc-scsi-scsi-race.bz2
Normal file
BIN
sources/kernel-patches/013-proc-scsi-scsi-race.bz2
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
sources/kernel-patches/018-slab-loop-init.bz2
Normal file
BIN
sources/kernel-patches/018-slab-loop-init.bz2
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
sources/kernel-patches/030_lowlatency-fixes-13.bz2
Normal file
BIN
sources/kernel-patches/030_lowlatency-fixes-13.bz2
Normal file
Binary file not shown.
BIN
sources/kernel-patches/031-x86-check_gcc.bz2
Normal file
BIN
sources/kernel-patches/031-x86-check_gcc.bz2
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
sources/kernel-patches/085_init-argv.bz2
Normal file
BIN
sources/kernel-patches/085_init-argv.bz2
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -56,7 +56,6 @@ CONFIG_X86_F00F_WORKS_OK=y
|
||||
# CONFIG_MICROCODE is not set
|
||||
# CONFIG_X86_MSR is not set
|
||||
# CONFIG_X86_CPUID is not set
|
||||
# CONFIG_VIA_NORTHBRIDGE_FIXUP is not set
|
||||
CONFIG_NOHIGHMEM=y
|
||||
# CONFIG_HIGHMEM4G is not set
|
||||
# CONFIG_HIGHMEM64G is not set
|
||||
@ -99,7 +98,6 @@ CONFIG_I82365=y
|
||||
CONFIG_HOTPLUG_PCI=y
|
||||
# CONFIG_HOTPLUG_PCI_COMPAQ is not set
|
||||
# CONFIG_HOTPLUG_PCI_COMPAQ_NVRAM is not set
|
||||
# CONFIG_HOTPLUG_PCI_ACPI is not set
|
||||
CONFIG_SYSVIPC=y
|
||||
# CONFIG_BSD_PROCESS_ACCT is not set
|
||||
CONFIG_SYSCTL=y
|
||||
@ -149,6 +147,7 @@ CONFIG_APM_REAL_MODE_POWER_OFF=y
|
||||
# CONFIG_BLK_CPQ_DA is not set
|
||||
# CONFIG_BLK_CPQ_CISS_DA is not set
|
||||
# CONFIG_CISS_SCSI_TAPE is not set
|
||||
# CONFIG_CISS_MONITOR_THREAD is not set
|
||||
# CONFIG_BLK_DEV_DAC960 is not set
|
||||
# CONFIG_BLK_DEV_UMEM is not set
|
||||
CONFIG_BLK_DEV_LOOP=y
|
||||
@ -189,7 +188,6 @@ CONFIG_IP_ROUTE_NAT=y
|
||||
CONFIG_IP_ROUTE_MULTIPATH=y
|
||||
CONFIG_IP_ROUTE_TOS=y
|
||||
# CONFIG_IP_ROUTE_VERBOSE is not set
|
||||
# CONFIG_IP_ROUTE_LARGE_TABLES is not set
|
||||
# CONFIG_IP_PNP is not set
|
||||
# CONFIG_NET_IPIP is not set
|
||||
# CONFIG_NET_IPGRE is not set
|
||||
@ -214,6 +212,7 @@ CONFIG_IP_NF_MATCH_PKTTYPE=y
|
||||
CONFIG_IP_NF_MATCH_MARK=y
|
||||
CONFIG_IP_NF_MATCH_MULTIPORT=y
|
||||
CONFIG_IP_NF_MATCH_TOS=y
|
||||
CONFIG_IP_NF_MATCH_RECENT=y
|
||||
CONFIG_IP_NF_MATCH_ECN=y
|
||||
CONFIG_IP_NF_MATCH_DSCP=y
|
||||
CONFIG_IP_NF_MATCH_AH_ESP=y
|
||||
@ -247,8 +246,20 @@ CONFIG_IP_NF_TARGET_ULOG=y
|
||||
CONFIG_IP_NF_TARGET_TCPMSS=y
|
||||
CONFIG_IP_NF_ARPTABLES=y
|
||||
CONFIG_IP_NF_ARPFILTER=y
|
||||
CONFIG_IP_NF_ARP_MANGLE=y
|
||||
|
||||
#
|
||||
# IP: Virtual Server Configuration
|
||||
#
|
||||
# CONFIG_IP_VS is not set
|
||||
# CONFIG_IPV6 is not set
|
||||
# CONFIG_KHTTPD is not set
|
||||
|
||||
#
|
||||
# SCTP Configuration (EXPERIMENTAL)
|
||||
#
|
||||
CONFIG_IPV6_SCTP__=y
|
||||
# CONFIG_IP_SCTP is not set
|
||||
# CONFIG_ATM is not set
|
||||
# CONFIG_VLAN_8021Q is not set
|
||||
|
||||
@ -460,6 +471,7 @@ CONFIG_NET_PCI=y
|
||||
# CONFIG_ADAPTEC_STARFIRE is not set
|
||||
# CONFIG_AC3200 is not set
|
||||
# CONFIG_APRICOT is not set
|
||||
# CONFIG_B44 is not set
|
||||
# CONFIG_CS89x0 is not set
|
||||
# CONFIG_TULIP is not set
|
||||
# CONFIG_DE4X5 is not set
|
||||
@ -485,7 +497,6 @@ CONFIG_NATSEMI=y
|
||||
# CONFIG_SUNDANCE is not set
|
||||
# CONFIG_SUNDANCE_MMIO is not set
|
||||
# CONFIG_TLAN is not set
|
||||
# CONFIG_TC35815 is not set
|
||||
# CONFIG_VIA_RHINE is not set
|
||||
# CONFIG_VIA_RHINE_MMIO is not set
|
||||
# CONFIG_WINBOND_840 is not set
|
||||
@ -523,6 +534,7 @@ CONFIG_NET_RADIO=y
|
||||
# CONFIG_AIRO is not set
|
||||
CONFIG_HERMES=m
|
||||
# CONFIG_PLX_HERMES is not set
|
||||
# CONFIG_TMD_HERMES is not set
|
||||
# CONFIG_PCI_HERMES is not set
|
||||
|
||||
#
|
||||
@ -628,6 +640,7 @@ CONFIG_UNIX98_PTY_COUNT=256
|
||||
# CONFIG_SCx200_GPIO is not set
|
||||
CONFIG_AMD_RNG=y
|
||||
# CONFIG_INTEL_RNG is not set
|
||||
CONFIG_HW_RANDOM=y
|
||||
# CONFIG_AMD_PM768 is not set
|
||||
# CONFIG_NVRAM is not set
|
||||
CONFIG_RTC=y
|
||||
@ -641,6 +654,10 @@ CONFIG_RTC=y
|
||||
#
|
||||
# CONFIG_FTAPE is not set
|
||||
# CONFIG_AGP is not set
|
||||
|
||||
#
|
||||
# Direct Rendering Manager (XFree86 DRI support)
|
||||
#
|
||||
# CONFIG_DRM is not set
|
||||
|
||||
#
|
||||
@ -659,6 +676,7 @@ CONFIG_RTC=y
|
||||
# File systems
|
||||
#
|
||||
# CONFIG_QUOTA is not set
|
||||
# CONFIG_QFMT_V2 is not set
|
||||
# CONFIG_AUTOFS_FS is not set
|
||||
# CONFIG_AUTOFS4_FS is not set
|
||||
# CONFIG_REISERFS_FS is not set
|
||||
@ -668,9 +686,9 @@ CONFIG_RTC=y
|
||||
# CONFIG_ADFS_FS_RW is not set
|
||||
# CONFIG_AFFS_FS is not set
|
||||
# CONFIG_HFS_FS is not set
|
||||
# CONFIG_HFSPLUS_FS is not set
|
||||
# CONFIG_BEFS_FS is not set
|
||||
# CONFIG_BEFS_DEBUG is not set
|
||||
# CONFIG_HFSPLUS_FS is not set
|
||||
# CONFIG_BFS_FS is not set
|
||||
CONFIG_EXT3_FS=y
|
||||
CONFIG_JBD=y
|
||||
@ -691,11 +709,9 @@ CONFIG_RAMFS=y
|
||||
# CONFIG_JFS_FS is not set
|
||||
# CONFIG_JFS_DEBUG is not set
|
||||
# CONFIG_JFS_STATISTICS is not set
|
||||
# CONFIG_CD_FS is not set
|
||||
# CONFIG_MINIX_FS is not set
|
||||
# CONFIG_VXFS_FS is not set
|
||||
# CONFIG_NTFS_FS is not set
|
||||
# CONFIG_NTFS_DEBUG is not set
|
||||
# CONFIG_NTFS_RW is not set
|
||||
# CONFIG_HPFS_FS is not set
|
||||
CONFIG_PROC_FS=y
|
||||
@ -720,6 +736,7 @@ CONFIG_DEVPTS_FS=y
|
||||
# CONFIG_INTERMEZZO_FS is not set
|
||||
# CONFIG_NFS_FS is not set
|
||||
# CONFIG_NFS_V3 is not set
|
||||
# CONFIG_NFS_DIRECTIO is not set
|
||||
# CONFIG_ROOT_NFS is not set
|
||||
# CONFIG_NFSD is not set
|
||||
# CONFIG_NFSD_V3 is not set
|
||||
@ -801,15 +818,20 @@ CONFIG_NLS_DEFAULT="iso8859-1"
|
||||
# CONFIG_FB is not set
|
||||
|
||||
#
|
||||
# Sound support
|
||||
# Sound
|
||||
#
|
||||
# CONFIG_SOUND_SUPPORT is not set
|
||||
# CONFIG_SOUND is not set
|
||||
|
||||
#
|
||||
# USB support
|
||||
#
|
||||
# CONFIG_USB is not set
|
||||
|
||||
#
|
||||
# Support for USB gadgets
|
||||
#
|
||||
# CONFIG_USB_GADGET is not set
|
||||
|
||||
#
|
||||
# Bluetooth support
|
||||
#
|
||||
@ -819,9 +841,18 @@ CONFIG_NLS_DEFAULT="iso8859-1"
|
||||
# Kernel hacking
|
||||
#
|
||||
# CONFIG_DEBUG_KERNEL is not set
|
||||
CONFIG_LOG_BUF_SHIFT=0
|
||||
|
||||
#
|
||||
# Cryptographic options
|
||||
#
|
||||
# CONFIG_CRYPTO is not set
|
||||
|
||||
#
|
||||
# Library routines
|
||||
#
|
||||
CONFIG_OPTIMIZE_FOR_SIZE=y
|
||||
CONFIG_CRC32=y
|
||||
CONFIG_ZLIB_INFLATE=y
|
||||
CONFIG_ZLIB_DEFLATE=y
|
||||
# CONFIG_FW_LOADER is not set
|
||||
|
Loading…
Reference in New Issue
Block a user