summaryrefslogtreecommitdiff
path: root/target/device/jp
AgeCommit message (Collapse)Author
2008-12-08target/: get rid of unneeded $(strip ..)Peter Korsgaard
2008-08-27target/device/jp: fix long help text linesPeter 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-18Use BOARD_PATH instead of JP_Q5_PATHUlf Samuelsson
2007-12-17Add support for GNU and kernel.org mirrorsIvan Kuten
2007-09-29- remove some duplicate entriesBernhard Reutner-Fischer
2007-08-22- global whitespace trimmingBernhard Reutner-Fischer
2007-08-22- semicolon touchup. No other changesBernhard Reutner-Fischer
2007-08-21- sed -i -e ↵Bernhard Reutner-Fischer
"/\-[[:space:]]*mkdir[[:space:]][[:space:]]*-p/s/-[[:space:]]*mkdir/mkdir/g" (want to know about errors if mkdir failed). Thanks to Cristian Ionescu-Idbohrn for pointing this out
2007-08-11Use STAGING_DIR/usr/lib instead of STAGING_DIR/libUlf Samuelsson
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-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-02-10add linux-2.4.32 kernel support for the q5 board per case 0000715David Anders
2006-01-25add the amd au1500 based q5 board per case 0000374David Anders