summaryrefslogtreecommitdiff
path: root/target/device/Atmel/at91sam9261ek/at91sam9261ek_defconfig
AgeCommit message (Collapse)Author
2009-07-31target/device: rename program invocation symbol in defconfigsPeter Korsgaard
The symbol is now BR2_PROGRAM_INVOCATION, not BR2_UCLIBC_PROGRAM_INVOCATION. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-03-18pkgconfig: add pkgconfig package for targetPeter Korsgaard
The host versions shouldn't be visible in Kconfig, so remove the reference to BR2_PACKAGE_PKGCONFIG everywhere and prefix the host targets with host-. At the same time add pkgconfig for the target (E.G. for development) and let BR2_PACKAGE_PKGCONFIG control that package. Notice: all defconfigs in the tree have been updated, but make sure to disable the pkgconfig package (unless you want it) if you use an external config, otherwise you'll end up with pkgconfig and glib2 in the target.
2009-03-02s/buildroot.uclibc.org/buildroot.net/Peter Korsgaard
2009-01-30readline: s/BR2_READLINE/BR2_PACKAGE_READLINE/Peter Korsgaard
Package configs should start with BR2_PACKAGE_.
2009-01-29Update some comments, which will cause defconfig to wait for inputUlf Samuelsson
2009-01-29Update at91sam9261ek BSPUlf Samuelsson
2009-01-25Update at91sam9261ek BSPUlf Samuelsson
2009-01-09Update at91sam9261ek configs, build completesUlf Samuelsson
2008-11-14linux: remove unused BR2_LINUX_BOARD_PATCHPeter Korsgaard
Signed-off-by: Markus Heidelberg <markus.heidelberg@web.de>
2008-04-16Update at91sam9261ek defconfigUlf Samuelsson
2008-03-30Update at91 defconfigsUlf Samuelsson
2008-03-28* Reverted r21540Nigel Kukard
2008-03-28* Bumped GCC to 4.2.2, removed 4.2.0Nigel Kukard
2008-01-10Update at91sam9261ek default configUlf Samuelsson
2008-01-08Update ATMEL_MIRROR and bump at91bootstrap to v2.4Ulf Samuelsson
2007-11-02Update at91rm9200, at91sam9261, at91sam9263 defconfigsUlf Samuelsson
2007-09-29- revert part of 20119 (renaming BR2_ARM_.ABI to BR2_.ABI)Bernhard Reutner-Fischer
2007-09-29- add mips/mipsel target architecture selectionBernhard Reutner-Fischer
- rename BR2_ARM_[EO]ABI to the commonly used BR2_[EO]ABI
2007-09-05Add defconfig for AT91SAM9261Ulf Samuelsson