summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* x11r7: tweak kconfigPeter Korsgaard2009-10-081-3/+6
| | | | | | | | | Show comment about what to enable in toolchain to make modular X.org visible, and move comment about x11r7 toolchain dependency to end, as otherwise kconfig gets confused and doesn't put X options under the x11r7 menuconfig. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* busybox: bump 1.15.x stable versionPeter Korsgaard2009-10-0810-822/+1
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* rsync: bump versionBernhard Reutner-Fischer2009-10-072-5/+4
| | | | | | | | | | Bump version to 3.0.6. autoreconf is off per default, so no need to specify it. Use config.cache (fix the incorrect package instead). Pass ENABLE_DEBUG setting to configure. Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* enable config.cache per defaultBernhard Reutner-Fischer2009-10-071-0/+1
| | | | | | | | | | | | It speeds up configuration considerably. If a package breaks due to wrong cache-entries, then the broken other package has to be fixed, not the innocent bystander! Put short: There is absolutely _no_ need to ever turn the cache off unless you hack on autotools itself and goof. Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* honour DISABLE_IPV6Bernhard Reutner-Fischer2009-10-071-0/+1
| | | | | | | pass --disable-ipv6 to autoconfig packages if IPv6 support is turned off Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* remove BR2_FPU_SUFFIXBernhard Reutner-Fischer2009-10-072-15/+2
| | | | | | | | hard/softfloat is just one of the many config options, and it only clutters the filenames. Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* allow menuconfig without a LINUX26_KCONFIG fileBernhard Reutner-Fischer2009-10-071-1/+5
| | | | | Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* CHANGES: add e2fsprogsPeter Korsgaard2009-10-071-1/+1
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* e2fsprogs: add a patch to link against SEM_INIT libsDaniel Mack2009-10-071-0/+11
| | | | | | | | | | This patch is needed to make e2fsprogs being linked against SEM_INIT libraries. In this particular case, it causes the Makefiles to add -lpthread. Without that, all binaries crash at startup, at least on x86. Signed-off-by: Daniel Mack <daniel@caiaq.de> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* e2fsprogs: bump version number to 1.41.9Daniel Mack2009-10-071-1/+1
| | | | | Signed-off-by: Daniel Mack <daniel@caiaq.de> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* CHANGES: add gstreamer packagesPeter Korsgaard2009-10-071-1/+2
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* gst-plugins-bad: update to upstream release 0.10.14Sven Neumann2009-10-071-1/+1
| | | | | Signed-off-by: Sven Neumann <s.neumann@raumfeld.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* gst-plugins-good: update to upstream release 0.10.16Sven Neumann2009-10-071-1/+1
| | | | | Signed-off-by: Sven Neumann <s.neumann@raumfeld.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* gst-plugins-base: update to new upstream release 0.10.25Sven Neumann2009-10-072-1/+12
| | | | | | | | | Update gst-plugins-base to version 0.10.25. Also add new config option to enable/disable the Pango font renderer plug-in. Signed-off-by: Sven Neumann <s.neumann@raumfeld.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* gstreamer: update to new upstream release 0.10.25Sven Neumann2009-10-071-1/+1
| | | | | Signed-off-by: Sven Neumann <s.neumann@raumfeld.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* ntfs-3g: get rid of special target install handlingPeter Korsgaard2009-10-072-23/+1
| | | | | | The Makefile.autotools.in defaults are sufficient. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* mirrors: don't put atmel mirrors in seperate menuPeter Korsgaard2009-10-062-4/+1
| | | | | | | | | | Show Atmel mirrors together with the other mirrors, instead of hiding them in yet another sub-menu. At the same time, add an empty line before the Atmel include as noticed by Hartley Sweeten. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* default to EABI on armBernhard Reutner-Fischer2009-10-061-3/+6
| | | | | | | Use of OABI is strongly discouraged since years now. Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* atmel mirrors are only needed for atmel targetsBernhard Reutner-Fischer2009-10-061-2/+2
| | | | | Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* target/generic: /etc/{hostname,issue}: work around quotes in kconfigPeter Korsgaard2009-10-061-2/+4
| | | | | | Otherwise the targets will always run. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* x11r7: fix kconfig dependenciesPeter Korsgaard2009-10-051-2/+5
| | | | | | | | Most of X.org (E.G. libX11) needs WCHAR support, so ensure that the toplevel BR2_PACKAGE_XORG7 cannot get enabled unless we have WCHAR support in the toolchain. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* kernel-headers: bump 2.6.27/30/31 stable versionsPeter Korsgaard2009-10-052-3/+3
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* util-linux: needs RPC support in toolchainPeter Korsgaard2009-10-052-1/+5
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* Prevent libtool patching before autoreconf when autoreconf is requiredLionel Landwerlin2009-10-051-1/+2
| | | | | | Signed-off-by: Lionel Landwerlin <lionel.landwerlin@openwide.fr> Tested-By: Sven Neumann <s.neumann@raumfeld.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* do not append localversion automaticallyBernhard Reutner-Fischer2009-10-051-1/+1
| | | | | | | prevents build failures if modules are enabled and localversion is "" Signed-off-by: aldot <rep.dot.nop@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* wpa_supplicant: adjust make environment for pkg-config callSven Neumann2009-10-051-1/+4
| | | | | | | | | | In case that wpa_supplicant is configured with DBus interface, it calls pkg-config to find the dbus headers and libraries. Adjust the make environment so that it will use the right pkg-config search paths. Signed-off-by: Sven Neumann <s.neumann@raumfeld.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* tremor: build specific svn revisionPeter Korsgaard2009-10-041-10/+4
| | | | | | | | Select a specific svn revision (current trunk: r16259) instead of the latest from the trunk. Simplifies support, mirroring and makes the system reproducible. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* buildroot; move defconfigs to configs/ and print in helpPeter Korsgaard2009-10-0429-19/+15
| | | | | | | | | | As discussed earlier on the mailing list. It simplifies code, gives more sensible error message on typos and makes the defconfigs easier to find for users. Furthermore, update documentation to match. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* Makefile: add rand/allyes/allno package config targetsPeter Korsgaard2009-10-041-2/+32
| | | | | | | | Similar to the normal targets, but only affects the BR2_PACKAGE_* options. E.G. handy for keeping your current toolchain config while testing (random) packages. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* Makefile: update help textPeter Korsgaard2009-10-041-6/+7
| | | | | | | | | get rid of the removed saveconfig/getconfig targets, and instead document randconfig/defconfig/allyesconfig/allnoconfig. Furthermore, get rid of the unused tags target. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* libupnp: needs largefile support in toolchainPeter Korsgaard2009-10-042-1/+5
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* zlib: fix typoPeter Korsgaard2009-10-041-1/+1
| | | | | | | Fix typo introduced by 1e32e0700a (remove dedicated target-headers option). Noticed by Alexander Clouter <alex@digriz.org.uk>. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* CHANGES: add recently fixed packagesPeter Korsgaard2009-10-031-4/+5
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* zlib: remove dedicated target-headers optionPeter Korsgaard2009-10-032-12/+1
| | | | | | | Instead, simply only copy headers/static lib if BR2_HAVE_DEVFILES is enabled. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* wpa-supplicant: create target-install-hook stamp filePeter Korsgaard2009-10-031-0/+1
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* vsftpd: create .configured stamp filePeter Korsgaard2009-10-031-0/+2
| | | | | | Ensures that the configure+make steps are not run every time. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* shared-mime-info: create post-install-hook stamp filePeter Korsgaard2009-10-031-1/+2
| | | | | | | | Ensures that the hook isn't run every time. Also use the real stamp file from the host build instead of host-share-mime-info as dependency, as otherwise the target is always considered out-of-date. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* ncurses: remove dedicated target-headers optionPeter Korsgaard2009-10-032-12/+2
| | | | | | | Instead, simply only copy headers/static lib if BR2_HAVE_DEVFILES is enabled. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* lua: only install headers if BR2_HAVE_DEVFILES is enabledPeter Korsgaard2009-10-031-1/+1
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* libmad: remove dedicated target-headers optionPeter Korsgaard2009-10-033-16/+5
| | | | | | | Instead, simply only copy headers/static lib if BR2_HAVE_DEVFILES is enabled. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* wipe: fix build without largefile supportPeter Korsgaard2009-10-032-2/+2
| | | | | | And pass proper cflags. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* valgrind: fix build without largefile supportPeter Korsgaard2009-10-032-1/+29
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* CHANGES: add ncftp + quaggaPeter Korsgaard2009-10-031-2/+2
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* ncftp: needs largefile support in toolchainPeter Korsgaard2009-10-031-0/+4
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* quagga: snmp support needs netsnmpPeter Korsgaard2009-10-032-1/+5
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* quagga: ripngd support needs ipv6 support in toolchainPeter Korsgaard2009-10-031-0/+1
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* quagga: cleanup kconfigPeter Korsgaard2009-10-032-60/+26
| | | | | | Structure it like other packages with sub-options. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* kernel-headers: add unifdef getline fix for old kernelPeter Korsgaard2009-10-032-0/+112
| | | | | | | Fix is in mainline since 2.6.29, and was backported in the 2.6.27.x stable versions. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* CHANGES: add recently fixed packagesPeter Korsgaard2009-10-031-3/+4
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* mdadm: fix build without largefile supportPeter Korsgaard2009-10-031-0/+27
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>