summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* sysklogd: needs largefile supportPeter Korsgaard2009-11-232-2/+6
| | | | | | | | | It tries to call lseek64(): ksym_mod.o: In function `InitMsyms': ksym_mod.c:(.text+0x438): undefined reference to `lseek64' Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* rpm: fix build with BR2_CONFIG_CACHE, fix CFLAGSPeter Korsgaard2009-11-232-3/+5
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* xfsprogs: needs e2fsprogs and (in turn) largefile supportPeter Korsgaard2009-11-232-1/+6
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* x11vnc: needs X11 supportPeter Korsgaard2009-11-233-1/+4
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* udpcast: needs largefile supportPeter Korsgaard2009-11-232-15/+19
| | | | | | And fix Kconfig tab/spaces while we're at it. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* torsmo: needs X11 supportPeter Korsgaard2009-11-233-3/+6
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* sfdisk: fix build with !BR2_LARGEFILEPeter Korsgaard2009-11-232-5/+5
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* psmisc: bump version and fix buildPeter Korsgaard2009-11-233-8/+33
| | | | | | | | | | ./configure in psmisc 22.6 tested for a working C++ compiler and errored out if not found, even though psmisc doesn't need it - Fixed in 22.8. pstree.c uses __progname for pstree.x11 support, which isn't (per default) available in uclibc. This stuff isn't really critical, so just disable it. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* php: fix pdo sqlite compilation with !BR2_LARGEFILEPeter Korsgaard2009-11-231-0/+3
| | | | | | Similar fix as with the sqlite package. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* ng-spice-rework: needs X11 / libXaw supportPeter Korsgaard2009-11-233-6/+12
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* netkittelnet: fix typo introduced in 8d65822f9dPeter Korsgaard2009-11-231-1/+1
| | | | | | Netkittelnet needs a toolchain WITH RPC support, not WITHOUT. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* libxml2: fix build with BR2_CONFIG_CACHEPeter Korsgaard2009-11-232-4/+6
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* alsa-lib: fix build with BR2_CONFIG_CACHEPeter Korsgaard2009-11-232-3/+5
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* leafpad: needs libgtk2Peter Korsgaard2009-11-232-9/+10
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* gqview: needs libgtk2Peter Korsgaard2009-11-232-7/+8
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* pcmanfm: needs X11 supportPeter Korsgaard2009-11-233-6/+8
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* gperf: needs C++ supportPeter Korsgaard2009-11-232-1/+5
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* gamin: fix build with !BR2_LARGEFILE and python enabledPeter Korsgaard2009-11-232-7/+8
| | | | | | Python binding support is broken for cross compilation, disable for now. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* xboard: needs X11 support and gnuchessPeter Korsgaard2009-11-233-2/+4
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* vice: mark as brokenPeter Korsgaard2009-11-233-2/+4
| | | | | | | | | Dependencies are wrong, and it has never seen any updates, so it probably doesn't have any users. Will remove completely before 2010.02 unless someone fixes it. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* rubix: needs X11 supportPeter Korsgaard2009-11-233-1/+4
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* magiccube4d: needs C++ and X11 supportPeter Korsgaard2009-11-233-3/+9
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* package/xstroke: needs X11 supportPeter Korsgaard2009-11-233-1/+4
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* sqlite: bump versionPeter Korsgaard2009-11-231-1/+1
| | | | | | Fixes various bugs. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* sqlite: work around build breakage with !BR2_LARGEFILEPeter Korsgaard2009-11-231-0/+9
| | | | | | Should get fixed properly upstream, but this is good enough for 2009.11-rc1. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* package/bootutils: needs largefile supportPeter Korsgaard2009-11-232-2/+5
| | | | | | Build fails with llseek() linker errors. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* CHANGES: add non-package changes since 2009.08Peter Korsgaard2009-11-231-1/+11
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* alsamixergui: depend on x11 support, rather than (indirectly) selecting itPeter Korsgaard2009-11-232-10/+12
| | | | | | | | | | 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>
* matchbox: depend on x11 support, rather than selecting itPeter Korsgaard2009-11-232-7/+7
| | | | | | | | | | 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>
* package/directfb: don't prepend $arch-linux- to programsPeter Korsgaard2009-11-221-0/+1
| | | | | | | Directfb users: Do all those applications even make sense to install to target? Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* package/nbd: fix build with !BR2_LARGEFILEPeter Korsgaard2009-11-222-0/+31
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* docs/buildroot.html: document linux26-menuconfig / LINUX26_KCONFIGPeter Korsgaard2009-11-221-0/+16
| | | | | | | 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>
* toolchain/binutils: make sure target-binutils runs after busyboxPeter Korsgaard2009-11-222-2/+10
| | | | | | | | | 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>
* package/nbd: add nbd-server supportVincent Palatin2009-11-223-6/+40
| | | | | | | Closes #645 Signed-off-by: Vincent Palatin <vincent.palatin_buildroot@m4x.org> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* target/jffs2: add support for nand flash with 512B page / 16 kB erasesizeKelvin Cheung2009-11-222-4/+11
| | | | | | | Closes #663 Signed-off-by: Kelvin Cheung <keguang.zhang@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* package/sdl: fix dependencies for directfb/qt/x11 supportPeter Korsgaard2009-11-223-8/+17
| | | | | | | | Closes #683 And cleanup Kconfig while we're at it. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* package/Makefile.in: fix 'true' invocation for BR2_STRIP_nonePeter Korsgaard2009-11-222-1/+2
| | | | | | | | Closes #701 Coreutils true doesn't understand a -Not_stripping argument. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* Bump spawn-fcgi to 1.6.3Gustavo Zacarias2009-11-222-4/+5
| | | | | | Closes #705 Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* Bump iw package to 0.9.17Gustavo Zacarias2009-11-222-5/+6
| | | | | | | Closes #731 Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* Makefile: cleanup *clean targetsPeter Korsgaard2009-11-202-27/+19
| | | | | | | | | | | | | | 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>
* Add support for the Cortex-A8 ARM targetLaine Walker-Avina2009-11-182-0/+8
| | | | | Signed-off-by: Laine Walker-Avina <lwalkera@ieee.org> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* ipkg: update source URLMichael S. Zick2009-11-172-2/+2
| | | | | | | 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>
* toolchain/uClibc: install ldd to targetPeter Korsgaard2009-11-171-2/+1
| | | | | | | | 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>
* libidn: Update Config.in to fulfill LIBIDN_BINARYGustavo Zacarias2009-11-161-0/+6
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* openssl: bump to 0.9.8l + security fixesGustavo Zacarias2009-11-156-1/+108
| | | | | | | Closes #703 Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* dnsmasq: bump to 2.51 and add IDN optionGustavo Zacarias2009-11-153-2/+16
| | | | | | | | | | | | | | | 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>
* libidn: update to 1.15 and other fixesGustavo Zacarias2009-11-152-5/+20
| | | | | | | | | | | | | | 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>
* openntpd: convert to Makefile.autotools.in formatGustavo Zacarias2009-11-152-76/+15
| | | | | | | Closes #713 Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* 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>