80 Commits (d7871d53ba010d7021f71c6fb0f01cad8dc457b8)

Author SHA1 Message Date
Alejandro Mery 1e88553ca3 linux26: Updated (2.6.27.38 -> 2.6.27.39) 15 years ago
Alejandro Mery 0905c0d9c0 linux26: Updated (2.6.27.37 -> 2.6.27.38) 15 years ago
Alejandro Mery 3b6c5c5b14 linux26: Updated (2.6.27.34 -> 2.6.27.37) 15 years ago
Alejandro Mery 653d8a969c linux26: disabled reiserfs's debugging 15 years ago
Alejandro Mery eeefd12c25 linux26: Updated (2.6.27.21 -> 2.6.27.34) 15 years ago
Alejandro Mery 5340f91aa2 linux26: Updated (2.6.27.19 -> 2.6.27.21) 15 years ago
Alejandro Mery 3637fe409b linux26: enabled Unix Domain sockets as built-in on every kernel, as needed by udev 15 years ago
Alejandro Mery 69f707cc63 linux26: enable i8042 (ps/2 kbd) as built-in because we can't make udev detect it's needed 15 years ago
Alejandro Mery 3f0320b575 linux26: adjusted CONFIG_LSF patch to our current version 15 years ago
Alejandro Mery 83f8dec79e linux26: added "Get rid of CONFIG_LSF" upstream patch 15 years ago
Alejandro Mery 45e6411921 linux26: Updated (2.6.27.18 -> 2.6.27.19) 15 years ago
Alejandro Mery ccc4596fd1 linux26: Updated (2.6.27.15 -> 2.6.27.18) 15 years ago
Alejandro Mery 1e32b6c546 linux26: disable CONFIG_SYSFS_DEPRECATED to make udev happy 15 years ago
Alejandro Mery 40174ea891 linux26: Updated (2.6.27.14 -> 2.6.27.15) 15 years ago
Alejandro Mery 5d017540e2 linux26: Updated (2.6.27.13 -> 2.6.27.14) 15 years ago
Alejandro Mery 65e9e68fa7 linux26: Updated (2.6.27.12 -> 2.6.27.13) 15 years ago
Alejandro Mery a9c3963447 linux26: Updated (2.6.27.11 -> 2.6.27.12) 15 years ago
Alejandro Mery d4e494cbbf linux26: Updated (2.6.27.10 -> 2.6.27.11) 15 years ago
Alejandro Mery a275bb6d8e linux26: disabled CONFIG_SUNDANCE_MMIO, makes the module fail to initialize the NIC (since .20 to present) 15 years ago
Alejandro Mery e22820019f linux26: adapted ext4 patch to 2.6.27.10 15 years ago
Alejandro Mery 9acf5e211f linux26: included upstream patch to rename ext4dev to ext4 15 years ago
Alejandro Mery fc6b7c701b linux26: Updated (2.6.27.6 -> 2.6.27.10) 15 years ago
Alejandro Mery 6d1ae0acb4 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 14f3d2091e linux26: adapted to produce and install vmlinuz for x86/x86-64 in newer versions 15 years ago
Alejandro Mery 944d05b03a linux26: fixed x86 compilation in >= 2.6.24, as now 64 bits is the default 15 years ago
Alejandro Mery 33dcca7a05 linux26: fixed arch/share.in to translate x86 to i386 until 2.6.23 15 years ago
Alejandro Mery 06b1d032ff linux26: set arch for x86 15 years ago
Alejandro Mery af8b89af67 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 df5f91ccab linux26: introduced $lx_confdir referencing the $confdir of linux26 15 years ago
Alejandro Mery 166966b298 linux26: removed $lx_mergedarch, not used 15 years ago
Alejandro Mery 11ff673ae6 linux26: removed lx_arch and lx_subarch, taking a different approach 15 years ago
Alejandro Mery 3943a324b3 linux26: changed arch/config.$arch.sh call to use $lx_ver (numeric) instead of $ver 15 years ago
Alejandro Mery 1e7b14abe9 linux26: renamed $ver_n to $lx_ver, and set before lx_cpu and friends 15 years ago
Alejandro Mery b325847539 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 434bfd97d3 linux26: changed to run `make oldconfig` after injecting linux.cfg in SDECFG_PKG_LINUX_CONFIG_STYLE=none case 15 years ago
Alejandro Mery a8651fd497 linux26: removed obsolete SDECFG_PKG_LINUX_CUSTCONFIG config, we always apply linux.cfg 15 years ago
Alejandro Mery e0bdb4c111 linux26: removed exceptions for linux 2.4 - not supported 15 years ago
Alejandro Mery ca2aec7b3c linux26: changed to calculate treever using $ver instead of $pkg 15 years ago
Nagy Karoly Gabriel 8bcfa53d4d linux26: removed obsolete unbreak-advansys-scsi.patch.disabled 15 years ago
Nagy Karoly Gabriel d74b5c7fba 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