Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-04-03 | target/linux: bump 2.6.{27, 31, 32, 33} stable versions | H Hartley Sweeten | |
Now that the kernel-headers are bumped, also bump the linux targets to match. Signed-off-by: H Hartley Sweeten <hsweeten@visionengravers.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk> | |||
2010-03-14 | target/linux: remove ancient (<2.6.27) versions | Peter Korsgaard | |
And get rid of the corresponding at91 patches as well. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk> | |||
2010-03-13 | target: add linux 2.6.33 | H Hartley Sweeten | |
Signed-off-by: H Hartley Sweeten <hsweeten@visionengravers.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk> | |||
2010-03-10 | remove -mm linux patch options | H Hartley Sweeten | |
The -mm tree is really no longer available since the -next tree was created for testing. It's not even listed on the kernel.org site any longer. Plus, the last one that was published as available was pretty old, 2.6.28-rc2-mm1. Remove all the -mm patch stuff from Buildroot to clean up the Linux kernel selection. Signed-off-by: H Hartley Sweeten <hsweeten@visionengravers.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk> | |||
2010-02-24 | bump linux kernel versions | H Hartley Sweeten | |
Bump all the linux kernel version to the latest available and add a help note for all of them with the release data and status. The long-term stable 2.6.27 kernel is really out of date (.27 -> .45). Signed-off-by: H Hartley Sweeten <hsweeten@visionengravers.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk> | |||
2010-02-23 | linux-advanced: add 2.6.32.8 | Will Wagner | |
Signed-off-by: Will Wagner <will_wagner@carallon.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk> | |||
2009-07-25 | linux-advanced: remove unused ancient kernel versions | Peter Korsgaard | |
More than 2 years old, and no in tree users. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk> | |||
2009-07-24 | Update kernel "latest" major/minor version numbers | Ulf Samuelsson | |
including adding support for 2.6.30/2.6.31-rc# | |||
2009-05-28 | linux-advanced: bump 2.6.29.x kernel version | Svein-Erik Skjelbred | |
Signed-off-by: Svein-Erik Skjelbred <at91rm9200@skjelbred.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk> | |||
2009-05-08 | Update Linux Advanced to 2.6.29.2 | Thiago A. Correa | |
Signed-off-by: Thiago A. Correa <thiago.correa@gmail.com> | |||
2009-03-24 | target/linux: default to bzImage for i386/x86_64 | Peter Korsgaard | |
2009-02-01 | buildroot: use same defaults for atmel target as everything else | Peter Korsgaard | |
2009-01-26 | linux/advanced: default to make menuconfig | Peter Korsgaard | |
2009-01-25 | Update patchlevels for linux-2.6.25/27/28 | Ulf Samuelsson | |
2009-01-25 | Use new SHELL variable BUILDROOT_KERNEL_CONFIG_METHOD | Ulf Samuelsson | |
which will override selection between xconfig and menuconfig make xconfig will, if it fails, or user does not save configuration result in make menuconfig beeing tried Fix several issues causing final part of linux to be regenerated on each make. | |||
2009-01-25 | target/linux-advanced: default to menuconfig for all archs | Peter Korsgaard | |
Default to menuconfig for atmel targets as well, mention QT3 dependency for make xconfig and update affected defconfigs. | |||
2009-01-19 | Fix some bugs in advanced linux configuration, remove some arbitrary ↵ | Ulf Samuelsson | |
combinations of major/minor directly supported, general cleanup | |||
2009-01-09 | Make sure U-boot is built, if we do make uImage | Ulf Samuelsson | |
2009-01-06 | Remove incorrrect dependency on latest minor kernel patch | Ulf Samuelsson | |
2009-01-06 | Set default kernel to BR2_LINUX26_STABLE, Remove duplicate definion of ↵ | Ulf Samuelsson | |
BR2_KERNEL_CURRENT_VERSION and remove comments from Config.in choices | |||
2009-01-06 | When you set BR2_PACKAGE_LINUX_USE_DEFCONFIG | Ulf Samuelsson | |
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 | |||
2009-01-03 | Update linux versions | Ulf Samuelsson | |
2008-12-20 | Use correct linux version when applying latest minor patch | Ulf Samuelsson | |
2008-12-20 | Put latest version info in separate file for easier maintenance | Ulf Samuelsson | |
2008-12-17 | Update to latest linux versions | Ulf Samuelsson | |
2008-11-29 | Update Linux versions | Ulf Samuelsson | |
2008-11-14 | linux: remove unused BR2_LINUX_BOARD_PATCH | Peter Korsgaard | |
Signed-off-by: Markus Heidelberg <markus.heidelberg@web.de> | |||
2008-08-23 | Add configurations for current linux versions | Ulf Samuelsson | |
2008-08-04 | buildroot: remove trailing spaces | Peter Korsgaard | |
for i in `find -name 'Config*' -o -name 'Makefile*' -o -name '*.mk'`; do sed -i 's/ \+$//' $i; done | |||
2008-07-17 | Kconfig: remove 'default n' | Peter Korsgaard | |
'default n' is the default, so there's no need to say it explicitly. | |||
2008-07-10 | Fix comments regarding latest stable kernel | Ulf Samuelsson | |
2008-07-10 | Update 'latest' kernel info | Ulf Samuelsson | |
2008-07-03 | Add support for latest kernels | Ulf Samuelsson | |
2008-06-19 | buildroot: s/depends/depends on/ | Peter Korsgaard | |
The new kconfig is more strict regarding depends/depends on, so fixup the tree. | |||
2008-04-06 | Use lower case | Ulf Samuelsson | |
2008-04-06 | Make xconfig the default for Atmel targets | Ulf Samuelsson | |
2008-03-31 | Patch in EXTRA_VERSION | Ulf Samuelsson | |
2008-03-30 | linux advanced: make menuconfig default | Peter Korsgaard | |
2008-03-30 | Allow selection of kernel config tool | Ulf Samuelsson | |
2008-03-29 | Remove duplicate AVR32 patches, and add support for ARCH and conditional ↵ | Ulf Samuelsson | |
AVR32 patches | |||
2008-03-18 | Update Kernel config | Ulf Samuelsson | |
2008-03-06 | added support for kernel 2.6.24 | John Voltz | |
2007-10-13 | Move config item deeper into menu system | Ulf Samuelsson | |
2007-10-13 | Create Advanced Linux Configuration option/Remove experimental | Ulf Samuelsson | |