summaryrefslogtreecommitdiff
path: root/package/Config.in
AgeCommit message (Collapse)Author
2008-08-27gtkperf: Adding gtkperf packageDaniel Laird
Allows some benchmarking of GTK on different targets.
2008-08-27fbdump: 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-26Move pixman from package/x11r7/pixman to package/pixmanDaniel 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-26Adds support for building LiTE - see DirectFB.orgDaniel Laird
Will close bug 0003974 Daniel Laird
2008-08-22xorg: depend on WCHAR and LOCALEPeter 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-22package: don't hide xorg/tinyx selectionPeter Korsgaard
Hiding xorg/tinyx selections until the user unselects "none" seems quite unintuitive.
2008-08-04package: add package managers sub menuPeter Korsgaard
2008-08-04package: more BR2_PACKAGE_BUSYBOX_HIDE_OTHERS annotationsPeter Korsgaard
2008-08-04dash: hide if BR2_PACKAGE_BUSYBOX_HIDE_OTHERSPeter Korsgaard
2008-08-04buildroot: remove trailing spacesPeter Korsgaard
for i in `find -name 'Config*' -o -name 'Makefile*' -o -name '*.mk'`; do sed -i 's/ \+$//' $i; done
2008-07-22vsftp: enable and fix linkingPeter 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-17package: sdl_image packagePeter Korsgaard
Based on patch by artemys. Closes #4194
2008-07-10gperf: move under "other development stuff"Peter Korsgaard
2008-07-09Add gperf, perfect hash generatorUlf Samuelsson
2008-07-08sqlite: move under database submenuPeter Korsgaard
2008-07-05[0002974] add support for zlib and bzip2 in lighttpd, use alphabetical order ↵Ulf Samuelsson
for lighttpd config
2008-07-04Ensure consistency between XORG_none and (XORG_x11, XORG_tinyx)Thiago A. Corrêa
2008-06-30packages: fix xorg to compile modular and tiny versionsPeter Korsgaard
Based on googlecode r558 by John Voltz.
2008-06-26Added mii-diag packageHamish Moffatt
2008-06-24BR2_GRAPHIC_SUPPORT: Fixup comment to make kconfig happyPeter Korsgaard
It seems like kconfig nowadays don't like paranthesises is comments. Reported by Harley.
2008-06-24package/i2c-tools: I2C tools packagePeter 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-01Added 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-31package: ifplugd packagePeter Korsgaard
2008-05-01* Added screenNigel Kukard
The cross compile fix is unavoidable
2008-04-24add libiconv and framework for vlcJohn Voltz
2008-04-24add pcreJohn Voltz
2008-04-24add oprofileJohn Voltz
2008-04-19blockdev: sort entries alphabeticallyPeter Korsgaard
2008-04-18buildroot: devmem2 packagePeter Korsgaard
2008-04-17Added package for axel download acceleratorHamish Moffatt
2008-04-14* Added rpmNigel Kukard
2008-04-12* Added neonNigel Kukard
2008-04-12* Added poptNigel Kukard
2008-04-12* Added beecryptNigel Kukard
2008-04-12* Remove libbeecrypt, I'll add beecrypt-with-autotools shortlyNigel Kukard
2008-04-11buildroot: add libart packagePeter Korsgaard
2008-04-09* Added libbeecrypt (requirement for rpm5)Nigel Kukard
2008-04-08* Added bootutilsNigel Kukard
2008-04-06buildroot: add input-tools package (evtest, inputattach, jscal, jstest)Peter Korsgaard
2008-04-03add festival speech synthesis package from University of EdinburghJohn Voltz
2008-03-30Add webif packageUlf Samuelsson
2008-03-28package: move java packages to package/java sub directoryPeter Korsgaard
2008-03-28packages: enable java submenu per default like the other submenusPeter Korsgaard
2008-03-28Added udpcast package.Jason Spence
2008-03-20add alsamixergui and docker packagesJohn Voltz
2008-03-07buildroot: SDL_mixer packagePeter Korsgaard
Based on patch from Hebbar.
2008-03-07buildroot: move editors under package/editors and merge menusPeter Korsgaard
Based on patch by Arnar Mar Sig.
2008-03-06updated config.in with all the new swagJohn Voltz
2008-02-24move fis+fconfig packages under BR2_BLOCKDEV_SUPPORTPeter Korsgaard
Move fis + fconfig packages together with mtd utils under Hardware handling / blockdevices and filesystem maintenance.
2008-02-24add BR2_TEXTEDIT_SUPPORT submenuPeter Korsgaard
Group text editors under BR2_TEXTEDIT_SUPPORT submenu.