Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make sure U-boot is built, if we do make uImage | Ulf Samuelsson | 2009-01-09 | 1 | -0/+1 |
| | |||||
* | Remove incorrrect dependency on latest minor kernel patch | Ulf Samuelsson | 2009-01-06 | 1 | -1/+1 |
| | |||||
* | Set default kernel to BR2_LINUX26_STABLE, Remove duplicate definion of ↵ | Ulf Samuelsson | 2009-01-06 | 1 | -38/+1 |
| | | | | BR2_KERNEL_CURRENT_VERSION and remove comments from Config.in choices | ||||
* | When you set BR2_PACKAGE_LINUX_USE_DEFCONFIG | Ulf Samuelsson | 2009-01-06 | 1 | -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 versions | Ulf Samuelsson | 2009-01-03 | 1 | -11/+9 |
| | |||||
* | Use correct linux version when applying latest minor patch | Ulf Samuelsson | 2008-12-20 | 1 | -1/+1 |
| | |||||
* | Put latest version info in separate file for easier maintenance | Ulf Samuelsson | 2008-12-20 | 1 | -23/+14 |
| | |||||
* | Update to latest linux versions | Ulf Samuelsson | 2008-12-17 | 1 | -6/+6 |
| | |||||
* | Update Linux versions | Ulf Samuelsson | 2008-11-29 | 1 | -13/+22 |
| | |||||
* | linux: remove unused BR2_LINUX_BOARD_PATCH | Peter Korsgaard | 2008-11-14 | 1 | -4/+0 |
| | | | | Signed-off-by: Markus Heidelberg <markus.heidelberg@web.de> | ||||
* | Add configurations for current linux versions | Ulf Samuelsson | 2008-08-23 | 1 | -12/+21 |
| | |||||
* | buildroot: remove trailing spaces | Peter Korsgaard | 2008-08-04 | 1 | -10/+10 |
| | | | | | | | for i in `find -name 'Config*' -o -name 'Makefile*' -o -name '*.mk'`; do sed -i 's/ \+$//' $i; done | ||||
* | Kconfig: remove 'default n' | Peter Korsgaard | 2008-07-17 | 1 | -5/+0 |
| | | | | 'default n' is the default, so there's no need to say it explicitly. | ||||
* | Fix comments regarding latest stable kernel | Ulf Samuelsson | 2008-07-10 | 1 | -2/+2 |
| | |||||
* | Update 'latest' kernel info | Ulf Samuelsson | 2008-07-10 | 1 | -1/+1 |
| | |||||
* | Add support for latest kernels | Ulf Samuelsson | 2008-07-03 | 1 | -10/+26 |
| | |||||
* | buildroot: s/depends/depends on/ | Peter Korsgaard | 2008-06-19 | 1 | -8/+8 |
| | | | | | The new kconfig is more strict regarding depends/depends on, so fixup the tree. | ||||
* | Use lower case | Ulf Samuelsson | 2008-04-06 | 1 | -2/+2 |
| | |||||
* | Make xconfig the default for Atmel targets | Ulf Samuelsson | 2008-04-06 | 1 | -0/+1 |
| | |||||
* | Patch in EXTRA_VERSION | Ulf Samuelsson | 2008-03-31 | 1 | -0/+8 |
| | |||||
* | linux advanced: make menuconfig default | Peter Korsgaard | 2008-03-30 | 1 | -1/+1 |
| | |||||
* | Allow selection of kernel config tool | Ulf Samuelsson | 2008-03-30 | 1 | -1/+26 |
| | |||||
* | Remove duplicate AVR32 patches, and add support for ARCH and conditional ↵ | Ulf Samuelsson | 2008-03-29 | 1 | -16/+40 |
| | | | | AVR32 patches | ||||
* | Update Kernel config | Ulf Samuelsson | 2008-03-18 | 1 | -9/+19 |
| | |||||
* | added support for kernel 2.6.24 | John Voltz | 2008-03-06 | 1 | -6/+13 |
| | |||||
* | Move config item deeper into menu system | Ulf Samuelsson | 2007-10-13 | 1 | -2/+1 |
| | |||||
* | Create Advanced Linux Configuration option/Remove experimental | Ulf Samuelsson | 2007-10-13 | 1 | -0/+501 |