summaryrefslogtreecommitdiffstats
path: root/target/linux
Commit message (Collapse)AuthorAgeFilesLines
* When you set BR2_PACKAGE_LINUX_USE_DEFCONFIGUlf Samuelsson2009-01-061-2/+3
| | | | | | | | | | | | | | | | | | | | to configure linux using the make <board>_defconfig You have to supply the $(BOARD_NAME) variable. Add this info in the help text for target/linux/Makefile.in.advanced ---------------- When you do not set BR2_PACKAGE_LINUX_USE_XCONFIG to configure linux using "$make <XXXX>config The choices "$make menuconfig" or "$make xconfig" should not be visible. Add dependency
* Update linux versionsUlf Samuelsson2009-01-032-30/+36
|
* Use correct linux version when applying latest minor patchUlf Samuelsson2008-12-201-1/+1
|
* Sort Linux debug info in alphabetical orderUlf Samuelsson2008-12-201-32/+44
|
* Put latest version info in separate file for easier maintenanceUlf Samuelsson2008-12-202-23/+66
|
* Update to latest linux versionsUlf Samuelsson2008-12-171-6/+6
|
* taget/linux: handle non-modular kernelsPeter Korsgaard2008-12-071-6/+12
| | | | Based on b151271 in Bernhard's tree.
* Update Linux versionsUlf Samuelsson2008-11-292-13/+24
|
* linux: remove unused BR2_LINUX_BOARD_PATCHPeter Korsgaard2008-11-141-4/+0
| | | | Signed-off-by: Markus Heidelberg <markus.heidelberg@web.de>
* revert 23987 until proper implementationIvan Kuten2008-11-101-1/+1
|
* Download Kernel.org minor patches at the same time as full sources.Ivan Kuten2008-11-101-1/+1
| | | | | Signed-off-by: Julien Boibessot <julien.boibessot@armadeus.com>
* linux26: make installation of modules rule depend on .depend_doneHans-Christian Egtvedt2008-11-051-1/+1
| | | | | | | | | 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>
* linux: skip installing modules if modules are disabled in kernel configHans-Christian Egtvedt2008-10-301-7/+13
| | | | | | | | 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>
* linux: make touch also create the dependency file when installing modulesHans-Christian Egtvedt2008-10-301-1/+1
| | | | | Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
* linux: fix typo in status printoutHans-Christian Egtvedt2008-10-301-1/+1
| | | | | Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
* linux: add probing for kernel version when installing modulesHans-Christian Egtvedt2008-10-301-9/+10
| | | | | | | | | | 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>
* linux: fix copy of Busybox config to target directoryHans-Christian Egtvedt2008-10-031-1/+1
| | | | | | | | 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>
* target/linux/advanced: don't hardcode date suffixPeter Korsgaard2008-09-221-1/+1
| | | | | | Use ROOTFS_SUFFIX instead of hardcoding -$(DATE). Reported by Lars Lockenvitz.
* Add configurations for current linux versionsUlf Samuelsson2008-08-231-12/+21
|
* buildroot: remove trailing spacesPeter Korsgaard2008-08-043-13/+13
| | | | | | | for i in `find -name 'Config*' -o -name 'Makefile*' -o -name '*.mk'`; do sed -i 's/ \+$//' $i; done
* Kconfig: remove 'default n'Peter Korsgaard2008-07-172-6/+0
| | | | 'default n' is the default, so there's no need to say it explicitly.
* linux-advanced: add linux26-force like in the simple linux makefilePeter Korsgaard2008-07-131-0/+4
| | | | Patch by Brian Beattie.
* Fix comments regarding latest stable kernelUlf Samuelsson2008-07-101-2/+2
|
* Update 'latest' kernel infoUlf Samuelsson2008-07-101-1/+1
|
* linux: add knob to force a rebuild of the kernelPeter Korsgaard2008-07-091-0/+4
| | | | | | Makes development easier. Thanks to Brian Beattie for this handy idea. 1df013316b in Bernhards tree.
* Add support for latest kernelsUlf Samuelsson2008-07-031-10/+26
|
* buildroot: s/depends/depends on/Peter Korsgaard2008-06-192-36/+36
| | | | | The new kconfig is more strict regarding depends/depends on, so fixup the tree.
* Make linux kernel extension visible also when defined in board directoryUlf Samuelsson2008-05-121-2/+8
|
* Avoid duplicate rules for downloading kernel source, if kernel and headers ↵Ulf Samuelsson2008-04-161-1/+3
| | | | are the same
* Fix bad linux kernel nameUlf Samuelsson2008-04-161-20/+5
|
* Allow build to complete, even if tftpboot is not writeable by userUlf Samuelsson2008-04-151-2/+2
|
* Reversing bad tftpboot patch resulting in two identical targetsUlf Samuelsson2008-04-151-4/+4
|
* buildroot: additional tftpboot fixesPeter Korsgaard2008-04-111-4/+4
| | | | Patch by Jean-Christian de Rivaz
* Use lower caseUlf Samuelsson2008-04-061-2/+2
|
* * Dereference link when copying over kernel image, missed this one in my ↵Nigel Kukard2008-04-061-1/+1
| | | | previous commit
* Make xconfig the default for Atmel targetsUlf Samuelsson2008-04-061-0/+1
|
* Update linux source tree with minor versionUlf Samuelsson2008-04-061-6/+12
|
* Patch in EXTRA_VERSIONUlf Samuelsson2008-03-312-1/+13
|
* linux advanced: make menuconfig defaultPeter Korsgaard2008-03-301-1/+1
|
* Allow selection of kernel config toolUlf Samuelsson2008-03-302-3/+34
|
* Remove duplicate AVR32 patches, and add support for ARCH and conditional ↵Ulf Samuelsson2008-03-292-17/+63
| | | | AVR32 patches
* Feeding the kernel zero optimization -O0 breaks the kernel build at least on ↵Nigel Kukard2008-03-291-1/+2
| | | | x86 with asm errors, remove -O0 when building the kernel
* Add some robustness to linux configurationUlf Samuelsson2008-03-291-13/+28
|
* kernel 2.6.24 creates a symlink to bzImage, which is copied inplace, symlink ↵John Voltz2008-03-211-1/+1
| | | | 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.
* Use correct symbold for linux config pathUlf Samuelsson2008-03-201-1/+1
|
* Use correct kernel-patch for x86Ulf Samuelsson2008-03-181-2/+10
|
* Update Kernel configUlf Samuelsson2008-03-181-9/+19
|
* Use correct Linux version for depmodUlf Samuelsson2008-03-151-1/+1
|
* added support for kernel 2.6.24John Voltz2008-03-062-12/+31
|
* More debug info for linuxUlf Samuelsson2008-01-101-0/+1
|