summaryrefslogtreecommitdiffstats
path: root/target/device/Atmel/atstk1005
Commit message (Collapse)AuthorAgeFilesLines
* target/device: fix busybox version / .config in defconfigsPeter Korsgaard2009-04-291-2/+2
|
* pkgconfig: add pkgconfig package for targetPeter Korsgaard2009-03-181-1/+0
| | | | | | | | | | | | | 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.
* s/buildroot.uclibc.org/buildroot.net/Peter Korsgaard2009-03-021-1/+1
|
* Remove BR2_LINUX_COPYTO_TFTPBOOT from avr32 defconfigs. This will cause ↵Thiago A. Corrêa2009-02-091-1/+1
| | | | build to fail if user is not root and don't have a /tftpboot folder
* Update atstk1005 BSPUlf Samuelsson2009-01-311-16/+14
|
* readline: s/BR2_READLINE/BR2_PACKAGE_READLINE/Peter Korsgaard2009-01-301-1/+1
| | | | Package configs should start with BR2_PACKAGE_.
* Clean up AVR32 Linux support for atngw100, atstk100x and atstk1005Ulf Samuelsson2009-01-293-55/+1680
| | | | | | | | The boards now support 2.6.27.13 as default There are configs for 2.6.28.2, but this patch is marked (experimental) Configuration options for no longer existing patches are removed (AC-97,ISI and PS2-I/F)
* Revert Atmel boards back to desired operationUlf Samuelsson2009-01-251-3/+3
|
* target/linux-advanced: default to menuconfig for all archsPeter Korsgaard2009-01-251-3/+3
| | | | | Default to menuconfig for atmel targets as well, mention QT3 dependency for make xconfig and update affected defconfigs.
* add .empty files for git-svnPeter Korsgaard2009-01-051-0/+0
| | | | | | | | git-svn (and git) doesn't handle empty directories, so add .empty files to those dirs like elsewhere in buildroot. Those empty directories are normally not a big deal, but the recent changes to u-boot broke the build.
* Update target/device/Atmel/*/Makefile.inUlf Samuelsson2009-01-031-6/+3
| | | | | | | | | | | | | ------------------------------------------ Replace $(BOARDNAME)_PATH with BOARD_PATH Set U-Boot targets for 1.2.0-atmel as well as 2009.01-rc1 Remove hardwiring of BusyBox configuration files. Remove older BusyBox configuration files Remove "at91sam9260dfc-linux-2.6.28-rc6.config" from at91sam9g20dfc directory Update "at91rm9200df_defconfig" Add "at91rm9200df-linux-2.6.28.config" Update "at91sam9260dfc_defconfig"
* Add BSP for AP7200Ulf Samuelsson2008-12-2062-0/+7687