Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | target/: get rid of unneeded $(strip ..) | Peter Korsgaard | 2008-12-08 | 1 | -2/+2 |
| | |||||
* | Kconfig: remove 'default n' | Peter Korsgaard | 2008-07-17 | 1 | -1/+0 |
| | | | | 'default n' is the default, so there's no need to say it explicitly. | ||||
* | buildroot: s/depends/depends on/ | Peter Korsgaard | 2008-06-19 | 1 | -1/+1 |
| | | | | | The new kconfig is more strict regarding depends/depends on, so fixup the tree. | ||||
* | Add support for GNU and kernel.org mirrors | Ivan Kuten | 2007-12-17 | 1 | -1/+1 |
| | |||||
* | - remove some duplicate entries | Bernhard Reutner-Fischer | 2007-09-29 | 1 | -8/+0 |
| | |||||
* | - global whitespace trimming | Bernhard Reutner-Fischer | 2007-08-22 | 1 | -12/+12 |
| | |||||
* | - semicolon touchup. No other changes | Bernhard Reutner-Fischer | 2007-08-22 | 1 | -2/+2 |
| | |||||
* | - sed -i -e ↵ | Bernhard Reutner-Fischer | 2007-08-21 | 1 | -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/lib | Ulf Samuelsson | 2007-08-11 | 1 | -5/+5 |
| | |||||
* | - add and use BR2_BZCAT config option. | Bernhard Reutner-Fischer | 2006-11-17 | 1 | -1/+2 |
| | |||||
* | fix kernel build from bug report 0000476 | David Anders | 2006-01-20 | 1 | -1/+1 |
| | |||||
* | Only include linux makefile when properly selected | Eric Andersen | 2005-08-01 | 1 | -0/+2 |
| | |||||
* | Via EPIA MII specific Linux config is (surprise) specific to the Via EPIA MII | Eric Andersen | 2005-08-01 | 1 | -0/+1 |
| | | | | | and only should be selectable when BR2_TARGET_VIA_EPIA_MII has first been selected. | ||||
* | New target/device: Via epia-mii: | Eric Andersen | 2005-06-23 | 4 | -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 |