Bernhard Reutner-Fischer | 59e19c5890d | - use correct path to libstdc++ | | |
Ulf Samuelsson | 4bb783dbe46 | Avoid stripping scripts | | |
Bernhard Reutner-Fischer | 1904280ac92 | - using $(STAGING_DIR)/include is inherently wrong. $(STAGING_DIR)/usr/include
is the proper path for includes (che... | | |
Bernhard Reutner-Fischer | 98ed96b60ea | - pull in missing hunks from the arm-mmap fix. | | |
Bernhard Reutner-Fischer | 2e69d5d1620 | - bump version | | |
Bernhard Reutner-Fischer | 595883a832b | - account for setups without wchar support. | | |
Bernhard Reutner-Fischer | 911a8934de1 | - improve help text | | |
Ulf Samuelsson | e3695fd1af1 | Avoid stripping a script file | | |
Ulf Samuelsson | 4df454e9744 | Remove some unwanted white space in Makefile | | |
"Steven J. Hill" | 87f5a311d72 | Get rid of leading whitespace to silence warnings from config system. | | |
"Steven J. Hill" | 9a0f303cce2 | Bump versions. | | |
"Steven J. Hill" | 6f59d3ce324 | Remove more stuff during 'make distclean'. | | |
"Steven J. Hill" | 9a4ca08e5ff | Remove usage of TARGET_LDFLAGS all together. Both TARGET_CFLAGS and TARGET_LDFLAGS are passed with the compilers and ... | | |
"Steven J. Hill" | 9fba5474000 | Fix patch filtering and add new patch to disable tests for IPv6 when not selected. | | |
"Steven J. Hill" | e8b93caa826 | Bump version of tar and add disabling of IPv6 for psmisc if it is not selected. Submitted by <buraphalinuxserver@gmai... | | |
"Steven J. Hill" | c488d2c6816 | Add building of m4 for host and fix autoconf dependency. Submitted by Julien Letessier <julien.letessier@technosens.fr>. | | |
"Steven J. Hill" | 5e1e636abf6 | Update version of ed and remove obsoleted patch. Submitted by <buraphalinuxserver@gmail.com>. | | |
Peter Korsgaard | 6adb2055223 | Remove configure cruft | | |
"Steven J. Hill" | 3b2d6713358 | This was for when I was building a toolchain without BR2_TOOLCHAIN_SYSROOT set. Maybe when it is set the C++ librarie... | | |
"Steven J. Hill" | ac211bea29c | Enable the option. | | |
"Steven J. Hill" | cb3903168b1 | Do not override CFLAGS in uClibc. Instead concatenate with the ARCH_CFLAGS. Also, pass only the TARGET_CONFIGURE opti... | | |
Bernhard Reutner-Fischer | 42176511817 | - forgot a line | | |
Bernhard Reutner-Fischer | ed438a4f58a | - forgot to write out the .config.cmd | | |
Bernhard Reutner-Fischer | 1ca33cb117f | - bump version | | |
Bernhard Reutner-Fischer | e4e8dc7f731 | - udhcp was merged into busybox some years ago; use a recent busybox instead! | | |
Bernhard Reutner-Fischer | 2dd6b35498c | - change download site to sourceforge | | |
Bernhard Reutner-Fischer | 2d8b8c15fee | - fix make defconfig (Rick Foos) | | |
Bernhard Reutner-Fischer | 1548b21ce2f | - add quagga suite | | |
Bernhard Reutner-Fischer | 79e2d802ae7 | - fix a few -clean targets.
- bash build is not parallel-safe | | |
Bernhard Reutner-Fischer | 0629a673ae2 | - work around bug in gcc (or rather libiberty) for parallel install | | |
Bernhard Reutner-Fischer | f31f1e4db4b | - fix building the utilities that are ment to be run on the _HOST_ (Julien Letessier) | | |
Bernhard Reutner-Fischer | 649e4fd8083 | - provide autotools for the host (Julien Letessier) | | |
Bernhard Reutner-Fischer | efd4bd9a6e7 | - rm some old files | | |
Bernhard Reutner-Fischer | 371d0121432 | - pull arm mmap fix from trunk | | |
Bernhard Reutner-Fischer | 7dde1b9e71e | - respin whole patch for the sake of simplicity | | |
Bernhard Reutner-Fischer | 543a89568ea | - make it compile with a C89 compiler | | |
Bernhard Reutner-Fischer | afc61c6e8e3 | - adjust infrastructure for new kconfig | | |
Bernhard Reutner-Fischer | a665ed34960 | - pull kconfig from linux-2.6.21.5 | | |
Bernhard Reutner-Fischer | e89cffadeed | - use BR2_INET_IPV6 | | |
Bernhard Reutner-Fischer | bc8d90683e4 | - stub for grub2. Needs to be fixed upstream first. | | |
Bernhard Reutner-Fischer | 74d518dc2a1 | - add endian handling, mmap, memcmp checks to TARGET_CONFIGURE_ARGS
- use TARGET_CONFIGURE_ARGS where appropriate. | | |
Bernhard Reutner-Fischer | de18b661cf7 | - introduce TARGET_CONFIGURE_ARGS to hold presets for configure for target packages | | |
Bernhard Reutner-Fischer | 732beaf4d94 | - use correct installation path | | |
Bernhard Reutner-Fischer | 272443c1c2c | - the actual current version of NTP is 4.2p2 (Julien Letessier)
- fixed the configure flag (Julien Letessier) | | |
Bernhard Reutner-Fischer | f203aaf7c03 | - use BR2_INET_IPV6 | | |
Bernhard Reutner-Fischer | 4ec94aed2e2 | - fix typo in sed expr | | |
Bernhard Reutner-Fischer | e252fa9385f | - filter out eventual -fPIC -fpic -DPIC flags from the target cflags
Honor the .config setting for KCONFIG and FORM... | | |
Bernhard Reutner-Fischer | 5dd91e234e3 | - apply the patches | | |
Bernhard Reutner-Fischer | a48d8f5414d | - add BR2_INET_IPV6 and BR2_INET_RPC
TODO: use $(DISABLE_IPV6) in packages instead of a gazillion different hackish... | | |
Bernhard Reutner-Fischer | 23f59c69c52 | - bump version | | |
Bernhard Reutner-Fischer | 806cc3b5d3a | - bump version, make it compile. tickadjust has to be disabled. Closes #1029
Provide means for installing sntp | | |
Bernhard Reutner-Fischer | 7bc14306692 | - don't bail out on cc warnings | | |
Bernhard Reutner-Fischer | c77052465aa | - pass -msoft-float if BR2_SOFT_FLOAT is set. Closes bug #1069 | | |
Bernhard Reutner-Fischer | 0abc368c5ce | - check for clean environment variables ARCH, CROSS_COMPILE, GREP_OPTIONS | | |
Bernhard Reutner-Fischer | b127e7696b8 | - force DirectFB to detect PAGE_SIZE via sysconf (Ivan Kuten) | | |
Bernhard Reutner-Fischer | 5a69bcda3dd | - Add a system-V init script to ntpd. Closes #518 | | |
Bernhard Reutner-Fischer | faf363f197c | - account for now optional archive | | |
Bernhard Reutner-Fischer | 12435dfe472 | - fix typo in previous commit | | |
Bernhard Reutner-Fischer | ab57732b252 | - correct installation path | | |
Bernhard Reutner-Fischer | 187d5531b3b | - correct installation path | | |
Bernhard Reutner-Fischer | 27f55ff4701 | - bump version and correct installation path | | |
Bernhard Reutner-Fischer | e1d4dc1d8ee | - forgot to adjust the pathes.. | | |
Bernhard Reutner-Fischer | 7e81360323d | - pull some additional fixes from upstream | | |
Bernhard Reutner-Fischer | f7ce4eb03c9 | - use sysconf to obtain the pagesize (Ivan Kuten) | | |
Bernhard Reutner-Fischer | 489a777527c | - add post 1.6.0 fix | | |
Bernhard Reutner-Fischer | ba2e7e02d16 | - Search for defconfigs in target, not entire tree
This patch changes the way the top level Makefile searches for a... | | |
Bernhard Reutner-Fischer | 56652fea494 | - remove erroneously copied patch | | |
Bernhard Reutner-Fischer | 4d49614d3fc | - preserve quotes | | |
Bernhard Reutner-Fischer | d5ea4caa145 | - preserve quotes | | |
Bernhard Reutner-Fischer | 1b36731fe38 | - for -Os, turn switch statements into if-else chains | | |
Bernhard Reutner-Fischer | 4d46a284422 | - add 2.17.50.0.17 | | |
Bernhard Reutner-Fischer | 0982183a8d7 | - bump version
- add SUSV legacy fixups | | |
Bernhard Reutner-Fischer | 933d5c60efa | - improve the zlib-clean target | | |
Bernhard Reutner-Fischer | 2f92075db28 | - make sure that TARGET_DIR/usr/lib exists | | |
Bernhard Reutner-Fischer | b63654f3520 | - Install the library under $(STAGING_DIR)/usr/lib (Julien Letessier) | | |
Bernhard Reutner-Fischer | a56ecc4aeef | - bump version and correct install dirs (Julien Letessier) | | |
Bernhard Reutner-Fischer | 3796424648f | - add patch for the 0.9.29 release that fixes the visibility of internal_function | | |
Bernhard Reutner-Fischer | fd886295345 | - adjust patches of the gcc-clean target | | |
Bernhard Reutner-Fischer | b3dde84b82a | - yet another hunk that should have been part of r18904 | | |
Bernhard Reutner-Fischer | 7e0c890c720 | - forgot to apply this hunk that should have belonged to r18904 | | |
Bernhard Reutner-Fischer | a6dbba6c24b | - disable sysroot support for anything but the current, stable release series | | |
Bernhard Reutner-Fischer | 17bc94ad53b | - bump version | | |
Bernhard Reutner-Fischer | 3c0e52dcc8a | - "Keep the actual toolchain binaries in a directory at the same level". | | |
Bernhard Reutner-Fischer | 58b07230ffe | - fix typo in version | | |
Bernhard Reutner-Fischer | 43201cc2588 | - Fixed a type in the binary target and also install to staging_dir (Julien Letessier)
- make sure that -clean also w... | | |
Bernhard Reutner-Fischer | aec891b737e | - fixup ccache to know about usr/bin | | |
Bernhard Reutner-Fischer | 7f9060242f0 | - LINUX26_BINLOC is always defined in target/device/mips/Makefile.in, even for non-mips
Thanks to Julien Letessier ... | | |
Bernhard Reutner-Fischer | 1728f54e779 | - gdb resides in usr/ | | |
Bernhard Reutner-Fischer | 4a175d23197 | - add a sample (pseudo-)board for a mips malta box | | |
Bernhard Reutner-Fischer | 0848d01d385 | - need to rename these hunks to come after the base patches | | |
Bernhard Reutner-Fischer | 395d400aac3 | - bump version to 2.6.21.5 | | |
Bernhard Reutner-Fischer | 96a63a34fa9 | - version bump (not yet tested..) | | |
Bernhard Reutner-Fischer | 040f92bfc0a | - use correct path for lzo libs and headers et al | | |
Bernhard Reutner-Fischer | 5dbb973e0e3 | - use correct path for lzo libs and headers | | |
Bernhard Reutner-Fischer | 5a6e9779945 | - use the correct path to the pkgconfig .pc | | |
Bernhard Reutner-Fischer | 92bfa8fda9a | - update docs to mention the new sysroot support. | | |
Bernhard Reutner-Fischer | 701d2aea933 | - escape wildcards in kernel-patch patterns | | |
Bernhard Reutner-Fischer | 96b998842d7 | - use $@ | | |
Bernhard Reutner-Fischer | f2433fa3fa6 | - you have to escape the asterisk | | |
Bernhard Reutner-Fischer | 057f971934d | - bump version | | |
Bernhard Reutner-Fischer | c81807a9d71 | - add OPENMP configure handling (needed for e.g. gettext). | | |
Bernhard Reutner-Fischer | 8027784c358 | - add full sysroot support for non-ancient toolchains.
- start to separate usr/lib and lib to match normal system-layout | | |
Peter Korsgaard | 2c649045197 | Hide troublesome environment variables from sub processes
(E.G. screws up gdb, busybox, ..) | | |
"Steven J. Hill" | a7dae1919cf | If external toolchain support NPTL, then we should build Open POSIX Testsuite if the user selects us. | | |
"Steven J. Hill" | 07feaa5736d | Get rid of extra directory entry in JFFS2 and add wildcarding for usbmount patches. | | |
"Steven J. Hill" | d04f3b5aaf0 | Get rid of extra directory entries. | | |
"Steven J. Hill" | e894d1ac6c7 | Please make sure to update this file as well for new versions of GDB. | | |
"Steven J. Hill" | 8f8e19df58f | Fix install of scripts. | | |
Peter Korsgaard | 12958f2d6f1 | busybox 1.6.0 patches | | |
Bernhard Reutner-Fischer | 3491c3e2d0c | - allow for patching snapshots. Files are named uClibc.*.patch which is unambiguous wrt release patches.
sjhill, th... | | |
Peter Korsgaard | 1c0ead4129a | aumix package | | |
Peter Korsgaard | 45ac6df37c7 | Use BR2_ENDIAN for big/little endianness detection | | |
Peter Korsgaard | 6755d78ea6f | Bumped version | | |
Bernhard Reutner-Fischer | 5b98b48d850 | - bump version | | |
Bernhard Reutner-Fischer | 608d581764a | - forgot to supply a default for UCLIBC_EXTRA_CFLAGS | | |
Bernhard Reutner-Fischer | 825ff341daf | - provide a "source-check" target that tries to download all packages with
wget's spider-mode (i.e. just see if the... | | |
Bernhard Reutner-Fischer | c3b0598d61a | - update defconfig | | |
Bernhard Reutner-Fischer | 9da0c33f75b | - adjust sample config | | |
Bernhard Reutner-Fischer | 0eca4b95edc | - hide atmel target if arch is not arm nor avr32 | | |
Bernhard Reutner-Fischer | 89c4864b06f | - the at91 mirrors depend on BR2_TARGET_ATMEL which may add at91 support later on which itself will select BR2_TARGET... | | |
Bernhard Reutner-Fischer | 885da5d67a0 | - fix typo | | |
Bernhard Reutner-Fischer | fec743a3053 | - fix typo which led to a superfluous cp invocation | | |
Bernhard Reutner-Fischer | 1a5c3241678 | - better also copy the link targets.. | | |
Bernhard Reutner-Fischer | cca0bfe4e31 | - prefer shared libs on the host | | |
Bernhard Reutner-Fischer | c6eb2ed657f | - adjust to use the gcc-4.2.0 release
- adjust default gdb version to 6.6
- fix stripping gmp/mpfr due to recent LIBT... | | |
Bernhard Reutner-Fischer | 3342c8c547f | - make sure to have the target-dir where we want to unpack ltp to | | |
Bernhard Reutner-Fischer | 6570eabd94b | - bump version | | |
Bernhard Reutner-Fischer | eb84b6dba32 | - fix typo in version check | | |
Bernhard Reutner-Fischer | 915d1d2bd19 | - update config | | |
Bernhard Reutner-Fischer | ece6fe05957 | - improve wording of BR2_PREFER_STATIC_LIB | | |
Bernhard Reutner-Fischer | ca50d0da5ce | - bump version | | |
Bernhard Reutner-Fischer | c6e43c9da3b | - fixup the extension for the host and start to honor BR2_PREFER_STATIC_LIB | | |
Bernhard Reutner-Fischer | 7dcbbfbbd8d | - move setting up the extensions to correct place (like i said but tom didn't do..) | | |
Bernhard Reutner-Fischer | fc9566ef234 | - correct extensions for apple (thanks Heikki Lindholm for pointing this out) | | |
Bernhard Reutner-Fischer | 3096f34d27f | - add BR2_PREFER_STATIC_LIB config option to be able to select if we prefer to build static or dynamic libs/bins.
- d... | | |
Peter Korsgaard | 961229caf56 | Cleanup, get rid of MPG123_WORKDIR, use $@, libmad not needed | | |
Peter Korsgaard | 9f474800194 | Cleanup, get rid of ETHTOOL_WORKDIR, use $@ | | |
Peter Korsgaard | 958dd529d49 | Cleanup, get rid of HASERL_WORKDIR, use $@ | | |
Peter Korsgaard | 2f1893a8e5b | libid3tag requires zlib. Noticed by Stuart Wood | | |
Peter Korsgaard | 002ad94857e | Fixed silly typo. Thanks to Petur Thors for reporting | | |
Peter Korsgaard | ca837b638ee | fontconfig requires expat | | |
Peter Korsgaard | ab06ab7654d | Strip binaries at install. Closes #1365 | | |
Peter Korsgaard | a3bf044725e | ncftp package. Patch from #1355 | | |
Peter Korsgaard | 293c026854f | Fixup joystick.h include with modern kernel headers. Patch from #1217. | | |
Peter Korsgaard | a489dda13f5 | Use freetype-host for host tools. Fixes #1328 | | |
Peter Korsgaard | 660b19062dc | Use select instead of depends for dependencies | | |
Peter Korsgaard | ef53dd3b8e9 | Use select instead of depends for dependencies | | |
Bernhard Reutner-Fischer | 33553eb655b | - fix path to staging binary. Closes #1353 | | |
Bernhard Reutner-Fischer | 804c6d57bbf | - bump patch version | | |
Peter Korsgaard | 77c982494d7 | Strip libraries | | |
Bernhard Reutner-Fischer | b7d87dd962d | - repvik writes: e2fsprogs install several duplicate binaries that act slightly differently depending on what name th... | | |
Bernhard Reutner-Fischer | f69be807b5c | - bump patch version | | |
Bernhard Reutner-Fischer | 4f5ac8baa69 | - add gdb-6.6 | | |
Bernhard Reutner-Fischer | aaf013cc16f | - add 2.17.50.0.16 | | |
Bernhard Reutner-Fischer | 30d713a81b6 | - bump version | | |
Bernhard Reutner-Fischer | 014ad48f5f0 | - bump version | | |
Bernhard Reutner-Fischer | c1efa9b291f | - bump version | | |
Peter Korsgaard | 01d97bb0c99 | Don't use libssp as it doesn't get installed | | |
Bernhard Reutner-Fischer | 5706a8f36e2 | - fixed upstream in r18618 | | |
Bernhard Reutner-Fischer | 1f020bb491a | - store uClibc's configfile as BR2_UCLIBC_CONFIG in menuconfig | | |
Bernhard Reutner-Fischer | beca59b0903 | - ignore eventual errors from which(1) | | |
Peter Korsgaard | bf898045a1d | madplay package | | |
Peter Korsgaard | 8298b7d0e1c | libid3tag package. Needed by madplay | | |
Peter Korsgaard | 8f30191dc8f | Cleanup. Moved header file install to LIBMAD_PACKAGE_HEADERS target like zlib | | |
"Steven J. Hill" | 049c3f67f5b | If we are using snapshot, don't even attempt to try and patch anything. | | |
"Steven J. Hill" | 71b952f3740 | Re-create patches for released 0.9.29 version. | | |
"Steven J. Hill" | 6b2416e57c8 | Update version of LTP. | | |
"Steven J. Hill" | 6b00c90d709 | Rename all INIT scripts to have the numerical prefixes to easily see the start-up order. | | |
Peter Korsgaard | 448153a06a4 | init scripts should be executable | | |
Peter Korsgaard | 24cb67ca98a | avahi-daemon support | | |
Peter Korsgaard | 39b88e36910 | Strip lib even if soname changes | | |
Peter Korsgaard | b2fb697def7 | Bumped version | | |
Bernhard Reutner-Fischer | 29b97bb5a22 | - bump version. Closes #1340 | | |
Bernhard Reutner-Fischer | 647dbeeeeff | - bump version. Closes #1339 | | |
"Steven J. Hill" | a70e39cd5e7 | This patch increases the maximum host name length for 'dnsd' to 40 characters in length and fixes a resolving bug. Fo... | | |
"Steven J. Hill" | 58ef6b3ca7e | If any of the netkit packages were selected, we disable their counterparts in Busybox and warn the user. | | |
"Steven J. Hill" | dbf0e5eef61 | Modify the main script to use the lockfile program utilities. Mounting and un-mounting do not work reliably without t... | | |
"Steven J. Hill" | 458aa926964 | Add ability to build 'scsi_id' utility for udev. | | |
"Steven J. Hill" | 69564bb566c | Install the default script only if one was not found from the platform. | | |
"Steven J. Hill" | 116acadec91 | Add another include path to the CFLAGS. | | |
"Steven J. Hill" | 9e9d2b282b3 | Install the default configuration file if the platform did not already define one. | | |
"Steven J. Hill" | 771a17e52dd | Major clean-up. | | |
"Steven J. Hill" | c4cc6e46b0e | Target binary was incorrect and do a better job of cleaning up. | | |
"Steven J. Hill" | b5d1d2b05b7 | Fix script so that 'restart' actually works. | | |
"Steven J. Hill" | 1f92831170d | Add new packages. | | |
"Steven J. Hill" | 0a41ba39e26 | Add older version of binutils. | | |
"Steven J. Hill" | 9c865d752e4 | Create 'bin' directory in staging area. | | |
Peter Korsgaard | 3578ecfc96f | version bump | | |
Next → |