Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | buildroot: remove trailing spaces | Peter Korsgaard | 2008-08-04 | 2 | -2/+2 |
| | | | | | | | for i in `find -name 'Config*' -o -name 'Makefile*' -o -name '*.mk'`; do sed -i 's/ \+$//' $i; done | ||||
* | Kconfig: remove 'default n' | Peter Korsgaard | 2008-07-17 | 2 | -17/+0 |
| | | | | 'default n' is the default, so there's no need to say it explicitly. | ||||
* | php: fix s/EXIT/EXT/ typo in simplexml select | Peter Korsgaard | 2008-06-16 | 1 | -1/+1 |
| | |||||
* | Add missing depends | Arnar Mar Sigurðsson | 2008-06-01 | 2 | -0/+3 |
| | |||||
* | Dump php to version 5.2.6 and add SimpleXML extension to config menu | Arnar Mar Sigurðsson | 2008-06-01 | 2 | -15/+25 |
| | |||||
* | php: hide extensions menu if not enabled | Peter Korsgaard | 2008-03-25 | 1 | -0/+2 |
| | |||||
* | fixes for php makefile | John Voltz | 2008-03-11 | 1 | -2/+3 |
| | |||||
* | enhancements for php | John Voltz | 2008-03-06 | 3 | -48/+263 |
| | |||||
* | - just use the strip binary to avoid confusing libtool (quotes) | Bernhard Reutner-Fischer | 2007-10-01 | 1 | -2/+2 |
| | | | | - use $(STRIPCMD) in packages to avoid clashes with $(STRIP) | ||||
* | - fix unpacking the tarballs, minor cleanups while at it. | Bernhard Reutner-Fischer | 2007-08-22 | 1 | -6/+6 |
| | |||||
* | - sed -i -e "/;$/s/;$//g" $(egrep ";$" package/* package/*/*.mk toolchain/* ↵ | Bernhard Reutner-Fischer | 2007-08-21 | 1 | -1/+1 |
| | | | | toolchain/*/*.mk */Makefile.in -l) | ||||
* | Remove switches if sstrip is run | Ulf Samuelsson | 2007-08-21 | 1 | -2/+2 |
| | |||||
* | Från: Brad House <brad@mainstreetsoftworks.com> | Ulf Samuelsson | 2007-08-19 | 2 | -2/+19 |
| | | | | | | | | | | | | | | | | Till: buildroot@uclibc.org Ämne: [Buildroot] [patch] php fixes and updates Datum: Tue, 14 Aug 2007 16:39:03 -0400 (22.39 CEST) Changes: - fastcgi config option - force php to find the php.ini in /etc (it seems to default to /lib for some reason) - build with posix support, a lot of php scripts require this apparently - strip the php binary when installing to TARGET_DIR - actually 'uninstall' php on a php-clean -Brad | ||||
* | Add php package | Ulf Samuelsson | 2007-08-07 | 2 | -0/+174 |