summaryrefslogtreecommitdiff
path: root/target/linux
AgeCommit message (Collapse)Author
2008-12-20Put latest version info in separate file for easier maintenanceUlf Samuelsson
2008-12-17Update to latest linux versionsUlf Samuelsson
2008-12-07taget/linux: handle non-modular kernelsPeter Korsgaard
Based on b151271 in Bernhard's tree.
2008-11-29Update Linux versionsUlf Samuelsson
2008-11-14linux: remove unused BR2_LINUX_BOARD_PATCHPeter Korsgaard
Signed-off-by: Markus Heidelberg <markus.heidelberg@web.de>
2008-11-10revert 23987 until proper implementationIvan Kuten
2008-11-10Download Kernel.org minor patches at the same time as full sources.Ivan Kuten
Signed-off-by: Julien Boibessot <julien.boibessot@armadeus.com>
2008-11-05linux26: make installation of modules rule depend on .depend_doneHans-Christian Egtvedt
This patch will make the installation of modules rule depend on .depend_done instead of .configured to make sure make prepare is run before modules are installed. Make kernelversion does not work before make prepare has been run. Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
2008-10-30linux: skip installing modules if modules are disabled in kernel configHans-Christian Egtvedt
This patch will check if CONFIG_MODULES is set in the kernel .config, if not yes then it will skip installing the modules. Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
2008-10-30linux: make touch also create the dependency file when installing modulesHans-Christian Egtvedt
Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
2008-10-30linux: fix typo in status printoutHans-Christian Egtvedt
Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
2008-10-30linux: add probing for kernel version when installing modulesHans-Christian Egtvedt
This patch will ask the kernel for the specific version before doing modules_install, that way Buildroot will know which directories to remove and what parameters to use for depmod. Needed when compiling a kernel grabbed from GIT or vendor specific releases. Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
2008-10-03linux: fix copy of Busybox config to target directoryHans-Christian Egtvedt
This patch fixes bug report #5204. The Busybox config was not copied from the correct place. Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
2008-09-22target/linux/advanced: don't hardcode date suffixPeter Korsgaard
Use ROOTFS_SUFFIX instead of hardcoding -$(DATE). Reported by Lars Lockenvitz.
2008-08-23Add configurations for current linux versionsUlf Samuelsson
2008-08-04buildroot: remove trailing spacesPeter Korsgaard
for i in `find -name 'Config*' -o -name 'Makefile*' -o -name '*.mk'`; do sed -i 's/ \+$//' $i; done
2008-07-17Kconfig: remove 'default n'Peter Korsgaard
'default n' is the default, so there's no need to say it explicitly.
2008-07-13linux-advanced: add linux26-force like in the simple linux makefilePeter Korsgaard
Patch by Brian Beattie.
2008-07-10Fix comments regarding latest stable kernelUlf Samuelsson
2008-07-10Update 'latest' kernel infoUlf Samuelsson
2008-07-09linux: add knob to force a rebuild of the kernelPeter Korsgaard
Makes development easier. Thanks to Brian Beattie for this handy idea. 1df013316b in Bernhards tree.
2008-07-03Add support for latest kernelsUlf Samuelsson
2008-06-19buildroot: s/depends/depends on/Peter Korsgaard
The new kconfig is more strict regarding depends/depends on, so fixup the tree.
2008-05-12Make linux kernel extension visible also when defined in board directoryUlf Samuelsson
2008-04-16Avoid duplicate rules for downloading kernel source, if kernel and headers ↵Ulf Samuelsson
are the same
2008-04-16Fix bad linux kernel nameUlf Samuelsson
2008-04-15Allow build to complete, even if tftpboot is not writeable by userUlf Samuelsson
2008-04-15Reversing bad tftpboot patch resulting in two identical targetsUlf Samuelsson
2008-04-11buildroot: additional tftpboot fixesPeter Korsgaard
Patch by Jean-Christian de Rivaz
2008-04-06Use lower caseUlf Samuelsson
2008-04-06* Dereference link when copying over kernel image, missed this one in my ↵Nigel Kukard
previous commit
2008-04-06Make xconfig the default for Atmel targetsUlf Samuelsson
2008-04-06Update linux source tree with minor versionUlf Samuelsson
2008-03-31Patch in EXTRA_VERSIONUlf Samuelsson
2008-03-30linux advanced: make menuconfig defaultPeter Korsgaard
2008-03-30Allow selection of kernel config toolUlf Samuelsson
2008-03-29Remove duplicate AVR32 patches, and add support for ARCH and conditional ↵Ulf Samuelsson
AVR32 patches
2008-03-29Feeding the kernel zero optimization -O0 breaks the kernel build at least on ↵Nigel Kukard
x86 with asm errors, remove -O0 when building the kernel
2008-03-29Add some robustness to linux configurationUlf Samuelsson
2008-03-21kernel 2.6.24 creates a symlink to bzImage, which is copied inplace, symlink ↵John Voltz
and all, this gives an incorrect symlink deref in binaries/uclibc/ and points to ../../x86/bzImage. Do not copy symlink in place, follow it. Patch by Nigel Kukard.
2008-03-20Use correct symbold for linux config pathUlf Samuelsson
2008-03-18Use correct kernel-patch for x86Ulf Samuelsson
2008-03-18Update Kernel configUlf Samuelsson
2008-03-15Use correct Linux version for depmodUlf Samuelsson
2008-03-06added support for kernel 2.6.24John Voltz
2008-01-10More debug info for linuxUlf Samuelsson
2007-12-17Add support for GNU and kernel.org mirrorsIvan Kuten
2007-10-18Add more info to linux statusUlf Samuelsson
2007-10-18Fix syntax error in Makefile for Advanced Linux configurationUlf Samuelsson
2007-10-13Use correct kernel name for advanced linux buildUlf Samuelsson