summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-11-23matchbox: depend on x11 support, rather than selecting itPeter Korsgaard
Packages should depend on BR2_PACKAGE_XORG7 rather than selecting it, because: - X brings in a lot of dependencies, so shouldn't get implicitly enabled - Select doesn't check dependencies, so build breaks if XORG dependencies aren't met (locale/wchar) Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-11-22package/directfb: don't prepend $arch-linux- to programsPeter Korsgaard
Directfb users: Do all those applications even make sense to install to target? Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-11-22package/nbd: fix build with !BR2_LARGEFILEPeter Korsgaard
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-11-22docs/buildroot.html: document linux26-menuconfig / LINUX26_KCONFIGPeter Korsgaard
This wasn't menitioned in the documentation as noticed by Grant Edwards <grant.b.edwards@gmail.com>. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-11-22toolchain/binutils: make sure target-binutils runs after busyboxPeter Korsgaard
Closes #597 Ensure that binutils-target runs after busybox if enabled, so it can overwrite the busybox symlink for ar if that applet is enabled. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-11-22package/nbd: add nbd-server supportVincent Palatin
Closes #645 Signed-off-by: Vincent Palatin <vincent.palatin_buildroot@m4x.org> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-11-22target/jffs2: add support for nand flash with 512B page / 16 kB erasesizeKelvin Cheung
Closes #663 Signed-off-by: Kelvin Cheung <keguang.zhang@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-11-22package/sdl: fix dependencies for directfb/qt/x11 supportPeter Korsgaard
Closes #683 And cleanup Kconfig while we're at it. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-11-22package/Makefile.in: fix 'true' invocation for BR2_STRIP_nonePeter Korsgaard
Closes #701 Coreutils true doesn't understand a -Not_stripping argument. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-11-22Bump spawn-fcgi to 1.6.3Gustavo Zacarias
Closes #705 Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-11-22Bump iw package to 0.9.17Gustavo Zacarias
Closes #731 Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-11-20Makefile: cleanup *clean targetsPeter Korsgaard
As discussed on the list, fixup the *clean targets, so we now have: clean: remove all generated files (E.G. everything in output/) distclean: same as clean, but also remove the kconfig build and .config Also tweak 'make help' output to match. This also merges the two different clean / distclean targets we had depending on if there was a .config present or not (most variables are not defined for !.config case, so E.G. the clean target ends up being a noop). Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-11-18Add support for the Cortex-A8 ARM targetLaine Walker-Avina
Signed-off-by: Laine Walker-Avina <lwalkera@ieee.org> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-11-17ipkg: update source URLMichael S. Zick
ftp.handhelds.org doesn't seem to work any more. Signed-off-by: Michael S. Zick <minimod@morethan.org> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-11-17toolchain/uClibc: install ldd to targetPeter Korsgaard
Reported by Julien Boibessot <julien.boibessot@free.fr>. This somehow got disabled by cb815ae003d40cc971d (two years ago!). Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-11-16libidn: Update Config.in to fulfill LIBIDN_BINARYGustavo Zacarias
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-11-15openssl: bump to 0.9.8l + security fixesGustavo Zacarias
Closes #703 Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-11-15dnsmasq: bump to 2.51 and add IDN optionGustavo Zacarias
Closes #717 Dnsmasq 2.51 introduces IDN support, add it to the package. Newsworthy items: * Add support for internationalised DNS (IDN). * Improved upstream nameserver checks for slow nameservers. * Improved TFTP support (win/dos filenames, new tftpserver-address option for DHCP). Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-11-15libidn: update to 1.15 and other fixesGustavo Zacarias
Closes #715 * Add target uninstall. * Remove stray /usr/share/emacs files. * Remove stray mono (host, autodetected) dll installation in $(TARGET_DIR)/usr/lib by disabling C# altogether. * Disable java. * Add new option to install idn binary (default N, usually not required). Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-11-15openntpd: convert to Makefile.autotools.in formatGustavo Zacarias
Closes #713 Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-11-15docs/docs.html: add link to doc for latest stable release as wellPeter Korsgaard
This will get copied to /downloads together with tarballs at release time. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-11-15docs/docs.html: link to main mailing list pagePeter Korsgaard
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-11-15lighttpd: bump package to 1.4.24Gustavo Zacarias
Closes #709 Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-11-15docs/lists.html: adapt google search for lists.busybox.netPeter Korsgaard
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>
2009-11-10kernel-headers: bump 2.6.27.x/2.6.31.x stable versionsPeter Korsgaard
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-11-09uclibc: add unifdef getline fix to avr32 variant as wellPeter Korsgaard
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-11-09toolchain: select sensible floating point mode by defaultPeter Korsgaard
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>
2009-10-30documentation: insist more on why output/target/ should not be usedThomas Petazzoni
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>
2009-10-30util-linux: fix kconfig typoPeter Korsgaard
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-10-29Add new usb_modeswitch packageGustavo Zacarias
Closes #511. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-10-29e2fsprogs: convert to Makefile.autotools.in format and update Kconfigrvpaasen
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>
2009-10-29target/device/Atmel/arch-arm/u-boot: Fix u-boot patch dependenciesPeter Korsgaard
Ensure that the 2009.01 u-boot patches can only be enabled for 2009.01 builds. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-10-29toolchain/gcc: get rid of ancient 3.4.6 / 4.0.4 versionsPeter Korsgaard
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-10-29toolchain/gcc: simplify BR2_GCC_SUPPORTS_* logicPeter Korsgaard
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-10-29toolchain/gcc: remove unused (commented out) 4.3 snapshotPeter Korsgaard
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-10-29toolchain/gcc: bump 4.4.x versionPeter Korsgaard
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-10-27synergy: needs C++ supportPeter Korsgaard
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-10-27synergy: get rid of superfluous configure args and use sourceforge mirrorPeter Korsgaard
These are all provided by Makefile.autotools.in Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-10-27libart: get rid of superfluous configure argsPeter Korsgaard
These are all provided by Makefile.autotools.in Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-10-27netkittelnet: hide package if RPC support isn't available in toolchainPeter Korsgaard
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-10-27package: show packages with busybox alternatives if busybox is disabledPeter Korsgaard
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-10-27libpcap, tcpdump: bump version and autotoolifyBernhard Reutner-Fischer
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-10-27Allow for specifying kernel version manuallyBernhard Reutner-Fischer
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-10-26lzma: bump versionPeter Korsgaard
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-10-26lzma: convert to Makefile.autotools.in formatPeter Korsgaard
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-10-26lzma: remove 'target' from lzma package namePeter Korsgaard
We normally don't do this, and it makes using Makefile.autotools.in harder. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-10-26Revert "libnl: handle all installed libraries"Peter Korsgaard
This reverts commit 61901bd74a622450139358ea0c0f37d4568ad570. Turns out the libnl splitup is only needed for the not-released-yet v2.0. Conflicts: CHANGES
2009-10-26lzma: host targets should not be user selectablePeter Korsgaard
Instead they should get automatically built if needed. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-10-26lzma: get rid of unused target-headers optionPeter Korsgaard
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-10-26libelf: bump versionPeter Korsgaard
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>