summaryrefslogtreecommitdiffstats
path: root/target/device/Sharp
Commit message (Collapse)AuthorAgeFilesLines
* target/device: remove obsolete Sharp/LNode80 platformPeter Korsgaard2009-01-2929-105479/+0
| | | | | | | | As discussed on the list and requested on irc: < prpplague> Jacmet: hey, just wanted to drop a note to confirm that the LNode80 can be removed, we never went into full scale production of it, only 20 were ever made
* target/: convert to DOWNLOAD helperPeter Korsgaard2009-01-161-1/+1
|
* target/: get rid of unneeded $(strip ..)Peter Korsgaard2008-12-081-1/+1
|
* buildroot: remove trailing spacesPeter Korsgaard2008-08-041-1/+1
| | | | | | | for i in `find -name 'Config*' -o -name 'Makefile*' -o -name '*.mk'`; do sed -i 's/ \+$//' $i; done
* Kconfig: remove 'default n'Peter Korsgaard2008-07-171-2/+0
| | | | 'default n' is the default, so there's no need to say it explicitly.
* buildroot: s/depends/depends on/Peter Korsgaard2008-06-191-2/+2
| | | | | The new kconfig is more strict regarding depends/depends on, so fixup the tree.
* target_skeleton: mark empty directories with .empty filesPeter Korsgaard2008-03-301-0/+0
| | | | | | | 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).
* Use BOARD_PATH instead of SHARP_LNODE80_PATHUlf Samuelsson2008-03-182-4/+5
|
* Add support for GNU and kernel.org mirrorsIvan Kuten2007-12-171-1/+1
|
* - global whitespace trimmingBernhard Reutner-Fischer2007-08-221-12/+12
|
* - semicolon touchup. No other changesBernhard Reutner-Fischer2007-08-221-2/+2
|
* - sed -i -e ↵Bernhard Reutner-Fischer2007-08-211-2/+2
| | | | | | "/\-[[: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
* Use STAGING_DIR/usr/lib instead of STAGING_DIR/libUlf Samuelsson2007-08-111-4/+4
|
* Make Config.in targets for ARM chips look consistentUlf Samuelsson2007-07-121-2/+9
|
* - add and use BR2_BZCAT config option.Bernhard Reutner-Fischer2006-11-171-1/+2
|
* subversion makes it so we do not need a separate tarballEric Andersen2006-11-151-1/+1
| | | | to store empty directories and symlinks for the target_skeleton.
* - list defaults for BR2_GNU_TARGET_SUFFIX in help textBernhard Reutner-Fischer2006-07-041-3/+3
| | | | - fix a few typos
* add Sharp LH79520 based LNode80 targetDavid Anders2006-01-1928-0/+105472