summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* qemu_sh4_r2d: update to kernel 3.1 and update readmeGustavo Zacarias2011-10-255-48/+9
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* remove Glibc_vs_uClibc documentThomas Petazzoni2011-10-251-240/+0
| | | | | | | | | | | This document has nothing to do with Buildroot, and is probably a leftover from the uClibc documentation. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Acked-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> Acked-by: Luca Ceresoli <luca@lucaceresoli.net> Acked-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* manual: refactor the targets into GENDOC macro.Arnout Vandecappelle (Essensium/Mind)2011-10-251-33/+52
| | | | | | | | | Also add a clean target, give absolute path to a2x, add a dependency on the output file, and add to .PHONY. Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> [Peter: build in docs/manual/<format>, fix clean targets] Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* manual: provide make targets to build the documentationThomas Petazzoni2011-10-251-1/+43
| | | | | | | | | | | | Special thanks for Yann E. Morin for giving input and suggestions to implement this. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Acked-by: Luca Ceresoli <luca@lucaceresoli.net> Reviewed by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> Acked-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com> [Peter: skip double mention of manual target in make help] Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* manual: convert existing documentation to the asciidoc formatThomas Petazzoni2011-10-2524-0/+1665
| | | | | | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Acked-by: Luca Ceresoli <luca@lucaceresoli.net> Acked-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com> Reviewed-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* CHANGES: update with recent changesPeter Korsgaard2011-10-251-15/+20
| | | | 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>
* qemu_ppc_g3beige: update to kernel 3.1Gustavo Zacarias2011-10-252-2/+2
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* qemu_mipsel_malta: update to kernel 3.1Gustavo Zacarias2011-10-252-2/+2
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* qemu_arm_versatile: use kernel 3.1 and add readmeGustavo Zacarias2011-10-253-2/+8
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* linux: vmlinux target is valid for powerpc tooGustavo Zacarias2011-10-251-1/+1
| | | | | | | | The vmlinux kernel target is valid for powerpc kernels too. In fact this broke the qemu sample config. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* linux: bump default kernel to version 3.1Gustavo Zacarias2011-10-242-8/+10
| | | | | | | | Bump default kernel vesion to 3.1 to match headers. Also implement downloads for 3.x series kernels. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* kernel-headers: bump to version 3.0.7 and add version 3.1Gustavo Zacarias2011-10-243-3/+7
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> 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>
* sysstat: bump to version 10.0.2Gustavo Zacarias2011-10-151-2/+2
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* dash: bump to version 0.5.7-2 and style cleanupGustavo Zacarias2011-10-152-4/+5
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* psmisc: bump to version 22.14Gustavo Zacarias2011-10-152-15/+29
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* config menu: which is also provided by busyboxGustavo Zacarias2011-10-151-0/+2
| | | | | | | | Busybox has a which applet so hide regular which unless BR2_BUSYBOX_SHOW_OTHERS is true. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* sudo: bump to version 1.7.7Gustavo Zacarias2011-10-151-2/+2
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* file: bump to version 5.0.9Gustavo Zacarias2011-10-151-1/+1
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>