summaryrefslogtreecommitdiffstats
path: root/target/linux/Config.in.advanced
Commit message (Collapse)AuthorAgeFilesLines
* linux-advanced: add 2.6.32.8Will Wagner2010-02-231-5/+14
| | | | | Signed-off-by: Will Wagner <will_wagner@carallon.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* linux-advanced: remove unused ancient kernel versionsPeter Korsgaard2009-07-251-28/+0
| | | | | | More than 2 years old, and no in tree users. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* Update kernel "latest" major/minor version numbersUlf Samuelsson2009-07-241-4/+17
| | | | including adding support for 2.6.30/2.6.31-rc#
* linux-advanced: bump 2.6.29.x kernel versionSvein-Erik Skjelbred2009-05-281-1/+1
| | | | | Signed-off-by: Svein-Erik Skjelbred <at91rm9200@skjelbred.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* Update Linux Advanced to 2.6.29.2Thiago A. Correa2009-05-081-8/+9
| | | | Signed-off-by: Thiago A. Correa <thiago.correa@gmail.com>
* target/linux: default to bzImage for i386/x86_64Peter Korsgaard2009-03-241-0/+2
|
* buildroot: use same defaults for atmel target as everything elsePeter Korsgaard2009-02-011-4/+0
|
* linux/advanced: default to make menuconfigPeter Korsgaard2009-01-261-1/+1
|
* Update patchlevels for linux-2.6.25/27/28Ulf Samuelsson2009-01-251-1/+1
|
* Use new SHELL variable BUILDROOT_KERNEL_CONFIG_METHODUlf Samuelsson2009-01-251-1/+1
| | | | | | | | | | | 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.
* target/linux-advanced: default to menuconfig for all archsPeter Korsgaard2009-01-251-3/+2
| | | | | Default to menuconfig for atmel targets as well, mention QT3 dependency for make xconfig and update affected defconfigs.
* Fix some bugs in advanced linux configuration, remove some arbitrary ↵Ulf Samuelsson2009-01-191-77/+53
| | | | combinations of major/minor directly supported, general cleanup
* 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