summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* fs/skeleton: add ftp user/groupPeter Korsgaard2011-04-224-0/+3
| | | | | | Needed by E.G. proftpd for the default (anonymous ftp) config. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* proftpd: remove UseIPv6 option from sample config if built without IPv6Peter Korsgaard2011-04-221-0/+1
| | | | | | | | proftpd refuses to start if it finds a UseIPv6 option in the configuration file (even if set to off) when built without IPv6 support, so comment out line. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* target-generic-hostname: add /etc/hosts entry as wellPeter Korsgaard2011-04-221-0/+2
| | | | | | | Some applications (like proftpd) tries to resolve hostname at startup, so add it to /etc/hosts. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* CHANGES: update with recent changesPeter Korsgaard2011-04-211-5/+7
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* squid: bump to version 3.1.12Gustavo Zacarias2011-04-211-2/+2
| | | | | | | | Bump squid to version 3.1.12 Also disable strict error checking since this breaks with gcc 4.6.0+ Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* linux: bump kernel to 2.6.38.3Gustavo Zacarias2011-04-211-3/+3
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* libpng: bump to version 1.4.7Gustavo Zacarias2011-04-211-1/+1
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* less: bump to version 443Gustavo Zacarias2011-04-211-1/+1
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* New package: bwm-ngKelvin Cheung2011-04-213-0/+25
| | | | | | | | | | | Add new package: bwm-ng Bandwidth Monitor NG is a small and console-based live network and disk-io bandwidth monitor for Linux, BSD, Solaris, Mac OS X and others. [Peter: move to net, fix Config.in line length, remove unused make var] Signed-off-by: Kelvin Cheung <keguang.zhang@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* toolchain: bump 2.6.35 kernel headers to 2.6.35.12Gustavo Zacarias2011-04-212-1/+1
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* package: add can-utilsPeter Korsgaard2011-04-213-0/+20
| | | | | | Add SocketCAN utilities. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* iproute2: bump to version 2.6.38Gustavo Zacarias2011-04-202-1/+1
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* toolchain/crosstool-NG: bump version to 1.10.1Yann E. MORIN2011-04-201-2/+2
| | | | | | | At the same time, also use the new upstream location. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* toolchain/crosstool-NG: fix sysroot nameYann E. MORIN2011-04-202-0/+13
| | | | | | | | | | We have to ensure that the sysroot created while building the toolchain will be the one we later search for libraries. So: - hide the sysroot name prompt from the ct-ng menu. - force the sysroot name to be 'sysroot'. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* crosstool-ng: fix target libc install after s/sys-root/sysroot/ renamePeter Korsgaard2011-04-191-1/+1
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* kernel-headers: bump 2.6.38.x stable versionPeter Korsgaard2011-04-191-1/+1
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* toolchain/gcc: bump 4.4.x versionPeter Korsgaard2011-04-198-1/+1
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* package: add htop packageAndy Kennedy2011-04-164-0/+99
| | | | | | | | | | Changes made based upon e-mails with Mike Frysinger and Gerhard Heift. The autoreconf change is important for anyone using uClibc as there is no widely available backtrace (yet). [Peter: fix Config.in indentation, autoreconf, patch] Signed-off-by: Andy Kennedy <Andy.Kennedy@AdTran.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* procps: fix build with make 3.82Peter Korsgaard2011-04-061-0/+23
| | | | | | | | | | | | Based on patch by Bruce Bushby. Issue with make include order. For more details, see: http://old.nabble.com/make-3.81.91---procps-3.2.8-td29281048.html Equivalent to upstream fix: http://procps.cvs.sourceforge.net/viewvc/procps/procps/Makefile?r1=1.70&r2=1.71 Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* procps: bump version, convert to GENTARGETSPeter Korsgaard2011-04-061-43/+13
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* ncurses: don't build testsPeter Korsgaard2011-04-051-0/+1
| | | | | | Slows down build. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* libv4l: add options to install utilitesPeter Korsgaard2011-04-052-3/+66
| | | | | | | These have extra deps though (C++ for some, argp.h for others which is not available on uClibc). Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* libv4l: Add new package libv4lKlaus Schwarzkopf2011-04-043-0/+41
| | | | | | [Peter: move to hw section] Signed-off-by: Klaus Schwarzkopf <schwarzkopf@sensortherm.de> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* tslib: bump versionLuca Ceresoli2011-04-041-1/+1
| | | | | Signed-off-by: Luca Ceresoli <luca@lucaceresoli.net> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* docs: add favicon / robots.txtPeter Korsgaard2011-04-042-0/+2
| | | | | | | | | | | | In the past, these files of the buildroot website weren't under git version control, but rather were static files added to the git checkout used by the webserver. This is no longer the case, so add them to git - And at the same time use the Buildroot logo for the favicon, rather than reusing the busybox one. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* mtd: bump versionH Hartley Sweeten2011-04-041-1/+1
| | | | | | | | | | Bump mtd-utils version to 1.4.4 which contains the flash_eraseall -j bug-fix. http://lists.infradead.org/pipermail/linux-mtd/2011-March/034505.html Signed-off-by: H Hartley Sweeten <hsweeten@visionengravers.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* Makefile: remove extra quotes around host linker flags for cygwinPeter Korsgaard2011-04-042-1/+2
| | | | | | Closes #3541 Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* avahi: bump versionPeter Korsgaard2011-04-041-1/+1
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* CHANGES: update with recent changesPeter Korsgaard2011-04-031-6/+7
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* mpd: fix build with tremor supportPeter Korsgaard2011-04-032-0/+21
| | | | | | | Tremor needs the common ogg support (in _ogg_common.c) to get built, similar to how it is done when libvorbis is used. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* qt: speed up qmake buildThomas Petazzoni2011-04-031-1/+1
| | | | | | | | | | qmake is built during the execution of Qt ./configure script, so it is built just with a normal make, not taking advantage of parallel compilation. Passing MAKEFLAGS=-j$(BR2_JLEVEL) allows to speed up the qmake compilation process quite a bit. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* qt: fix plugin installation and change plugin pathThomas Petazzoni2011-04-032-9/+54
| | | | | | | | | | | | | | | | | | | | | Since the conversion of Qt to GENTARGETS in 421cda1fd078f5fa7902f05bd1d2021fd101d9ea, plugin installation could break in some situations, for example if SQL support was enabled, but without any SQL driver: the sql plugin directory doesn't exist, but our qt.mk wanted to copy it. This patches simplifies the plugin handling a bit, and basically copies all Qt plugins installed in the $(STAGING_DIR) to the $(TARGET_DIR), assuming Qt has only built and installed the needed plugins. Moreover, instead of installing plugins to usr/plugins, which is a odd location, we install them in usr/lib/qt/plugins. This requires a small patch to Qt ./configure script so that even when -hostprefix is used, the -plugindir option is taken into account. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* qemu_arm_versatile_defconfig: run getty on ttyAMA0Peter Korsgaard2011-04-031-0/+4
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* qemu_x86_defconfig: run getty on ttyS0Peter Korsgaard2011-04-031-0/+3
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* qemu/x86: linux: tweak configPeter Korsgaard2011-04-031-3/+7
| | | | | | | Enable correct driver for qemu's rtl8139 emulation (8139cp), enable CONFIG_PACKET so DHCP works and enable 8250 driver for serial console. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* readline: link directly against ncursesMike Frysinger2011-04-031-0/+16
| | | | | | | Fixes link issues on uClibc for applications using libreadline. Signed-off-by: Mike Frysinger <vapier@gentoo.org> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* Fix ccache handlingThomas Petazzoni2011-04-021-1/+1
| | | | | | | | | | | | | | | | | | When ccache support is enabled and 'make silentoldconfig' is being started from the following rule: $(BUILD_DIR)/buildroot-config/auto.conf: $(CONFIG_DIR)/.config $(MAKE) $(EXTRAMAKEARGS) HOSTCC="$(HOSTCC_NOCCACHE)" HOSTCXX="$(HOSTCXX_NOCCACHE)" silentoldconfig then, the Makefile in package/config inherits from HOSTCC/HOSTCXX values with the ccache prefix. However, if we start from a cleaned build (after make clean), ccache is not compiled yet, so things break. To solve this, we pass a noccache variant of HOSTCC/HOSTCXX down to the package/config Makefile. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* lighttpd: fix build without webdav supportPeter Korsgaard2011-04-021-1/+1
| | | | | | Fix a typo in the --without-webdav-* handling. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* lighttpd: cleanup sub optionsPeter Korsgaard2011-04-011-12/+5
| | | | | | Get rid of extra packages submenu and tweak the option descriptions. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* buildroot: Add webdav support to lighttpd.Marek Belisko2011-04-012-1/+16
| | | | | | [Peter: needs host-pkg-config] Signed-off-by: Marek Belisko <marek.belisko@open-nandra.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* copas: select lua shared library supportPeter Korsgaard2011-04-011-0/+1
| | | | | | Needed by luasocket. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* openssl: fix compilation for i386Gustavo Zacarias2011-04-012-3/+9
| | | | | | | | | | | | Closes #3445. OpenSSL emits bswap instructions when building for i386 targets which unfortunately is only available on 486+ class processors. Since the normal workaround is detected at build time and we are cross compiling we need to specify this. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* quagga: security bump to version 0.99.18Gustavo Zacarias2011-04-014-3/+221
| | | | | | | | | Fixes for vulnerabilities CVE-2010-1674 and CVE-2010-1675. Additional patches for build-time breakage of the new version. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* mpd: bump to version 0.16.2 and bugfixGustavo Zacarias2011-04-012-3/+3
| | | | | | | | | Bump mpd server to version 0.6.12 Also make ffmpeg support conditional on IPv6 since the new ffmpeg version requires it. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* linux: Add support to specify special Kernel Image make targetMartin Hicks2011-04-012-0/+22
| | | | | | | | | | | This is useful for ARCHes like PowerPC that have a whole lot of special targets for each different board. The kernel image target tells make which OpenFirmware machine description file is combined into the kernel binary. [Peter: fix long lines] Signed-Off-By: Martin Hicks <mort@bork.org> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* rsync: bump versionPeter Korsgaard2011-03-311-9/+1
| | | | | | | | | | Fixes CVE-2011-1097 and various other issues, see NEWS for details: http://rsync.samba.org/ftp/rsync/src/rsync-3.0.8-NEWS At the same time get rid of unneeded install / install-strip handling. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* webkit: bump to version 1.2.7Gustavo Zacarias2011-03-311-1/+1
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* midori: bump to version 0.3.2Gustavo Zacarias2011-03-311-2/+2
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* package/config; br2_symbol_printer(): fix off-by-1 in string handlingPeter Korsgaard2011-03-302-6/+6
| | | | | | Based on patch by bbj17@gmx.de. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* kernel-headers: bump 2.6.37.x / 2.6.38.x stable versionsPeter Korsgaard2011-03-291-2/+2
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>