| Commit message (Expand) | Author | Age | Files | Lines |
* | prboom: misc cleanups | Peter Korsgaard | 2008-11-05 | 1 | -5/+5 |
* | prboom: add a touch $@ to end of install target rule to install PrBoom only once | Hans-Christian Egtvedt | 2008-11-05 | 1 | -0/+1 |
* | linux26: make installation of modules rule depend on .depend_done | Hans-Christian Egtvedt | 2008-11-05 | 1 | -1/+1 |
* | Build $(PROJECT_BUILD_DIR)/autotools-stamps with normal Makefile rules | Hans-Christian Egtvedt | 2008-11-05 | 1 | -7/+6 |
* | kernel-headers: bump 2.6.26 and 2.6.27 minor versions | Peter Korsgaard | 2008-11-05 | 1 | -2/+2 |
* | Move creation of $(PROJECT_BUILD_DIR)/autotools-stamps into top level Makefile | Hans-Christian Egtvedt | 2008-11-05 | 2 | -1/+1 |
* | make: add gettext dependency to make rule instead of TARGETS | Hans-Christian Egtvedt | 2008-11-05 | 1 | -2/+2 |
* | make: select gettext and libintl if locale is enabled | Hans-Christian Egtvedt | 2008-11-05 | 2 | -1/+3 |
* | matchbox: fix prefix | Peter Korsgaard | 2008-11-04 | 1 | -12/+12 |
* | matchbox: fix mb-applet-startup-monitor compilation (TRUE/FALSE issue) | Peter Korsgaard | 2008-11-04 | 2 | -0/+22 |
* | Kernel build fix related to external toolchain use | Peter Korsgaard | 2008-11-04 | 1 | -0/+7 |
* | Makefile: glib-genmarshal: use BR2_STAGING_DIR instead of hardcoded staging_dir | Peter Korsgaard | 2008-11-04 | 1 | -1/+1 |
* | netsnmp: run CONFIG_UPDATE | Peter Korsgaard | 2008-11-04 | 1 | -0/+1 |
* | netsnmp: bump version | Peter Korsgaard | 2008-11-04 | 4 | -256/+169 |
* | Makefile: ignore glib-genmarshal in staging_dir | Peter Korsgaard | 2008-11-03 | 1 | -1/+2 |
* | External toolchain C++ cross-compiler fix | Peter Korsgaard | 2008-11-03 | 1 | -0/+6 |
* | More external toolchain fixes | Peter Korsgaard | 2008-11-03 | 1 | -2/+2 |
* | External toolchain support improvements | Peter Korsgaard | 2008-11-03 | 3 | -16/+12 |
* | mkdosfs: cleanup target install handling | Peter Korsgaard | 2008-11-03 | 1 | -2/+2 |
* | package/: remove more 'default n' (see r22874) | Peter Korsgaard | 2008-11-02 | 2 | -5/+0 |
* | sdl-image: convert to Makefile.autotools.in format | Peter Korsgaard | 2008-11-02 | 1 | -149/+27 |
* | libpng: fix Makefile.autotools.in fallout | Peter Korsgaard | 2008-11-02 | 3 | -3/+3 |
* | syslinux: fix download url | Peter Korsgaard | 2008-11-02 | 1 | -1/+1 |
* | busybox: additional 1.12.1 patches | Peter Korsgaard | 2008-11-02 | 5 | -4/+272 |
* | Fixes for Qt from Markus Heidelberg | Arnar Mar Sigurðsson | 2008-11-02 | 5 | -22/+16 |
* | Update valka target | Arnar Mar Sigurðsson | 2008-10-31 | 20 | -20361/+527 |
* | Add options to select what gfx and mouse drivers are compiled in. | Arnar Mar Sigurðsson | 2008-10-31 | 5 | -9/+121 |
* | Fix zlib install broken by previous commit. Sorry | Thiago A. Corrêa | 2008-10-31 | 1 | -5/+6 |
* | package/lite/lite.mk: Bounce version | Daniel Laird | 2008-10-31 | 1 | -3/+1 |
* | pciutils may depend on zlib. Based on Bernhard's git repository. | Thiago A. Corrêa | 2008-10-31 | 1 | -1/+1 |
* | Improve pciutils based on Bernhard Reutner-Fischer's git repository (http://r... | Thiago A. Corrêa | 2008-10-31 | 3 | -25/+29 |
* | Make sure directories are created during install to STAGING_DIR and TARGET_DI... | Thiago A. Corrêa | 2008-10-31 | 1 | -10/+8 |
* | Fix bug #0005884 - pciutils depends on zlib | Thiago A. Corrêa | 2008-10-31 | 2 | -1/+2 |
* | Minor cleanups. Use touch for stamp-files | Thiago A. Corrêa | 2008-10-31 | 1 | -2/+2 |
* | fix wrong variable name for SQL. Signed-off-by: Markus Heidelberg <markus.hei... | Thiago A. Corrêa | 2008-10-31 | 1 | -1/+1 |
* | Bump ntp version | Arnar Mar Sigurðsson | 2008-10-31 | 1 | -1/+1 |
* | 2 gcc patches from Atmel's buildroot | Arnar Mar Sigurðsson | 2008-10-31 | 2 | -0/+181 |
* | python: add $(STAGING_DIR)/usr/lib to PYTHON_MODULES_LIB so that | Wade Berrier | 2008-10-30 | 1 | -2/+2 |
* | linux: skip installing modules if modules are disabled in kernel config | Hans-Christian Egtvedt | 2008-10-30 | 1 | -7/+13 |
* | linux: make touch also create the dependency file when installing modules | Hans-Christian Egtvedt | 2008-10-30 | 1 | -1/+1 |
* | linux: fix typo in status printout | Hans-Christian Egtvedt | 2008-10-30 | 1 | -1/+1 |
* | linux: add probing for kernel version when installing modules | Hans-Christian Egtvedt | 2008-10-30 | 1 | -9/+10 |
* | qtopia4: fix wrong compilation of qmake | Peter Korsgaard | 2008-10-29 | 1 | -1/+5 |
* | package/libpng/libpng.mk: Change to autotools.in format | Daniel Laird | 2008-10-29 | 1 | -76/+13 |
* | bind: use strchr() instead of index() | Peter Korsgaard | 2008-10-29 | 1 | -0/+33 |
* | qtopia4: fix adjustment of qmake.conf | Peter Korsgaard | 2008-10-28 | 1 | -8/+9 |
* | qtopia4: fix use of pkg-config | Peter Korsgaard | 2008-10-28 | 1 | -1/+6 |
* | Fix matchbox build | Peter Korsgaard | 2008-10-27 | 3 | -18/+58 |
* | Strip gettext libraries on the target | Peter Korsgaard | 2008-10-27 | 1 | -0/+2 |
* | Strip libgtk2 in the target | Peter Korsgaard | 2008-10-27 | 1 | -2/+0 |