summaryrefslogtreecommitdiffstats
path: root/package
Commit message (Collapse)AuthorAgeFilesLines
* busybox: bump 1.19.x stable versionPeter Korsgaard2011-10-298-209/+1
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* ntfs-3g: bump to version 2011.4.12 and enhanceGustavo Zacarias2011-10-282-2/+36
| | | | | | | | | | | | | | ntfsprogs is now included into ntfs-3g so add an option to enable/disable it. It probably doesn't make sense to build ntfsprogs alone so it's not implemented. Add the encrypted volume support option now that we've got gnutls. Also add support for libuuid if it's present. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* ntfsprogs: mark as deprecatedGustavo Zacarias2011-10-281-0/+1
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* lighttpd: add lua supportDanomi Mocelopolis2011-10-282-0/+14
| | | | | | | Closes #4381 Signed-off-by: Danomi Mocelopolis <d_mo1234@yahoo.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* freetype: security bump to version 2.4.7Gustavo Zacarias2011-10-281-2/+2
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* dnsmasq: bump to version 2.59Gustavo Zacarias2011-10-281-1/+1
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* udev: install in stagingYegor Yefremov2011-10-281-0/+1
| | | | | | | will provide libudev.h and libudev.so in staging Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* crosstool-ng: fix ccache dependencies orderSamuel Martin2011-10-281-1/+1
| | | | | | | | avoid gawk complaining when running 'make ctng-menuconfig' in a clean/distclean tree in which ccache and crosstool-ng are enabled Signed-off-by: Samuel Martin <s.martin49@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* Add libmodbus packageJulien Boibessot2011-10-283-0/+20
| | | | | Signed-off-by: Julien Boibessot <julien.boibessot@armadeus.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* live555: install to stagingKelvin Cheung2011-10-281-0/+30
| | | | | | | Install live555 library to staging for mplayer. Signed-off-by: Kelvin Cheung <keguang.zhang@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* Cleanup cramfs package declaration.Maxime Ripard2011-10-274-1314/+51
| | | | | | | | Cramfs still passes the device table to mkcramfs, which is irrelevant now with fakeroot, remove this behaviour and the associated patch. Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* oprofile: allow builds with external toolchainsPeter Korsgaard2011-10-271-4/+0
| | | | | | | Based on patch by Benoit Mauduit. Now that we can build binutils for the target with external toolchains, oprofile is also available. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* oprofile: bump to version 0.9.7 and fixesGustavo Zacarias2011-10-273-10/+11
| | | | | | | | | * Bump to version 0.9.7 * Style fixes * Build fix for x86: i386 is expected, not some other random i?86 as arch Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* binutils: Makefile and Config.in rework for oprofile ext toolchain compilationBenoit Mauduit2011-10-272-16/+15
| | | | | | | | | | | * When select full binutils binaries use the default INSTALL_TARGET_CMDS from AUTOTARGET. * Menu config improvement. * Install libiberty into Staging dir. [Peter: Fix typos, Config.in fixes, install libiberty to target as well] Signed-off-by: Benoit Mauduit <benoit.mauduit@openwide.fr> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* busybox: Fix syntax error when installing S10mdevPhilippe Pepiot2011-10-261-1/+1
| | | | | Signed-off-by: Philippe Pepiot <phil@philpep.org> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* dropbear: add options to disable wtmp / lastlog loggingWill Moore2011-10-262-0/+22
| | | | | | | | | | Buildroot does not have wtmp or lastlog support by default so allow dropbear to be configured to stop using them and hence to stop generating system log error messages. [Peter: invert to positive options, and disable by default] Signed-off-by: Will Moore <will.moore@beraninstruments.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* pulseaudio: gtk supports needs x backendPeter Korsgaard2011-10-261-0/+5
| | | | | | Uses X11 specific apis. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* pulseaudio: alsa backend needs pcm+mixer apisPeter Korsgaard2011-10-251-0/+5
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* intltool: style/white space cleanupPeter Korsgaard2011-10-251-3/+4
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* orc: add host supportPeter Korsgaard2011-10-241-0/+2
| | | | | | | Some packages use orc to generate C code at build time using orcc, so we need to build orc for the host as well. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* package: add opencvSamuel Martin2011-10-243-0/+211
| | | | | | | | OpenCV is a free, open-source, cross-platform computer vision library [Peter: fix deps, misc cleanup] Signed-off-by: Samuel Martin <s.martin49@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* gst-plugins-good: add pulseaudio supportPeter Korsgaard2011-10-202-0/+11
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* mpd: add pulseaudio supportPeter Korsgaard2011-10-202-0/+11
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* package: add pulseaudioPeter Korsgaard2011-10-203-0/+62
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* mpg123: fix module loading with libtool / !HAVE_DEVFILESPeter Korsgaard2011-10-201-0/+7
| | | | | | | | | | mpg123 enables loadable modules support if libtool is detected, but by default tries to load <module>.la, which we strip from the rootfs unless HAVE_DEVFILES is enabled. Fix it by directly loading .so files instead. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* busybox: only install S01logging / S10mdev if not present in fs skeletonPeter Korsgaard2011-10-181-3/+6
| | | | | | To allow custom syslogd / mdev configutations. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* ncftp: bump to version 3.2.5Gustavo Zacarias2011-10-172-16/+12
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* mutt: bump to version 1.5.21Gustavo Zacarias2011-10-172-17/+5
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* links: bump to version 2.3pre2Gustavo Zacarias2011-10-171-1/+2
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* ntp: bump to version 4.2.6p4 and enhanceGustavo Zacarias2011-10-172-18/+25
| | | | | | | | | * Bump to version 4.2.6p4 * Add new ntpsnmpd option * Fix style Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* package/Config.in: more sort fixes for network appsGustavo Zacarias2011-10-171-1/+1
| | | | | | | | Send xl2tp to the bottom of the network applications menu to respect sort order. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* openntpd: fix help textPeter Korsgaard2011-10-171-4/+6
| | | | | | | Help text should be indented with <tab><space><space> and contain a link to the upstream website. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* openntpd: style fix - don't capitalize in menuGustavo Zacarias2011-10-171-1/+1
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* vala: bump to version 0.14.0Gustavo Zacarias2011-10-171-2/+2
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* package/Config.in: sort network applications alpabeticallyPeter Korsgaard2011-10-151-2/+2
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* squid: bump to version 3.1.16Gustavo Zacarias2011-10-151-1/+1
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* wpa_supplicant: add ht40, nl80211 and dbus patchesGustavo Zacarias2011-10-154-1/+202
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* hostapd: add HT40 patchGustavo Zacarias2011-10-152-1/+52
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* stunnel: bump to version 4.44Gustavo Zacarias2011-10-151-3/+2
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* libdaemon: style cleanupGustavo Zacarias2011-10-151-4/+1
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* ifplugd: misc fixesGustavo Zacarias2011-10-152-6/+9
| | | | | | | | | | * Busybox provides ifplugd, so build after it and make the menu option conditional on BR2_PACKAGE_BUSYBOX_SHOW_OTHERS * Style cleanup [Peter: really make it depend on BR2_PACKAGE_BUSYBOX_SHOW_OTHERS] Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* wget: bump to version 1.13.4 and improvementsGustavo Zacarias2011-10-152-6/+20
| | | | | | | | | * Bump wget to version 1.13.4 * Enable wget again on !wchar toolchains * Enable support for gnutls Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* mpd: bump to version 0.16.5Gustavo Zacarias2011-10-151-1/+1
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* bind: version bump to 9.6-ESV-R5 and server optionGustavo Zacarias2011-10-152-6/+24
| | | | | | | | Bump to version 9.6-ESV-R5. Also add the server option in case users just want the tools. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* gmpc: bump to version 11.8.16Gustavo Zacarias2011-10-152-16/+13
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* vala: new packageGustavo Zacarias2011-10-153-0/+30
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* libmpd: bump to version 11.8.17Gustavo Zacarias2011-10-151-3/+3
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* gob2: bump to version 2.0.18Gustavo Zacarias2011-10-151-5/+2
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* pciutils: bump to version 3.1.8 and other fixesGustavo Zacarias2011-10-152-4/+6
| | | | | | | | | | | Bump to pciutils version 3.1.8 Also make it build after busybox because it's got a lightweight lspci whereas the full-blown is preferred. Ditch the pci.ids skeleton comment since it's been shipped for some time now. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* usbutils: build after busybox if enabledGustavo Zacarias2011-10-151-0/+5
| | | | | | | | Build after busybox if it's enabled since full-blown lsusb is better than busybox lsusb. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>