aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/Config.in.advanced
Commit message (Collapse)AuthorAgeFilesLines
* Make sure U-boot is built, if we do make uImageUlf Samuelsson2009-01-091-0/+1
|
* Remove incorrrect dependency on latest minor kernel patchUlf Samuelsson2009-01-061-1/+1
|
* Set default kernel to BR2_LINUX26_STABLE, Remove duplicate definion of ↵Ulf Samuelsson2009-01-061-38/+1
| | | | BR2_KERNEL_CURRENT_VERSION and remove comments from Config.in choices
* 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-031-11/+9
|
* Use correct linux version when applying latest minor patchUlf Samuelsson2008-12-201-1/+1
|
* Put latest version info in separate file for easier maintenanceUlf Samuelsson2008-12-201-23/+14
|
* Update to latest linux versionsUlf Samuelsson2008-12-171-6/+6
|
* Update Linux versionsUlf Samuelsson2008-11-291-13/+22
|
* linux: remove unused BR2_LINUX_BOARD_PATCHPeter Korsgaard2008-11-141-4/+0
| | | | Signed-off-by: Markus Heidelberg <markus.heidelberg@web.de>
* Add configurations for current linux versionsUlf Samuelsson2008-08-231-12/+21
|
* buildroot: remove trailing spacesPeter Korsgaard2008-08-041-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 Korsgaard2008-07-171-5/+0
| | | | 'default n' is the default, so there's no need to say it explicitly.
* Fix comments regarding latest stable kernelUlf Samuelsson2008-07-101-2/+2
|
* Update 'latest' kernel infoUlf Samuelsson2008-07-101-1/+1
|
* Add support for latest kernelsUlf Samuelsson2008-07-031-10/+26
|
* buildroot: s/depends/depends on/Peter Korsgaard2008-06-191-8/+8
| | | | | The new kconfig is more strict regarding depends/depends on, so fixup the tree.
* Use lower caseUlf Samuelsson2008-04-061-2/+2
|
* Make xconfig the default for Atmel targetsUlf Samuelsson2008-04-061-0/+1
|
* Patch in EXTRA_VERSIONUlf Samuelsson2008-03-311-0/+8
|
* linux advanced: make menuconfig defaultPeter Korsgaard2008-03-301-1/+1
|
* Allow selection of kernel config toolUlf Samuelsson2008-03-301-1/+26
|
* Remove duplicate AVR32 patches, and add support for ARCH and conditional ↵Ulf Samuelsson2008-03-291-16/+40
| | | | AVR32 patches
* Update Kernel configUlf Samuelsson2008-03-181-9/+19
|
* added support for kernel 2.6.24John Voltz2008-03-061-6/+13
|
* Move config item deeper into menu systemUlf Samuelsson2007-10-131-2/+1
|
* Create Advanced Linux Configuration option/Remove experimentalUlf Samuelsson2007-10-131-0/+501