summaryrefslogtreecommitdiff
path: root/target/linux/Config.in.advanced
AgeCommit message (Collapse)Author
2009-05-28linux-advanced: bump 2.6.29.x kernel versionSvein-Erik Skjelbred
Signed-off-by: Svein-Erik Skjelbred <at91rm9200@skjelbred.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-05-08Update Linux Advanced to 2.6.29.2Thiago A. Correa
Signed-off-by: Thiago A. Correa <thiago.correa@gmail.com>
2009-03-24target/linux: default to bzImage for i386/x86_64Peter Korsgaard
2009-02-01buildroot: use same defaults for atmel target as everything elsePeter Korsgaard
2009-01-26linux/advanced: default to make menuconfigPeter Korsgaard
2009-01-25Update patchlevels for linux-2.6.25/27/28Ulf Samuelsson
2009-01-25Use new SHELL variable BUILDROOT_KERNEL_CONFIG_METHODUlf 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-25target/linux-advanced: default to menuconfig for all archsPeter Korsgaard
Default to menuconfig for atmel targets as well, mention QT3 dependency for make xconfig and update affected defconfigs.
2009-01-19Fix some bugs in advanced linux configuration, remove some arbitrary ↵Ulf Samuelsson
combinations of major/minor directly supported, general cleanup
2009-01-09Make sure U-boot is built, if we do make uImageUlf Samuelsson
2009-01-06Remove incorrrect dependency on latest minor kernel patchUlf Samuelsson
2009-01-06Set 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-06When you set BR2_PACKAGE_LINUX_USE_DEFCONFIGUlf 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-03Update linux versionsUlf Samuelsson
2008-12-20Use correct linux version when applying latest minor patchUlf Samuelsson
2008-12-20Put latest version info in separate file for easier maintenanceUlf Samuelsson
2008-12-17Update to latest linux versionsUlf Samuelsson
2008-11-29Update Linux versionsUlf Samuelsson
2008-11-14linux: remove unused BR2_LINUX_BOARD_PATCHPeter Korsgaard
Signed-off-by: Markus Heidelberg <markus.heidelberg@web.de>
2008-08-23Add configurations for current linux versionsUlf Samuelsson
2008-08-04buildroot: remove trailing spacesPeter Korsgaard
for i in `find -name 'Config*' -o -name 'Makefile*' -o -name '*.mk'`; do sed -i 's/ \+$//' $i; done
2008-07-17Kconfig: remove 'default n'Peter Korsgaard
'default n' is the default, so there's no need to say it explicitly.
2008-07-10Fix comments regarding latest stable kernelUlf Samuelsson
2008-07-10Update 'latest' kernel infoUlf Samuelsson
2008-07-03Add support for latest kernelsUlf Samuelsson
2008-06-19buildroot: s/depends/depends on/Peter Korsgaard
The new kconfig is more strict regarding depends/depends on, so fixup the tree.
2008-04-06Use lower caseUlf Samuelsson
2008-04-06Make xconfig the default for Atmel targetsUlf Samuelsson
2008-03-31Patch in EXTRA_VERSIONUlf Samuelsson
2008-03-30linux advanced: make menuconfig defaultPeter Korsgaard
2008-03-30Allow selection of kernel config toolUlf Samuelsson
2008-03-29Remove duplicate AVR32 patches, and add support for ARCH and conditional ↵Ulf Samuelsson
AVR32 patches
2008-03-18Update Kernel configUlf Samuelsson
2008-03-06added support for kernel 2.6.24John Voltz
2007-10-13Move config item deeper into menu systemUlf Samuelsson
2007-10-13Create Advanced Linux Configuration option/Remove experimentalUlf Samuelsson