summaryrefslogtreecommitdiffstats
path: root/package
Commit message (Collapse)AuthorAgeFilesLines
* findutils: show comment if wchar isn't enabledPeter Korsgaard2010-04-021-0/+3
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* graphics: remove comment about fbset broken in busybox, sort orderPeter Korsgaard2010-04-021-5/+4
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* busybox: indent sub optionsPeter Korsgaard2010-04-021-10/+11
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* New package menu structureGustavo Zacarias2010-04-021-277/+321
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* dnsmasq: fix CFLAGSGustavo Zacarias2010-04-011-2/+2
| | | | | | | | | Closes #1459 dnsmasq takes CFLAGS on make opt rather than env. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* iw: needs host-pkg-configGustavo Zacarias2010-04-011-1/+1
| | | | | | | Closes #1459 Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* xlib_libX11: don't build documentationPeter Korsgaard2010-03-311-1/+7
| | | | | | | | | | | Closes #1387 The documentation step needs working groff and ps2pdf on the host, and only slows down the build, so just disable it. At the same time, cleanup the overlong _CONF_OPT line. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* e2fsprogs: bump versionGustavo Zacarias2010-03-311-1/+1
| | | | | | | Closes #1423 Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* iptables: bump versionGustavo Zacarias2010-03-311-1/+1
| | | | | | | Closes #1417 Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* openssl: bump versionGustavo Zacarias2010-03-315-107/+1
| | | | | | | Closes #1411 Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* toolchain: prepare for more than two alternativesYann E. MORIN2010-03-312-7/+6
| | | | | | | | | | | | | | | | | | | | | | | | | Lay down the path to add more than two toolchain kinds: - check the type of toolchain as: ifeq (toolchain_buildroot,y) blabla buildroot-specific else ifeq (toolchain_external,y) blabla external-specific endif - prefer using positive checks, a-la: ifeq (foo,y) instead of: ifneq (bar,y) (where foo and bar are mutually exclusive) - have the toolchain_buildroot case always appear first - gettext is handled differently, because we want to add an option only if not using the buildroot toolchain, hence we use ifneq. 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>
* php: bump versionGustavo Zacarias2010-03-311-1/+1
| | | | | | | | Closes #1429 [Peter: stick to bz2 upstream] Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* Fix autotools instalation with symbolsPaulius Zaleckas2010-03-301-1/+1
| | | | | | | | | | | | | | | Closes #1447 When installing without symbols install-strip is used, with symbols - install-exec. Since install-exec installs only executables, we should use simple install, to install other needed files also (like files in /usr/shared) as install-strip does. Signed-off-by: Paulius Zaleckas <paulius.zaleckas@gmail.com> Acked-by: Lionel Landwerlin <llandwerlin@gmail.com> Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* get rid of broken nios2 supportPeter Korsgaard2010-03-304-8/+1
| | | | | | | Has been marked as broken for more than 1 year, with no indication that anyone cares, and it needs a bunch of special handling. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* classpath: trivial Config.in whitespace fixPeter Korsgaard2010-03-301-1/+0
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* libxml2: bump versionPeter Korsgaard2010-03-291-1/+1
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* libgcrypt: bump to 1.4.5Lionel Landwerlin2010-03-293-96/+44
| | | | | | | | | Also autotools.in conversion and change source location from gd.tuwien.ac.at to ftp.gnupg.org [Peter: add missing libgpg-error makefile dependency] Signed-off-by: Lionel Landwerlin <llandwerlin@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* xlib_libXfont: don't build devel documentationPeter Korsgaard2010-03-291-1/+1
| | | | | | Adds to the build time and brings in an xmlto dependency Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* busybox: bump 1.16.x stable versionPeter Korsgaard2010-03-2917-2256/+1
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* Add new netperf packageGustavo Zacarias2010-03-253-0/+32
| | | | | | | Closes #1105 Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* Bump less to 436 and migrate to Makefile.autotools.inGustavo Zacarias2010-03-251-50/+11
| | | | | | | | | Closes #1123 [Peter: get rid of redundant DISABLE_LARGEFILE] Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* Bump nano to 2.2.3 and migrate to Makefile.autotools.inGustavo Zacarias2010-03-252-50/+15
| | | | | | | | | Closes #1117 [Peter: get rid of redundant DISABLE_LARGEFILE, trailing spaces] Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* squid: don't use susv3 legacy functionsPeter Korsgaard2010-03-241-0/+49
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* New package squid 3.0.STABLE21Gustavo Zacarias2010-03-244-0/+77
| | | | | | | Closes #513 Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* Add lmbenchKelvin Cheung2010-03-233-0/+55
| | | | | | | Closes #661 Signed-off-by: Kelvin Cheung <keguang.zhang@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* freetype: bump to 2.3.12William Wagner2010-03-221-1/+1
| | | | | Signed-off-by: William Wagner <will_wagner@carallon.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* mdadm: update to 2.6.9Richard van Paasen2010-03-225-79/+32
| | | | | | | | | Closes #805 This patch updates mdadm to 2.6.9 and uses the new makefile template. Signed-off-by: Richard van Paasen <rvpaasen@t3i.nl> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* package: add librsyncChris Seawood2010-03-223-0/+27
| | | | | | | | | Closes #1303 [Peter: misc tweaks (whitespace, kconfig, sf.net URL)] Signed-off-by: Chris Seawood <cls@seawood.org> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* busybox: additional 1.16.0 fixesPeter Korsgaard2010-03-223-0/+113
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* wget: needs WCHAR support in toolchainPeter Korsgaard2010-03-221-0/+4
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* package: remove redundant DISABLE_{IPV6,NLS,LARGEFILE} configure argsPeter Korsgaard2010-03-2214-28/+9
| | | | | | | Makefile.autotools.in automatically adds these to the configure invocation, so there's no need to explicitly list them. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* iperf: update to 2.0.4Richard van Paasen2010-03-221-5/+15
| | | | | | | Closes #800 Signed-off-by: Richard van Paasen <rvpaasen@t3i.nl> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* memstat: bump to 0.8 and migrate to Makefile.package.inGustavo Zacarias2010-03-221-45/+21
| | | | | | | Closes #1129 Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* wget: bump to 1.12 and migrate to Makefile.autotools.inGustavo Zacarias2010-03-222-54/+10
| | | | | | | Closes #1111. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* pppd: only install manpages if BR2_HAVE_MANPAGES is enabledPeter Korsgaard2010-03-221-1/+1
| | | | | | | They do get removed in target-finalize, but we might as well not install them in the first place. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* busybox: 1.16.0 beep fixPeter Korsgaard2010-03-181-0/+17
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* Bump pppd to 2.4.5 and convert to Makefile.autotools.inGustavo Zacarias2010-03-183-103/+58
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* libpng: bump versionPeter Korsgaard2010-03-181-1/+1
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* libglib2: bump versionPeter Korsgaard2010-03-161-1/+1
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* setserial: fix build with 2.6.33+ kernel headers on x86Peter Korsgaard2010-03-151-0/+28
| | | | | | | | | | linux/hayesesp.h got removed in 2.6.33, but some archs (like x86) still define the TIOCGHAYESESP ioctl, breaking the build. It's very unlikely to be of interest anymore, so just undef it. Reported-by: Paulius Zaleckas <paulius.zaleckas@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* pppd: enable ipv6 support if toolchain supports itAlexander Clouter2010-03-131-0/+1
| | | | | | | Closes #1273 Signed-off-by: Alexander Clouter <alex@digriz.org.uk> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* busybox: 1.16.0 tail fixPeter Korsgaard2010-03-121-0/+13
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* busybox: additional 1.16.0 fixesPeter Korsgaard2010-03-082-0/+105
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* mtd-utils: fix build with external toolchainPeter Korsgaard2010-03-081-2/+2
| | | | | | | | | Reported by H Hartley Sweeten. Make sure we pass proper CFLAGS to mtd-utils, so builds needing --sysroot works (E.G. external toolchains). Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* Merge branch 'x11r75' of git://gitorious.org/takeme-buildroot/takeme-buildrootPeter Korsgaard2010-03-08435-1317/+646
|\
| * Bump X11 version to 7.5Paulius Zaleckas2010-02-281-1/+1
| | | | | | | | Signed-off-by: Paulius Zaleckas <paulius.zaleckas@gmail.com>
| * Bump font-xfree86-type1 to 1.0.2Paulius Zaleckas2010-02-282-2/+2
| | | | | | | | Signed-off-by: Paulius Zaleckas <paulius.zaleckas@gmail.com>
| * Bump font-winitzki-cyrillic to 1.0.1Paulius Zaleckas2010-02-282-2/+2
| | | | | | | | Signed-off-by: Paulius Zaleckas <paulius.zaleckas@gmail.com>
| * Bump font-sun-misc to 1.0.1Paulius Zaleckas2010-02-282-2/+2
| | | | | | | | Signed-off-by: Paulius Zaleckas <paulius.zaleckas@gmail.com>
| * Bump font-sony-misc to 1.0.1Paulius Zaleckas2010-02-282-2/+2
| | | | | | | | Signed-off-by: Paulius Zaleckas <paulius.zaleckas@gmail.com>