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