summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* docs/docs.html: add link to doc for latest stable release as wellPeter Korsgaard2009-11-151-5/+11
| | | | | | This will get copied to /downloads together with tarballs at release time. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* docs/docs.html: link to main mailing list pagePeter Korsgaard2009-11-151-1/+1
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* lighttpd: bump package to 1.4.24Gustavo Zacarias2009-11-153-5/+241
| | | | | | | Closes #709 Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* docs/lists.html: adapt google search for lists.busybox.netPeter Korsgaard2009-11-151-2/+2
| | | | | | | | | Reported by Gordon Smith on the ml. The mailing list archives are accessed through lists.busybox.net since the move to osuosl. Adapt the google search box to match. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* kernel-headers: bump 2.6.27.x/2.6.31.x stable versionsPeter Korsgaard2009-11-101-2/+2
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* uclibc: add unifdef getline fix to avr32 variant as wellPeter Korsgaard2009-11-091-0/+29
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* toolchain: select sensible floating point mode by defaultPeter Korsgaard2009-11-091-2/+5
| | | | | | | | | | | Introduce BR2_PREFER_SOFT_FLOAT and enable it for arm, avr32 and mips, and use it to enable soft float support by default for those archs. This way people automatically get the correct floating point mode when running make menuconfig for the first time (E.G. without a .config) and changing the arch from i386 to arm/avr32/mips. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* documentation: insist more on why output/target/ should not be usedThomas Petazzoni2009-10-301-7/+13
| | | | | | | | | | | A lot of people complain that the root filesystem generated by Buildroot doesn't work because it lacks the device files. This is because they use output/target/ instead of one of the images. Therefore, insist in the documentation on this point. Even though I'm unsure if users really read the documentation :-) Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* util-linux: fix kconfig typoPeter Korsgaard2009-10-301-2/+2
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* Add new usb_modeswitch packageGustavo Zacarias2009-10-295-0/+49
| | | | | | | Closes #511. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* e2fsprogs: convert to Makefile.autotools.in format and update Kconfigrvpaasen2009-10-293-161/+131
| | | | | | | | | | | Closes #667. I have updated the e2fsprogs package to the new makefile format. I added the tools from the 1.41.9 release of e2fsprogs that could not yet be (de)selected (freefrag, e2undo) to the menu in Config.in. Signed-off-by: rvpaasen <rvpaasen@t3i.nl> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* target/device/Atmel/arch-arm/u-boot: Fix u-boot patch dependenciesPeter Korsgaard2009-10-291-0/+1
| | | | | | Ensure that the 2009.01 u-boot patches can only be enabled for 2009.01 builds. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* toolchain/gcc: get rid of ancient 3.4.6 / 4.0.4 versionsPeter Korsgaard2009-10-2932-22984/+3
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* toolchain/gcc: simplify BR2_GCC_SUPPORTS_* logicPeter Korsgaard2009-10-291-2/+0
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* toolchain/gcc: remove unused (commented out) 4.3 snapshotPeter Korsgaard2009-10-291-6/+0
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* toolchain/gcc: bump 4.4.x versionPeter Korsgaard2009-10-297-2/+2
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* synergy: needs C++ supportPeter Korsgaard2009-10-272-3/+7
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* synergy: get rid of superfluous configure args and use sourceforge mirrorPeter Korsgaard2009-10-271-4/+1
| | | | | | These are all provided by Makefile.autotools.in Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* libart: get rid of superfluous configure argsPeter Korsgaard2009-10-271-4/+0
| | | | | | These are all provided by Makefile.autotools.in Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* netkittelnet: hide package if RPC support isn't available in toolchainPeter Korsgaard2009-10-271-1/+2
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* package: show packages with busybox alternatives if busybox is disabledPeter Korsgaard2009-10-271-2/+2
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* libpcap, tcpdump: bump version and autotoolifyBernhard Reutner-Fischer2009-10-275-154/+50
| | | | | Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* Allow for specifying kernel version manuallyBernhard Reutner-Fischer2009-10-271-2/+11
| | | | | Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* lzma: bump versionPeter Korsgaard2009-10-261-1/+1
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* lzma: convert to Makefile.autotools.in formatPeter Korsgaard2009-10-261-70/+13
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* lzma: remove 'target' from lzma package namePeter Korsgaard2009-10-2630-40/+41
| | | | | | We normally don't do this, and it makes using Makefile.autotools.in harder. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* Revert "libnl: handle all installed libraries"Peter Korsgaard2009-10-262-5/+1
| | | | | | | | | | This reverts commit 61901bd74a622450139358ea0c0f37d4568ad570. Turns out the libnl splitup is only needed for the not-released-yet v2.0. Conflicts: CHANGES
* lzma: host targets should not be user selectablePeter Korsgaard2009-10-264-17/+4
| | | | | | Instead they should get automatically built if needed. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* lzma: get rid of unused target-headers optionPeter Korsgaard2009-10-262-12/+0
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* libelf: bump versionPeter Korsgaard2009-10-261-1/+1
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* libelf: convert to Makefile.autotools.in and get rid of LIBELF_HEADERS optionPeter Korsgaard2009-10-264-90/+16
| | | | | | We have the generic BR2_HAVE_DEVFILES now. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* CHANGES: add #593Peter Korsgaard2009-10-251-0/+1
| | | | | | Issue #593 got (unknowingly) fixed by 7f7bf9637e2a9c3. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* package: Don't hide all editors in menuconfigJulien Boibessot2009-10-252-5/+3
| | | | | | | | Don't hide all editors in config if BR2_PACKAGE_BUSYBOX_SHOW_OTHERS is not selected. Indeed vi is the only editor already provided by busybox. Signed-off-by: Julien Boibessot <julien.boibessot@armadeus.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* netsnmp: bump versionPeter Korsgaard2009-10-253-5/+24
| | | | | | Based on patch by Darcy Watkins <DWatkins@tranzeo.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* package: Bump SawMan to 1.4.2Lionel Landwerlin2009-10-252-2/+2
| | | | | Signed-off-by: Lionel Landwerlin <llandwerlin@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* kernel-headers: bump 2.6.27.x / 2.6.31.x stable versionsPeter Korsgaard2009-10-231-2/+2
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* libarchive: add conditional dependency on zlibSven Neumann2009-10-231-0/+4
| | | | | | | | | If zlib is selected, then it should be built before libarchive so that libarchive picks up the headers and includes support for zlib compression. Signed-off-by: Sven Neumann <s.neumann@raumfeld.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* Update sqlite package to version 3.6.18Gustavo Zacarias2009-10-222-3/+4
| | | | | | | Closes #655. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* toolchain: mark BR2_ENABLE_LOCALE_PREGENERATED as brokenPeter Korsgaard2009-10-221-1/+1
| | | | | | | There's still no suitable tarball available on uclibc.org, so better hide the option for now. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* gst-plugins-good: make new dependency-less plugins configurableSven Neumann2009-10-212-6/+42
| | | | | | | | gst-plugins-good gained a number of dependency-less plugins with the last update. This commit makes them configurable in buildroot. Signed-off-by: Sven Neumann <s.neumann@raumfeld.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* libnl: handle all installed librariesSven Neumann2009-10-212-5/+9
| | | | | | | | | libnl does not only install libnl.so, but also libnl-nf.so, libnl-genl.so and libnl-route.so. Change the post-install and uninstall hooks to handle these libraries as well. Signed-off-by: Sven Neumann <s.neumann@raumfeld.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* package: Add sysstat toolsLionel Landwerlin2009-10-204-1/+66
| | | | | Signed-off-by: Lionel Landwerlin <lionel.landwerlin@openwide.fr> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* gvfs: explicitly specify samba include and library pathsSven Neumann2009-10-201-0/+2
| | | | | | | | | The gvfs configure script has --with-samba-includes and --with-samba-libs options. Use these to point it to the libsmbclient files in the staging dir. Signed-off-by: Sven Neumann <s.neumann@raumfeld.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* gvfs: build archive backend if libarchive is selectedSven Neumann2009-10-201-8/+14
| | | | | | | | If BR2_PACKAGE_LIBARCHIVE is enabled, build the gvfs archive backend. Signed-off-by: Sven Neumann <s.neumann@raumfeld.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* gvfs: update to version 1.4.0Sven Neumann2009-10-202-13/+15
| | | | | | | Update the gvfs package to the latest upstream release. Signed-off-by: Sven Neumann <s.neumann@raumfeld.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* libarchive: make bsdtar and bsdcpio binaries configurableSven Neumann2009-10-202-0/+19
| | | | | | | | | libarchive comes with two binaries, bsdtar and bsdcpio that used to be installed by default. This change makes this configurable with the default not to build and install the binaries. Signed-off-by: Sven Neumann <s.neumann@raumfeld.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* samba: updated the samba package to version 3.3.8rvpaasen2009-10-203-190/+226
| | | | | | | | | | Update the samba package to the new makefile format and also update it to samba version 3.3.8 (latest 3.3.x version). Based on the patch from bug 665, but with uclibc dependency and call to autogen.sh removed. Tested-By: Sven Neumann <s.neumann@raumfeld.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* docs/buildroot.html: remove mention of skel.tar.gzPeter Korsgaard2009-10-181-6/+1
| | | | | | | We haven't used a tarball for the skeleton since we moved to subversion in 2006. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* busybox: invert hide optionPeter Korsgaard2009-10-1525-53/+50
| | | | | | | | | | Invert the BR2_PACKAGE_BUSYBOX_HIDE_OTHERS option to use positive logic, renaming it to _SHOW_OTHERS. Positive logic is simpler to understand, and it makes all{,package}config do the right thing. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* imagemagick: fix -clean targetSimon Pasch2009-10-132-12/+4
| | | | | | | | | | Closes #657 imagemagick-clean target currently tries to remove $(TARGET_DIR) as there is no IMAGEMAGICK_BINARY anymore. Signed-off-by: Simon Pasch <fpasch@googlemail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>