67 Commits (ba3659f889eeb48cb9179a3d34c2bc493c329085)

Author SHA1 Message Date
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
Christian Wiese b4f35def6b Updated linux26 (2.6.22.16 -> 2.6.22.17) 17 years ago
Christian Wiese e2269d440a Updated linux26 (2.6.22.15 -> 2.6.22.16) 17 years ago
Christian Wiese cb9a38b365 Updated linux26 (2.6.22.14 -> 2.6.22.15) 17 years ago
Christian Wiese 672b46c676 Updated linux26 (2.6.21.7 -> 2.6.22.14) 17 years ago
Alejandro Mery d8cf15a66c Regenerated copyright notes broadly, without renewing them. 17 years ago
Alejandro Mery d15769f41d Removed trailing spaces massively, hoping to not break anything. Copyright notes not renewed 17 years ago
Alejandro Mery c0cded1a92 Improved linux26/linux-conf.in's auto_config() to make 2 loops over .3,.4,.5 17 years ago
Alejandro Mery 902fe45de0 Cleaned a bit the indentation of linux-conf.in's auto_config(), and added some comments 17 years ago
Alejandro Mery 8a615290e0 Changed linux-conf.in to preinitialize the $lx_confscripts list 17 years ago
Alejandro Mery a218d75b25 Renamed linux-conf.in's confscripts to lx_confscripts 17 years ago
Alejandro Mery bdf92e67e3 Improved linux26 (and all other linux* packages) to support multiple config snap files for merging by using a $lx_confmerge list 17 years ago
Alejandro Mery 29fd8b1601 Removed more superfluous ""s and ''s 17 years ago
Alejandro Mery d61dd120b3 Updated linux26 (2.6.21.6 -> 2.6.21.7) 17 years ago