summaryrefslogtreecommitdiff
path: root/target/device/Atmel/atngw100-expanded
AgeCommit message (Collapse)Author
2009-05-19target/device/Atmel: remove atngw100-expanded configPeter Korsgaard
Doesn't make much sense without working xserver. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-05-15Update atngw100-extended_defconfigThiago A. Correa
Signed-off-by: Thiago A. Correa <thiago.correa@gmail.com> 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-01-30readline: s/BR2_READLINE/BR2_PACKAGE_READLINE/Peter Korsgaard
Package configs should start with BR2_PACKAGE_.
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.
2008-12-08target/: get rid of unneeded $(strip ..)Peter Korsgaard
2008-11-14linux: remove unused BR2_LINUX_BOARD_PATCHPeter Korsgaard
Signed-off-by: Markus Heidelberg <markus.heidelberg@web.de>
2008-10-18target: add /sys directory to target skeletons needing itPeter Korsgaard
The remaining target_skeletons where /etc/fstab mentions sysfs
2008-07-10Add AVR32 patches for 2.6.25.10Ulf Samuelsson
2008-07-06Update atngw100-expanded defconfigUlf Samuelsson
2008-07-04Update defconfig for atngw100-expandedUlf Samuelsson
2008-07-04Update busybox config for atngw100-expandedUlf Samuelsson
2008-07-04Use a more consistent name for the atngw100-expanded defconfigUlf Samuelsson
2008-05-06Update BR2_ATMEL_MIRROR in defconfigsUlf Samuelsson
2008-05-01update patches for atngw100_expandedJohn Voltz
2008-03-30target_skeleton: mark empty directories with .empty filesPeter Korsgaard
Mark empty directories in target skeletons with .empty files and remove them while copying to target (like it's already done for svn and cvs files) to better support version control system which don't handle empty directories (E.G. git-svn).
2008-03-29Remove duplicate AVR32 patches, and add support for ARCH and conditional ↵Ulf Samuelsson
AVR32 patches
2008-03-28* Reverted r21540Nigel Kukard
2008-03-28* Bumped GCC to 4.2.2, removed 4.2.0Nigel Kukard
2008-03-28Define busybox config in board directory for Atmel boardsUlf Samuelsson
2008-03-11updated defconfigJohn Voltz
2008-03-07Move defconfigs to board directoryUlf Samuelsson
2008-03-06updates and additions for avr32 archJohn Voltz