Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-09-05 | audio: Move all audio packages into audio subdir | Daniel Laird | |
Moved all audio packages into a subdir called audio. I then created a Config.in and made sure that a audio.mk existed. Daniel Laird | |||
2008-09-04 | Added eeprog package from gustavoz | Hamish Moffatt | |
2008-09-01 | package: add libconfig package | Peter Korsgaard | |
2008-08-29 | games: Move all games into games subdir | Daniel Laird | |
Moved all games into a subdir called games and then updated makefiles as necessary. If not one objects to this one then I will probably do the same for audio next. Daniel Laird | |||
2008-08-27 | gtkperf: Adding gtkperf package | Daniel Laird | |
Allows some benchmarking of GTK on different targets. | |||
2008-08-27 | fbdump: Add new package fbdump. | Daniel Laird | |
fbdump is a simple tool to capture snapshots from the Linux kernel framebuffer device and write them out as a PPM file. Currently, most packed-pixel framebuffer formats and the vga16 framebuffer are supported. | |||
2008-08-26 | Move pixman from package/x11r7/pixman to package/pixman | Daniel Laird | |
Means we can now bounce cairo to 1.6.x series. pixman is not dependant on x libraries what so over so removed the dependencies section. Daniel Laird | |||
2008-08-26 | Adds support for building LiTE - see DirectFB.org | Daniel Laird | |
Will close bug 0003974 Daniel Laird | |||
2008-08-22 | xorg: depend on WCHAR and LOCALE | Peter Korsgaard | |
Xorg needs WCHAR and LOCALE, so make sure it cannot be selected unless this is enabled in the toolchain. We unfortunately cannot make BR2_XSERVER_xorg depend on BR2_USE_LOCALE because of a strange recursion error with dbus, but now we atleast inform the user what to do to get a working configuration. The real solution is ofcause of fix xorg, but that's for another day. | |||
2008-08-22 | package: don't hide xorg/tinyx selection | Peter Korsgaard | |
Hiding xorg/tinyx selections until the user unselects "none" seems quite unintuitive. | |||
2008-08-04 | package: add package managers sub menu | Peter Korsgaard | |
2008-08-04 | package: more BR2_PACKAGE_BUSYBOX_HIDE_OTHERS annotations | Peter Korsgaard | |
2008-08-04 | dash: hide if BR2_PACKAGE_BUSYBOX_HIDE_OTHERS | Peter Korsgaard | |
2008-08-04 | buildroot: remove trailing spaces | Peter Korsgaard | |
for i in `find -name 'Config*' -o -name 'Makefile*' -o -name '*.mk'`; do sed -i 's/ \+$//' $i; done | |||
2008-07-22 | vsftp: enable and fix linking | Peter Korsgaard | |
Patch by Wade Berrier. It still errors out on sysdeputil.c for me, but this is no worse than it was before, so committing. | |||
2008-07-17 | package: sdl_image package | Peter Korsgaard | |
Based on patch by artemys. Closes #4194 | |||
2008-07-10 | gperf: move under "other development stuff" | Peter Korsgaard | |
2008-07-09 | Add gperf, perfect hash generator | Ulf Samuelsson | |
2008-07-08 | sqlite: move under database submenu | Peter Korsgaard | |
2008-07-05 | [0002974] add support for zlib and bzip2 in lighttpd, use alphabetical order ↵ | Ulf Samuelsson | |
for lighttpd config | |||
2008-07-04 | Ensure consistency between XORG_none and (XORG_x11, XORG_tinyx) | Thiago A. Corrêa | |
2008-06-30 | packages: fix xorg to compile modular and tiny versions | Peter Korsgaard | |
Based on googlecode r558 by John Voltz. | |||
2008-06-26 | Added mii-diag package | Hamish Moffatt | |
2008-06-24 | BR2_GRAPHIC_SUPPORT: Fixup comment to make kconfig happy | Peter Korsgaard | |
It seems like kconfig nowadays don't like paranthesises is comments. Reported by Harley. | |||
2008-06-24 | package/i2c-tools: I2C tools package | Peter Korsgaard | |
This package contains a heterogeneous set of I2C tools for Linux: a bus probing tool, a chip dumper, register-level access helpers, EEPROM decoding scripts, and more. Based on patch by Michel (BusError). | |||
2008-06-01 | Added database menu to config (maybe move the other databases under it to ↵ | Arnar Mar Sigurðsson | |
remove the mess from the main package menu) Added mysql 5.1 client package, can be used to provide mysql support for PHP. Note: This package has only been tested on AVR32. | |||
2008-05-31 | package: ifplugd package | Peter Korsgaard | |
2008-05-01 | * Added screen | Nigel Kukard | |
The cross compile fix is unavoidable | |||
2008-04-24 | add libiconv and framework for vlc | John Voltz | |
2008-04-24 | add pcre | John Voltz | |
2008-04-24 | add oprofile | John Voltz | |
2008-04-19 | blockdev: sort entries alphabetically | Peter Korsgaard | |
2008-04-18 | buildroot: devmem2 package | Peter Korsgaard | |
2008-04-17 | Added package for axel download accelerator | Hamish Moffatt | |
2008-04-14 | * Added rpm | Nigel Kukard | |
2008-04-12 | * Added neon | Nigel Kukard | |
2008-04-12 | * Added popt | Nigel Kukard | |
2008-04-12 | * Added beecrypt | Nigel Kukard | |
2008-04-12 | * Remove libbeecrypt, I'll add beecrypt-with-autotools shortly | Nigel Kukard | |
2008-04-11 | buildroot: add libart package | Peter Korsgaard | |
2008-04-09 | * Added libbeecrypt (requirement for rpm5) | Nigel Kukard | |
2008-04-08 | * Added bootutils | Nigel Kukard | |
2008-04-06 | buildroot: add input-tools package (evtest, inputattach, jscal, jstest) | Peter Korsgaard | |
2008-04-03 | add festival speech synthesis package from University of Edinburgh | John Voltz | |
2008-03-30 | Add webif package | Ulf Samuelsson | |
2008-03-28 | package: move java packages to package/java sub directory | Peter Korsgaard | |
2008-03-28 | packages: enable java submenu per default like the other submenus | Peter Korsgaard | |
2008-03-28 | Added udpcast package. | Jason Spence | |
2008-03-20 | add alsamixergui and docker packages | John Voltz | |
2008-03-07 | buildroot: SDL_mixer package | Peter Korsgaard | |
Based on patch from Hebbar. |