summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Remove INITRAMFS_TARGET variableThomas Petazzoni2010-11-041-6/+0
| | | | | | | | | | | | | This used to be needed when the filesystem code was rewritten, but not the Linux compilation code. Now that the Linux compilation code has been rewritten, the mechanism to ensure that initramfs gets built *before* the kernel so that it can be integrated is different, and this INITRAMFS_TARGET variable is no longer used. See f507921d391bb2578261a9e45c003e72302dc67a for details. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* Config.in: wget: default to 3 retriesPeter Korsgaard2010-11-041-1/+1
| | | | | | | Wget's builtin default of 20 retries before the backup site is used is pretty excessive when a server is down. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* lsof: stop overriding CFLAGS in buildAndy Gibbs2010-11-043-1/+15
| | | | | | | | | | | | | | | | | | Closes #2767 lsof compile breaks if CFLAGS overridden in 'make' command line which is the case since buildroot-2010.08. lsof has a partial fix for this already in the form of the 'LSOF_CFLAGS_OVERRIDE=1' configure option; however this only fixes the problem in the generation of the Makefile for liblsof. This patch does two things: it extends the 'LSOF_CFLAGS_OVERRIDE=1' configure option to also cover the main Makefile; it also patches lsof.mk to make use of the LSOF_CFLAGS_OVERRIDE option. Signed-off-by: Andy Gibbs <andyg1001@hotmail.co.uk> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* ntp: disable ntpsnmpd supportPeter Korsgaard2010-11-041-1/+2
| | | | | | Doesn't build. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* mplayer: tighten alsa dependencyPeter Korsgaard2010-11-042-8/+15
| | | | | | | mplayer needs pcm+mixer support in alsa, but this isn't checked by configure, so do it in mplayer.mk instead. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* Makefile: fix release target with make 3.81Peter Korsgaard2010-11-041-0/+2
| | | | | | | | It seems that target-specific variables don't mix with target rules. Thanks to Yann for helping debugging the issue. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* toolchain/crosstool-ng: use global BR2 version stringYann E. MORIN2010-11-031-1/+1
| | | | | Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* toolchain/internal: use global BR2 version string for gcc version stringYann E. MORIN2010-11-031-2/+1
| | | | | Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* config: use global version stringYann E. MORIN2010-11-031-1/+1
| | | | | Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* Makefile: use global version string in /etc/br-versionYann E. MORIN2010-11-031-2/+1
| | | | | Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* Makefile: compute the version string for all to useYann E. MORIN2010-11-031-0/+4
| | | | | | | | | Some packages use the buildroot version string (to set their own version string). Computing the version string globally will makes it easy for them to use it instead of re-computing it in every packages. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* package/config: update quilt seriesYann E. MORIN2010-11-033-13/+13
| | | | | | | Update the patches so they apply without offset Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* Makefile: move version string from Config.in into MakefileYann E. MORIN2010-11-034-10/+16
| | | | | | | | | This re-instates writing the version string in .config headers, and no longer provides it as a kconfig symbol in .config (it is now a variable in the Makefile, and in the environment). Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* Makefile: move .NOTPARALLELYann E. MORIN2010-11-031-3/+4
| | | | | | | Move it down, users should not mess with it. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* libgtk2: Fix pixbuf loaders cache file generationPaulius Zaleckas2010-10-311-3/+2
| | | | | | | | | | After libgtk was bumped to 2.22.0 default loacation of pixbuf loaders cache changed. Use --update-cache flag for gdk-pixbuf-query-loaders which does waht we need. Signed-off-by: Paulius Zaleckas <paulius.zaleckas@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* toolchain/gcc: fix objective C supporPeter Korsgaard2010-10-311-0/+6
| | | | | | | | We've had objective C support in the tree for many years, but somehow the BR2_GCC_CROSS_OBJC option (similar to the other BR2_GCC_CROSS_* options) has disappeared. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* Optimize (-O2) host binaries by defaultPeter Korsgaard2010-10-293-10/+2
| | | | | | | | | Default HOST_CFLAGS to -O2, so host tools (like the cross compiler) are built with optimization by default. Based on a patch by Will Newton <will.newton@gmail.com>. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* CHANGES: update with modifications from gtk-bump branchPeter Korsgaard2010-10-291-3/+4
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* Merge branch 'for-2010.11/gtk-bump' of ↵Peter Korsgaard2010-10-2922-660/+179
|\ | | | | | | git://git.busybox.net/~tpetazzoni/git/buildroot
| * Fix libgtk2 post install hook regressionPaulius Zaleckas2010-10-261-1/+1
| | | | | | | | | | Signed-off-by: Paulius Zaleckas <paulius.zaleckas@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
| * libglib2: remove fix-clock-gettime patchThomas Petazzoni2010-10-182-56/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | This patch was introduced in 0ec4298153bd93f8d7efbd1890896fbac5046a7b to fix a problem in libglib configure script when using the configuration cache. However, we decided that the shared configuration cache cannot work reliably, to disable it by default, and probably to remove it altogether. So just drop this patch, and don't autoreconfigure libglib. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
| * pango: bump version to 1.28.2Thomas Petazzoni2010-10-181-1/+1
| | | | | | | | | | | | This is a mechanical bump, no other changes involved. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
| * libglib2: bump version to 2.26.0Thomas Petazzoni2010-10-184-17/+27
| | | | | | | | | | | | This is a mechanical bump, no other changes involved. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
| * libgtk2: bump to version 2.22.0 and undeprecate Gtk/DirectFBThomas Petazzoni2010-10-185-366/+58
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Finally, we bump Gtk from the old and ancient 2.12 version to the latest 2.22.0 version currently available. The DirectFB support is Gtk 2.22 compiles again thanks to the work of Lionel Landwerlin (it was broken in every Gtk version between 2.12 and 2.20). Therefore, Gtk on DirectFB is no longer marked as deprecated. In addition to this, we : * Upgrade the "reduce-dependencies" patch * Remove the "configure" and "no-tests" patches which do not seem to be useful anymore * Add a libtool patch We also remove references to a non-existant 2.15 gtk version in libgtk2.mk. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
| * package: add gdk-pixbuf package (splitted out from GTK+)Thomas Petazzoni2010-10-185-4/+67
| | | | | | | | Signed-off-by: Lionel Landwerlin <llandwerlin@gmail.com>
| * libtool: avoid to patch ltmain.sh script in host-libtool packageLionel Landwerlin2010-10-141-0/+2
| | | | | | | | | | Signed-off-by: Lionel Landwerlin <llandwerlin@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
| * libtool: bump to 2.2.10Lionel Landwerlin2010-10-141-1/+1
| | | | | | | | | | Signed-off-by: Lionel Landwerlin <llandwerlin@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
| * Removed libmpd-0.17.0-libdir-la.patchMartin Banky2010-10-142-90/+0
| | | | | | | | | | | | | | | | Now that libmpd.mk has been converted to autotools infrastructure, the patch is no longer needed. Autotools will automatically apply the needed patch. Signed-off-by: Martin Banky <Martin.Banky@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
| * Removed freetype-2.3.9-libdir-la.patchMartin Banky2010-10-142-82/+0
| | | | | | | | | | | | | | | | Now that freetype.mk has been converted to autotools infrastructure, the patch is no longer needed. Autotools will automatically apply the needed patch. Signed-off-by: Martin Banky <Martin.Banky@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
| * Removed expat-libdir-la.patchMartin Banky2010-10-142-78/+0
| | | | | | | | | | | | | | | | Now that expat.mk has been converted to autotools infrastructure, the patch is no longer needed. Autotools will automatically apply the needed patch. Signed-off-by: Martin Banky <Martin.Banky@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
| * Added the ability to patch ltmain.sh based on versionMartin Banky2010-10-143-6/+81
| | | | | | | | | | | | | | | | | | | | | | There are two versions of ltmain.sh in use in the buildroot system, 1.5.x and 2.2.x. buildroot-libtool.patch would only patch 1.5.x, which meant that for 2.2.x, a separate patch for the affected package had to be maintained. Modified Makefile.autotools.in to check the version of ltmain.sh and apply the correct patch. Signed-off-by: Martin Banky <Martin.Banky@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
| * BugFix - buildroot-libtool.patch - Removed Useless CodeMartin Banky2010-10-141-17/+0
| | | | | | | | | | | | | | | | The code that was removed only added commented out code. It neither added needed code nor commented out existing code. Signed-off-by: Martin Banky <Martin.Banky@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* | busybox: additional 1.17.3 fixesPeter Korsgaard2010-10-292-0/+24
| | | | | | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* | kernel-headers: bump 2.6.32.x / 2.6.35.x stable versionsPeter Korsgaard2010-10-293-2/+2
| | | | | | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* | kernel-headers: Fix 2.6.36 kernel version in menuconfig stringPaulius Zaleckas2010-10-251-1/+1
| | | | | | | | | | Signed-off-by: Paulius Zaleckas <paulius.zaleckas@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* | linux: default to 2.6.36Peter Korsgaard2010-10-231-5/+5
| | | | | | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* | kernel-headers: add 2.6.36, remove 2.6.29Peter Korsgaard2010-10-231-6/+6
| | | | | | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* | busybox: 1.17.3 sort fixPeter Korsgaard2010-10-231-0/+12
| | | | | | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* | docs/buildroot: remove trailing spacesPeter Korsgaard2010-10-231-493/+493
| | | | | | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* | buildroot.html: Fix grammer and punctuationMartin Banky2010-10-231-118/+123
| | | | | | | | | | | | | | Also, clarified some of the information given. Signed-off-by: Martin Banky <Martin.Banky@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* | buildroot.html: html code clean-up and other issues - Part2Martin Banky2010-10-231-720/+649
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The current DocType declaration was incorrect. It is neither xhtml strict nor xhtml transitional. So, instead of dealing with that issue, converted it to validated Html5. Fixed white-space errors. Removed validator html4.01 code. Color corrected the code sections. Removed redundant or useless html code. Changed foo to libfoo, for consistency. Changed page bookmarking to use header id's. Re-flowed paragraphs to line break at 80 characters. Re-formatted the code sections for consistency and correctness. Kept all list items, headings, and href's on a single line (where possible). Signed-off-by: Martin Banky <Martin.Banky@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* | buildroot.html: html code clean-up and other issues - Part1Martin Banky2010-10-231-409/+360
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The current DocType declaration was incorrect. It is neither xhtml strict nor xhtml transitional. So, instead of dealing with that issue, converted it to validated Html5. Fixed white-space errors. Removed validator html4.01 code. Color corrected the code sections. Removed redundant or useless html code. Changed foo to libfoo, for consistency. Changed page bookmarking to use header id's. Re-flowed paragraphs to line break at 80 characters. Re-formatted the code sections for consistency and correctness. Kept all list items, headings, and href's on a single line (where possible). Signed-off-by: Martin Banky <Martin.Banky@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* | stylesheet.css: cleaned up css codeMartin Banky2010-10-231-27/+27
| | | | | | | | | | | | | | Fixed indents, and removed redundent specifers and trailing spaces. Signed-off-by: Martin Banky <Martin.Banky@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* | wpa_supplicant: unbreak dbus support after 0.7.3 bumpPeter Korsgaard2010-10-191-2/+2
| | | | | | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* | alsa-lib: bump versionPeter Korsgaard2010-10-181-1/+1
| | | | | | | | | | | | Fixes gst-plugins-base build issue. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* | vsftpd: fix build when libcap is enabledPeter Korsgaard2010-10-181-0/+5
| | | | | | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* | pppd: convert to gentargets, properly add radius support, fix l2tp for ↵Gustavo Zacarias2010-10-184-30/+91
| | | | | | | | | | | | | | 2.6.35 headers Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* | wpa_supplicant: bump to 0.7.3Gustavo Zacarias2010-10-182-20/+25
| | | | | | | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* | hostapd: bump to 0.7.3Gustavo Zacarias2010-10-182-43/+51
| | | | | | | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* | openssl: Bump to 1.0.0aGustavo Zacarias2010-10-185-92/+16
| | | | | | | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>