Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | -6/+6 |
| | | | | | The new kconfig is more strict regarding depends/depends on, so fixup the tree. | ||||
* | buildroot: cleanup <package>-clean targets. | Peter Korsgaard | 2008-03-27 | 1 | -3/+1 |
| | | | | Based on input from Arndt Kritzner & Bernhard Fischer. | ||||
* | Make dillo depend on packets, instead of selecting them | Ulf Samuelsson | 2007-11-29 | 1 | -5/+8 |
| | |||||
* | - semicolon touchup. No other changes | Bernhard Reutner-Fischer | 2007-08-22 | 1 | -2/+2 |
| | |||||
* | - sed -i -e "/;$/s/;$//g" $(egrep ";$" package/* package/*/*.mk toolchain/* ↵ | Bernhard Reutner-Fischer | 2007-08-21 | 1 | -2/+2 |
| | | | | toolchain/*/*.mk */Makefile.in -l) | ||||
* | SED away some whitespace | Ulf Samuelsson | 2007-08-20 | 1 | -1/+1 |
| | |||||
* | Merge in X11R7 patches from Julien Letessier, posted 04 Jul 2007. Doesn't | Eric Andersen | 2007-08-10 | 1 | -1/+1 |
| | | | | | | quite work yet for me, but this clearly is a huge project and not having it quite work on the first pass is hardly unexpected. We definately want this stuff in buildroot. | ||||
* | - add endian handling, mmap, memcmp checks to TARGET_CONFIGURE_ARGS | Bernhard Reutner-Fischer | 2007-06-27 | 1 | -2/+1 |
| | | | | - use TARGET_CONFIGURE_ARGS where appropriate. | ||||
* | Use select instead of depends for dependencies | Peter Korsgaard | 2007-05-22 | 1 | -3/+3 |
| | |||||
* | fixup package LDFLAGS handling | Eric Andersen | 2007-03-13 | 1 | -0/+2 |
| | |||||
* | - the $(XSERVER) target can be provided by different X server impls. Adjust ↵ | Bernhard Reutner-Fischer | 2007-02-04 | 1 | -1/+1 |
| | | | | | | users - rdesktop needs an xserver impl | ||||
* | - add and use BR2_BZCAT config option. | Bernhard Reutner-Fischer | 2006-11-17 | 1 | -1/+1 |
| | |||||
* | depend instead of select on zlib/png to shut up Kconfig warning | Peter Korsgaard | 2006-09-25 | 1 | -2/+2 |
| | | | | (doesn't change anything as xorg already depends on them) | ||||
* | Add dillo package | Peter Korsgaard | 2006-09-19 | 2 | -0/+72 |