summaryrefslogtreecommitdiffstats
path: root/target/device/Via
Commit message (Collapse)AuthorAgeFilesLines
* target/: get rid of unneeded $(strip ..)Peter Korsgaard2008-12-081-2/+2
|
* Kconfig: remove 'default n'Peter Korsgaard2008-07-171-1/+0
| | | | 'default n' is the default, so there's no need to say it explicitly.
* buildroot: s/depends/depends on/Peter Korsgaard2008-06-191-1/+1
| | | | | The new kconfig is more strict regarding depends/depends on, so fixup the tree.
* Add support for GNU and kernel.org mirrorsIvan Kuten2007-12-171-1/+1
|
* - remove some duplicate entriesBernhard Reutner-Fischer2007-09-291-8/+0
|
* - 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-5/+5
|
* - add and use BR2_BZCAT config option.Bernhard Reutner-Fischer2006-11-171-1/+2
|
* fix kernel build from bug report 0000476David Anders2006-01-201-1/+1
|
* Only include linux makefile when properly selectedEric Andersen2005-08-011-0/+2
|
* Via EPIA MII specific Linux config is (surprise) specific to the Via EPIA MIIEric Andersen2005-08-011-0/+1
| | | | | and only should be selectable when BR2_TARGET_VIA_EPIA_MII has first been selected.
* New target/device: Via epia-mii:Eric Andersen2005-06-234-0/+1568
Creates a target for the epia-mii board. Fairly generic, based on 2.6 kernel. Doesn't override the busybox or uclibc configurations. Includes one patch, which I still can't get to apply (it applies cleanly manually, but isn't applied through buildroot). http://bugs.busybox.net/view.php?id=188