summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* scripts: fix for POSIX complianceYann E. MORIN2010-09-303-18/+18
| | | | | | | | | | | | Using two '=' for string comparison is a bashism. Revert to using one, as stated in POSIX 1003.1-2008. Of the three affected scripts, two are explicitly called vi #!/bin/bash. Those two do not _need_ the fix, but gets it nonetheless, in case we later switch to a POSIX-compliant shell for those scripts. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* skeleton: fix atstk1005, ststk100x and atngw100 for POSIX complianceYann E. MORIN2010-09-303-9/+9
| | | | | | | | Using two '=' for string comparison is a bashism. Revert to using one, as stated in POSIX 1003.1-2008. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* toolchain: fix helpers for POSIX complianceYann E. MORIN2010-09-301-4/+4
| | | | | | | | Using two '=' for string comparison is a bashism. Revert to using one, as stated in POSIX 1003.1-2008. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* quagga: bump version, fix conflicting options, enhance helpGustavo Zacarias2010-09-304-52/+48
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* CHANGES: alpha/cris/ia64/sparc64 support removedPeter Korsgaard2010-09-301-0/+2
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* Merge branch 'for-2010.11/remove-deprecated-arch' of ↵Peter Korsgaard2010-09-307-132/+13
|\ | | | | | | git://git.busybox.net/~tpetazzoni/git/buildroot
| * Remove code specific to removed architecturesThomas Petazzoni2010-08-316-11/+4
| | | | | | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
| * Remove architectures marked as deprecatedThomas Petazzoni2010-08-311-121/+9
| | | | | | | | | | | | | | | | | | The Alpha, CRIS, IA64 and Sparc64 architectures have been marked as deprecated during the previous release cycle. They are not widely used in embedded systems and/or no longer supported by their manufacturers and/or not properly supported in Buildroot. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* | Makefile: Force make to run serially in the top-level MakefileYann E. MORIN2010-09-301-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | The top-level Makefile can be executed in parallel, as it causes problems. We can force make to be not parallel. It's been reported many times, and recent discussions on IRC with kos_tom, and user nick-named knee, led to this patch. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* | cvs: convert to autotargetsMartin Banky2010-09-302-67/+26
| | | | | | | | | | | | [Peter: no strip, remove _BINARY vars] Signed-off-by: Martin Banky <Martin.Banky@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* | acpid: convert to gentargets and bump to 2.0.6Martin Banky2010-09-292-39/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | Also, added acpi_listen to the target. It was being stripped, but not copied. acpi_listen is a simple shell-friendly tool which connects to acpid and listens for events. When an event occurs, acpi_listen will print it on stdout. [Peter: no strip, install/remove man pages, add uninstall] Signed-off-by: Martin Banky <Martin.Banky@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* | lockfile-progs: cleanup install/uninstallPeter Korsgaard2010-09-291-2/+11
| | | | | | | | | | | | | | Install/uninstall all programs (including mail-*), and use install -D to copy to target. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* | lockfile-progs: convert to gentargets and bump to 0.1.15Martin Banky2010-09-293-43/+22
| | | | | | | | | | | | [Peter: no strip, remove unused _BINARY var] Signed-off-by: Martin Banky <Martin.Banky@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* | liberation: convert to gentargets and bump to 1.06.0.20100721Martin Banky2010-09-292-42/+21
| | | | | | | | | | Signed-off-by: Martin Banky <Martin.Banky@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* | gadgets-test: convert to gentargetsMartin Banky2010-09-292-40/+21
| | | | | | | | | | | | [Peter: fix aio dependency, add uninstall] Signed-off-by: Martin Banky <Martin.Banky@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* | fconfig: convert to gentargets and bump to 20080329Martin Banky2010-09-294-218/+20
| | | | | | | | | | | | [Peter: no strip, remove _BINARY vars, add homepage URL] Signed-off-by: Martin Banky <Martin.Banky@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* | libdaemon; bump versionPeter Korsgaard2010-09-292-22/+23
| | | | | | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* | dosfstools: needs largefile supportPeter Korsgaard2010-09-291-0/+4
| | | | | | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* | Merge branch 'for-2010.11/kernel-image-formats' of ↵Peter Korsgaard2010-09-292-5/+11
|\ \ | | | | | | | | | git://git.busybox.net/~tpetazzoni/git/buildroot
| * | linux: fix uImage location on AVR32Thomas Petazzoni2010-09-291-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | On most architectures, the kernel image can be found in arch/<ARCH>/boot, but on AVR32, it's in arch/<ARCH>/boot/images. Issue initially reported by Joachim Pihl <joachim.pihl@sensordevelopments.com>. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
| * | linux: restrict output image formats to the appropriate archesThomas Petazzoni2010-09-292-5/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Some Linux kernel output image formats are available on some archs, some not. For example 'uImage' is not supported on MIPS, so let's prevent the user from making this selection. Issue initially reported by Choi, David <David.Choi@Micrel.Com>. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* | | fix buildroot.html typosYegor Yefremov2010-09-281-9/+9
|/ / | | | | | | | | Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* | barebox/u-boot/linux: don't error out on missing config when make sourcePeter Korsgaard2010-09-283-3/+10
| | | | | | | | | | | | As it breaks 'make allyesconfig; make source', used for the source mirror. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* | docs/news.html: typo, fix Thomas' family namePeter Korsgaard2010-09-281-1/+1
| | | | | | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* | news.html: Announce developer day in Cambridge, UKPeter Korsgaard2010-09-281-0/+14
| | | | | | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* | dropbear: fix xauth tweak since dbcec2b2Peter Korsgaard2010-09-281-2/+2
| | | | | | | | | | | | | | | | The recent conversion to new-style hooks didn't actually enable the xauth tweaking. Also rename to FIX_XAUTH as it just tweaks the path, it doesn't disable anything. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* | hdparm: convert to gentargets and bump to 9.32Martin Banky2010-09-273-51/+22
| | | | | | | | | | | | [Peter: remove stripping, get rid of _BINARY variables] Signed-off-by: Martin Banky <Martin.Banky@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* | lm-sensors: full install, install into staging, make bins configurablePeter Korsgaard2010-09-272-12/+66
| | | | | | | | | | | | | | | | Use make install to install so we get libraries and man pages if enabled, install into staging so other programs can find libsensors and add kconfig options for each of the available programs. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* | lm-sensors: convert to gentargets and bump to 3.1.2Martin Banky2010-09-272-54/+26
| | | | | | | | | | | | [Peter: remove stripping] Signed-off-by: Martin Banky <Martin.Banky@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* | docs/buildroot.html: document Makefile wrapper in output dirPeter Korsgaard2010-09-271-1/+16
| | | | | | | | | | | | For out-of-tree builds. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* | docs/buildroot.html: minor tweaksPeter Korsgaard2010-09-271-2/+2
| | | | | | | | | | | | | | | | - We have gconfig as well nowadays - Variables like BUILDROOT_DL_DIR can also be set permanently in the environment, and not just passed to make every time. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* | CHANGES: update with recent developmentPeter Korsgaard2010-09-271-12/+27
| | | | | | | | | | | | Add changes from no-install-strip branch and add #2563. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* | Merge branch 'for-2010.11/no-install-strip' of ↵Peter Korsgaard2010-09-27105-151/+0
|\ \ | | | | | | | | | git://git.busybox.net/~tpetazzoni/git/buildroot
| * | packages: remove unneeded _INSTALL_TARGET_OPT definitionsThomas Petazzoni2010-09-27104-147/+0
| | | | | | | | | | | | | | | | | | | | | | | | Now that <pkg>_INSTALL_TARGET_OPT always defaults to 'DESTDIR=$(TARGET_DIR) install', we can remove the <pkg>_INSTALL_TARGET_OPT definition from a lot of packages. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
| * | autotargets: don't use install-stripThomas Petazzoni2010-09-271-4/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Many packages using the AUTOTARGETS infrastructure do not support the install-strip target. Moreover, we are already stripping all binary files in the $(TARGET_DIR) anyway, so using install-strip is a bit useless. So, we use "make install" in all cases, and let Buildroot do the stripping of the binaries if BR2_ENABLE_DEBUG is not set. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* | | vsftpd: convert to gentargets, bump version and fix buildPeter Korsgaard2010-09-275-100/+66
| | | | | | | | | | | | | | | | | | vsftpd didn't build, and wasn't using the gentargets infrastructure. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* | | u-boot: pass ARCH/CROSS_COMPILE when running make <board>_configPeter Korsgaard2010-09-271-1/+2
|/ / | | | | | | | | | | Gets rid of a bunch of (ignored) errors about missing cross compiler. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* | thttpd: don't use parallel makePeter Korsgaard2010-09-272-3/+3
| | | | | | | | | | | | | | The thttpd build system isn't safe for parallel makes, as sometimes match.o isn't built by the time it is referenced. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* | linux/kernel-headers: bump 2.6.32.x / 2.6.35.x stable versionsPeter Korsgaard2010-09-274-5/+64
| | | | | | | | | | | | And add missing 2.6.35 patch. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* | Makefile: generate a Makefile wrapper in $(O)Yann E. MORIN2010-09-263-17/+78
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If building out-of-tree, add a Makefile wrapper that calls-out to the real Makefile with proper args. Avoids having to pass -C and O= every time we call make. This is highly inspired from how the Linux kernel does it, and portions of it have been used. We can't use exactly the same implementation as the kernel does, because: - the script writing the wrapper has been expunged of the few lines that were too kernel-related: in buildroot we do not need the version string in the wrapper, and we do not have a patchlevel version; - "in-tree build" does not have the same meaning for the kernel and for buildroot: for the kernel, $(O) point to the $(TOPDIR), while for buildroot $(O) points to $(TOPDIR)/output. For more complete explanations, see: http://lists.busybox.net/pipermail/buildroot/2010-September/037815.html [Peter: minor tweaks] Signed-off-by: "Yann E. MORIN" <yann.morin.1998 at anciens.enib.fr> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* | axel: convert to gentargets and bump to 2.4Martin Banky2010-09-263-45/+39
| | | | | | | | | | | | [Peter: fix build with locale, pass LDFLAGS, simplify install] Signed-off-by: Martin Banky <Martin.Banky@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* | logrotate: convert to gentargets and bump to 3.7.9Martin Banky2010-09-262-38/+32
| | | | | | | | | | | | [Peter: pass LDFLAGS, remove manpages, get rid _BINARY vars only used once] Signed-off-by: Martin Banky <Martin.Banky@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* | hwdata: convert to gentargets and bump to 0.230Martin Banky2010-09-262-41/+12
| | | | | | | | | | | | [Peter: get rid of unused vars, use install -D] Signed-off-by: Martin Banky <Martin.Banky@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* | dosfstools: convert to gentargets and bump to 3.0.10Martin Banky2010-09-262-84/+44
| | | | | | | | | | | | [Peter: pass LDFLAGS, remove stripping] Signed-off-by: Martin Banky <Martin.Banky@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* | hotplug: mark as deprecatedPeter Korsgaard2010-09-262-1/+2
| | | | | | | | | | | | | | | | | | It's ancient (+5yrs), no upstream and stuff like this is better handled through mdev/udev nowadays. It will be removed after 2010.11 unless someone complains. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* | bsdiff: convert to gentargetsMartin Banky2010-09-262-61/+38
| | | | | | | | | | | | [Peter: cleanup build, install and uninstall targets] Signed-off-by: Martin Banky <Martin.Banky@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* | boa: convert to autotargetsPeter Korsgaard2010-09-263-80/+21
| | | | | | | | | | | | Based on Martin's patch to convert to gentargets. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* | fbset: misc cleanupPeter Korsgaard2010-09-261-5/+5
| | | | | | | | | | | | | | Use install -D so it doesn't fail if usr/sbin doesn't exist, remove unneeded stripping and move target cleanup to _UNINSTALL_TARGET_CMDS. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* | fbset: convert to gentargetsMartin Banky2010-09-262-53/+28
| | | | | | | | | | Signed-off-by: Martin Banky <Martin.Banky@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* | ezxml: misc fixesPeter Korsgaard2010-09-261-2/+17
| | | | | | | | | | | | | | Install into target as well, and use install -D instead of cp, to handle missing usr/include / usr/lib. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>