summaryrefslogtreecommitdiff
path: root/target/device/AMD
AgeCommit message (Collapse)Author
2009-03-20target/device: wrap AMD preset in BR2_TARGET_AMD menuconfigPeter Korsgaard
2009-01-16target/: convert to DOWNLOAD helperPeter Korsgaard
2008-12-08target/: get rid of unneeded $(strip ..)Peter Korsgaard
2008-07-17Kconfig: remove 'default n'Peter Korsgaard
'default n' is the default, so there's no need to say it explicitly.
2008-06-19buildroot: s/depends/depends on/Peter Korsgaard
The new kconfig is more strict regarding depends/depends on, so fixup the tree.
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 duplication of default kernel patch dir settingUlf Samuelsson
2008-03-18Use BOARD_PATH instead of ALCHEMY_DBAU1500_PATHUlf Samuelsson
2008-03-11buildroot: use BR2_KERNEL_MIRROR everywherePeter Korsgaard
Based on patch by Nigel Kukard.
2007-09-29- remove some duplicate entriesBernhard Reutner-Fischer
2007-08-22- global whitespace trimmingBernhard Reutner-Fischer
2007-08-22- use the BZCAT/ZCAT as configured by the userBernhard Reutner-Fischer
2007-08-22- semicolon touchup. No other changesBernhard Reutner-Fischer
2006-12-13make this target currentEric Andersen
2006-12-13endianness is handled elsewhereEric Andersen
2006-12-12update uClibc config settings and update installation of kernel headersEric Andersen
2006-11-17- add and use BR2_BZCAT config option.Bernhard Reutner-Fischer
2006-11-15subversion makes it so we do not need a separate tarballEric Andersen
to store empty directories and symlinks for the target_skeleton.
2006-10-17update config filesEric Andersen
2006-07-04Disable UCLIBC_HAS_GNU_GLOB, since gnu glob is a horrible bloated monsterEric Andersen
and should NOT be enabled by default.
2006-06-23sync target kernel version with realityEric Andersen
2006-06-23fix urlEric Andersen
2006-06-23update config a bitEric Andersen
2006-06-23version bumpEric Andersen
2006-04-14Fix missing /etc/mtab symlinkEric Andersen
2006-04-14Make symlink targets use relative paths per bug 303Eric Andersen
2006-04-12dohEric Andersen
2006-04-12dont use depmod.pl, use cross depmod which I made work properly a while back.Eric Andersen
Apply latest stable kernel patch
2006-04-10accomodate a read only rootfsEric Andersen
2006-03-25update to linux 2.4.16 and current uClibc.Eric Andersen
2005-11-04Well that was stupid. It seems we were carrying about two copies of pre-builtEric Andersen
binary terminfo stuff, which is supposed to be built by ncurses at compile time.
2005-11-04terminfo stuff is created by ncurses, and should not be installedEric Andersen
unless ncurses is installed. It probably need to be byteswapped for big endian anyway, so using pre-build stuff is bad regardless.
2005-09-24Fix renaming of UCLIBC_HAS_THREADS_NATIVE option for buildroot."Steven J. Hill"
2005-09-12Add new configuration option."Steven J. Hill"
2005-08-10resyncEric Andersen
2005-07-29Add in options for NPTL in uClibc. Users can select, but since NPTL is"Steven J. Hill"
on a branch it will not have any effect. Updated DBAu1500 configuration files for latest uClibc snapshot and NPTL options.
2005-06-09routine .config updateEric Andersen
2005-05-02Get the board-specific dependencies right.Paul Mundt
Currently each board is dumping all of its config options regardless of whether we are even on the right architecture or not (this is due to outright sourcing of the configs at the upper level..). Dependency resolution either needs to be done there, or at the board-specific level.
2005-04-15Change all instances of 'ln -sf' to 'ln -snf'Eric Andersen
2005-04-14switch to mips32Eric Andersen
2005-04-12Make busybox config file location a config optionEric Andersen
2005-03-31Minor platform updatesEric Andersen
2005-03-10Teach the kernel config to also swing both waysEric Andersen
2005-03-10Try out mips3Eric Andersen
2005-03-10The DBAu1500 can run as either big or little endianEric Andersen
2005-03-09Add board support for the AMD DBAu1500 development boardEric Andersen