80 Commits (4c8ba2dfce49e95ed8c579d04776ac1f132566c6)

Author SHA1 Message Date
Alejandro Mery a172ac75f8 linux26: Updated (2.6.27.38 -> 2.6.27.39) 15 years ago
Alejandro Mery a15490cdcc linux26: Updated (2.6.27.37 -> 2.6.27.38) 15 years ago
Alejandro Mery ea5ddcf4a8 linux26: Updated (2.6.27.34 -> 2.6.27.37) 15 years ago
Alejandro Mery 1397ff3339 linux26: disabled reiserfs's debugging 15 years ago
Alejandro Mery 818e6ec71a linux26: Updated (2.6.27.21 -> 2.6.27.34) 15 years ago
Alejandro Mery ca7f1dcd22 linux26: Updated (2.6.27.19 -> 2.6.27.21) 15 years ago
Alejandro Mery 2db3670265 linux26: enabled Unix Domain sockets as built-in on every kernel, as needed by udev 15 years ago
Alejandro Mery 91784cd13d linux26: enable i8042 (ps/2 kbd) as built-in because we can't make udev detect it's needed 15 years ago
Alejandro Mery 607ae07beb linux26: adjusted CONFIG_LSF patch to our current version 15 years ago
Alejandro Mery c100958b5c linux26: added "Get rid of CONFIG_LSF" upstream patch 15 years ago
Alejandro Mery 2309874bcb linux26: Updated (2.6.27.18 -> 2.6.27.19) 15 years ago
Alejandro Mery 17a15ab744 linux26: Updated (2.6.27.15 -> 2.6.27.18) 15 years ago
Alejandro Mery c56a501c79 linux26: disable CONFIG_SYSFS_DEPRECATED to make udev happy 15 years ago
Alejandro Mery a28926b008 linux26: Updated (2.6.27.14 -> 2.6.27.15) 15 years ago
Alejandro Mery eb1cda2f67 linux26: Updated (2.6.27.13 -> 2.6.27.14) 15 years ago
Alejandro Mery ecccd70157 linux26: Updated (2.6.27.12 -> 2.6.27.13) 15 years ago
Alejandro Mery 31439b745a linux26: Updated (2.6.27.11 -> 2.6.27.12) 15 years ago
Alejandro Mery 1bdb2b846c linux26: Updated (2.6.27.10 -> 2.6.27.11) 15 years ago
Alejandro Mery fabad4c64d linux26: disabled CONFIG_SUNDANCE_MMIO, makes the module fail to initialize the NIC (since .20 to present) 15 years ago
Alejandro Mery abd28c349b linux26: adapted ext4 patch to 2.6.27.10 15 years ago
Alejandro Mery 23fc75012e linux26: included upstream patch to rename ext4dev to ext4 15 years ago
Alejandro Mery 61dced45f6 linux26: Updated (2.6.27.6 -> 2.6.27.10) 15 years ago
Alejandro Mery 790853b10b linux26: disabled CONFIG_DEBUG_* and CONFIG_*_DEBUG, 943M in modules was too much, now I get just 79M (in 2138 .ko files) 15 years ago
Alejandro Mery 9d284ae017 linux26: adapted to produce and install vmlinuz for x86/x86-64 in newer versions 15 years ago
Alejandro Mery aad12a57c1 linux26: fixed x86 compilation in >= 2.6.24, as now 64 bits is the default 15 years ago
Alejandro Mery b6e6a452e4 linux26: fixed arch/share.in to translate x86 to i386 until 2.6.23 15 years ago
Alejandro Mery 4995d1a3c5 linux26: set arch for x86 15 years ago
Alejandro Mery 32ed3ffa21 linux26: changed to adjust lx_cpu using $confdir/arch/$arch.in, so we have more room to develop $ver oddities 15 years ago
Alejandro Mery 2ca1744b02 linux26: introduced $lx_confdir referencing the $confdir of linux26 15 years ago
Alejandro Mery a5badf7d0f linux26: removed $lx_mergedarch, not used 15 years ago
Alejandro Mery cd7db2a57e linux26: removed lx_arch and lx_subarch, taking a different approach 15 years ago
Alejandro Mery 96692abbb0 linux26: changed arch/config.$arch.sh call to use $lx_ver (numeric) instead of $ver 15 years ago
Alejandro Mery aa3752e7fa linux26: renamed $ver_n to $lx_ver, and set before lx_cpu and friends 15 years ago
Alejandro Mery 8f80c11085 linux26: changed SDECFG_PKG_LINUX_CONFIG_STYLE's modules into allmodules and defconfig, defining how the initial .config is created 15 years ago
Alejandro Mery 4782e0105c linux26: changed to run `make oldconfig` after injecting linux.cfg in SDECFG_PKG_LINUX_CONFIG_STYLE=none case 15 years ago
Alejandro Mery cd31077632 linux26: removed obsolete SDECFG_PKG_LINUX_CUSTCONFIG config, we always apply linux.cfg 15 years ago
Alejandro Mery ae86ce37bb linux26: removed exceptions for linux 2.4 - not supported 15 years ago
Alejandro Mery 84922482f3 linux26: changed to calculate treever using $ver instead of $pkg 15 years ago
Nagy Karoly Gabriel 13ef870a7f linux26: removed obsolete unbreak-advansys-scsi.patch.disabled 15 years ago
Nagy Karoly Gabriel b6dae6acad linux26: Updated (2.6.22.19 -> 2.6.27.6), adapted patches, enhanced linux build system to honor arches that were merged (x86 and x86_64 etc) 15 years ago
Alejandro Mery 984b7b2465 linux26: enabled serial console by default 16 years ago
Alejandro Mery d1ad17f00c [linux26] Introduced arch/config.x86-64.sh, doing a simple mapping between $SDECFG_X8664_OPT and something meaningful for the kernel 17 years ago
Alejandro Mery a2249ab698 [linux26] Introduced arch/config.x86.sh, doing a simple mapping between $SDECFG_X86_OPT and something meaningful for the kernel's config 17 years ago
Alejandro Mery de92c342d1 [linux26] Added arch/config-common.sh script, which makes some small tweaks to be called by config.$arch.sh 17 years ago
Alejandro Mery 15e2690940 [linux26] Changed linux-conf.in to do no2mod after merging .config.$arch over defconfig, and loop twice 17 years ago
Alejandro Mery 46b0de000b [linux26] Moved config merge code in linux-conf.in to it's own function, auto_config_merge() 17 years ago
Alejandro Mery 7c3fbfe168 [linux26] Changed linux-conf.in to always start from upstream's defconfig, and merge $arch stuff after no2mod generated by linux26/arch/config.$arch.sh $ver 17 years ago
Christian Wiese ae7ad0eef5 Updated linux26 (2.6.22.18 -> 2.6.22.19) 17 years ago
Alejandro Mery 6992692b2f Improved linux-conf.in to look for kernel${treever}.conf and kernel.conf in complete target chain 17 years ago
Christian Wiese eb52e51807 Updated linux26 (2.6.22.17 -> 2.6.22.18) 17 years ago