summaryrefslogtreecommitdiff
path: root/target/linux/Config.in.advanced
AgeCommit message (Collapse)Author
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