Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |