Commit Graph

  • 63661115b1 import 4.0.1 based on 4.0.0 Mike Frysinger 2005-07-10 01:46:11 +00:00
  • 8a3d415a8e Fix buildroot not to modify Rules.mak. Patch From vapier. Joakim Tjernlund 2005-06-30 00:36:16 +00:00
  • d1002763cf Update default config a little. Joakim Tjernlund 2005-06-30 00:26:20 +00:00
  • 8cec884c8c make 2.16.1 the default binutils Mike Frysinger 2005-06-27 22:50:33 +00:00
  • 9d8efeafaa import binutils 2.16.91.0.1 Mike Frysinger 2005-06-27 22:49:57 +00:00
  • ae2f2bd7bd add #ifndef inhibit_libc in rs6000/linux-unwind.h to make powerpc gcc compile. This may be the wrong thing to do but atleast gcc compiles now. Joakim Tjernlund 2005-06-25 21:41:52 +00:00
  • 3639edcabf i kan spel, can u? "Steven J. Hill" 2005-06-25 19:01:23 +00:00
  • 088b0532ec silly typo Eric Andersen 2005-06-25 08:02:44 +00:00
  • 050e27b985 don't use the older 2.0 squashfs format Eric Andersen 2005-06-24 14:29:10 +00:00
  • a8572703c5 Upgrade to latest, handle endianness automagically Eric Andersen 2005-06-24 10:30:09 +00:00
  • 7c5dbf816a prevent whining about conflicting targets Eric Andersen 2005-06-24 09:39:45 +00:00
  • 79e3250337 minor cleanups Eric Andersen 2005-06-24 09:10:06 +00:00
  • 93e6e0735a The '-r' option has gone away Eric Andersen 2005-06-24 08:48:06 +00:00
  • 369864cf10 be a bit more consistant with naming, always escape wildcards Eric Andersen 2005-06-24 08:36:13 +00:00
  • 9540549182 Finish implementing fakeroot handling so when we tar up the rootfs, the tarball properly inherits device table settings and device nodes. Eric Andersen 2005-06-24 07:31:17 +00:00
  • eb0ee4509d Finish implementing fakeroot handling so mksquashfs properly inherits device table settings and device nodes, exactly as per mkfs* applications that support device tables natively. Eric Andersen 2005-06-24 07:26:33 +00:00
  • afcdf8a01a Use fakeroot and makedevs to fake mksquashfs into building properly setup file permissions and device nodes into the target rootfs without needing to be root. Eric Andersen 2005-06-24 05:02:00 +00:00
  • e83529ad36 mksquashfs is always rebuilt before generating rootfs image. The attached patch avoids this issue, by creating a .unpacked file in the squashfs directory after the source tarball is unpacked, and making the mksquashfs target depend on the .unpacked file. Eric Andersen 2005-06-24 03:14:20 +00:00
  • a8a6587d1b This patch adds package configuration files for the LVM2 tools and its dependency, device-mapper. This will provide the basic tools needed to work with LVM2 volumes on the target system. Eric Andersen 2005-06-24 02:46:31 +00:00
  • 491b44e86a If you update the kernel headers tarball and run make against an already built buildroot, the header files will be re-extracted, but they will not be put in exactly the right place if the name of the extracted directory includes the kernel version numbers. Eric Andersen 2005-06-23 23:25:25 +00:00
  • ea804ca007 Setup libpng to be fetched from the sourceforge mirror of choice Eric Andersen 2005-06-23 22:58:51 +00:00
  • 68886b0aac These patches fix some minor problems with GNU Readline package. Eric Andersen 2005-06-23 22:49:33 +00:00
  • 2605b7410f Update ccache to the latest version, which adds features. http://bugs.busybox.net/view.php?id=297 Eric Andersen 2005-06-23 22:09:12 +00:00
  • 6f3293774c Update to the debian sarge release version of fakeroot Eric Andersen 2005-06-23 21:43:23 +00:00
  • 819e51b309 New target/device: Via epia-mii: Eric Andersen 2005-06-23 21:34:25 +00:00
  • d7d57699ef Add support for building a few commonly used bootloaders Eric Andersen 2005-06-23 05:09:05 +00:00
  • f5723cdb9b Add support for acpid Eric Andersen 2005-06-23 04:48:02 +00:00
  • 9f6ebf17a8 The configure script for this package is a hack at best. This patch fixes an issues with the Linux header file 'include/linux/cyclades.h' that gets tested to determine whether or not the 'tqueue' data structure is needed or not. The newer version of it added new types that require 'include/linux/compiler.h' to be included in order for the test to succeed/fail properly. Please, someone shoot me. "Steven J. Hill" 2005-06-19 03:39:31 +00:00
  • 297725b5fd Fix build problem with header file needing to be generated before a file could be built. Also cleaned up some header files. "Steven J. Hill" 2005-06-19 03:35:56 +00:00
  • 4a53172b1c Delete gzip compressed patch and add the uncompressed one. Originally, e2fsprogs was the only package that had a compressed patch. "Steven J. Hill" 2005-06-19 03:33:03 +00:00
  • 42ca8b26e4 Add support for binutils 2.16.1. Patches are identical to those for 2.16. Manuel Novoa III 2005-06-18 23:22:01 +00:00
  • d6d4c31b73 Updated patch to add '#define EXT2_FLAT_INCLUDES' in the file 'lib/ext2fs/ext2fs.h' to fix build error. "Steven J. Hill" 2005-06-12 02:33:09 +00:00
  • 7011c7fe12 http://bugs.uclibc.org/view.php?id=289 Debian have removed version 5.1.2 patchlevel 6 from their FTP servers, replacing it with 5.1.2 patchlevel 6.1. The resulting patch applies cleanly, but one of the buildroot patches does not apply cleanly unless modified. Patch is included to fix this. Eric Andersen 2005-06-09 12:33:27 +00:00
  • 670330f2cd http://bugs.uclibc.org/view.php?id=284 Nano depends on ncurses. The attached patch (against svn) fixes the package make file. Eric Andersen 2005-06-09 12:30:05 +00:00
  • d76bf2a472 http://bugs.uclibc.org/view.php?id=285 The ncurses package make file does not install the terminfo files into the correct directory. The attached patch (against svn) corrects this problem. Eric Andersen 2005-06-09 12:26:20 +00:00
  • 178a317d26 http://bugs.uclibc.org/view.php?id=286 Can't build "bridge" package in buildroot (patch enclosed) Eric Andersen 2005-06-09 12:23:36 +00:00
  • 1d63e8a8d9 Make the sourceforge mirror site a config option, as sourceforge mirrors tend to change, move, go down, etc from time to time. Eric Andersen 2005-06-09 12:15:00 +00:00
  • 8365078d61 routine .config update Eric Andersen 2005-06-09 12:03:40 +00:00
  • c8bd577ca9 routine .config update Eric Andersen 2005-06-09 12:02:08 +00:00
  • e130848b4b routine .config updates Eric Andersen 2005-06-09 11:27:10 +00:00
  • 6a770ec3a4 http://bugs.uclibc.org/view.php?id=288 Eric Andersen 2005-06-09 11:18:38 +00:00
  • 926e2c0293 Add the udev init script Eric Andersen 2005-06-09 11:16:29 +00:00
  • 611ec0e3b1 Add a standalone makedevs application to be used along with fakeroot to construct target device nodes for filesystems and utilities (such as tar) that do not currently support device tables natively. Eric Andersen 2005-06-09 11:11:10 +00:00
  • 246d05c718 Apply most of http://bugs.uclibc.org/view.php?id=290 Eric Andersen 2005-06-09 10:09:25 +00:00
  • b853938301 http://bugs.uclibc.org/view.php?id=293 target tcl-dirclean in tcl.mk removes $(LESS_DIR) should be $(TCL_DIR) - see attached patch. Eric Andersen 2005-06-09 09:52:48 +00:00
  • 229a7784ff http://bugs.uclibc.org/view.php?id=294 Eric Andersen 2005-06-09 09:50:11 +00:00
  • d5b0e08e9d http://bugs.uclibc.org/view.php?id=178 Eric Andersen 2005-06-09 09:46:12 +00:00
  • 8d1ce2a787 fix old target name Mike Frysinger 2005-06-03 03:57:17 +00:00
  • b7094a31ca add missing hunk for clocale=uclibc support in libstdc++ configure Mike Frysinger 2005-06-02 23:47:29 +00:00
  • c4f10a81ae Applied patch to add TCL version 8.4.9 for buildroot submitted by Ivan Daniluk on May 30 01:28:31 MDT 2005. "Steven J. Hill" 2005-05-31 03:17:33 +00:00
  • 56d91e951a Applied patch to add TCL version 8.4.9 for buildroot submitted by Ivan Daniluk on May 30 01:28:31 MDT 2005. "Steven J. Hill" 2005-05-31 03:16:48 +00:00
  • 9514bc67c3 Apply any uClibc patches that are present Eric Andersen 2005-05-26 22:16:31 +00:00
  • 65e38ef9b7 quick import of gcc-3.3.6 and gcc-3.4.4 Mike Frysinger 2005-05-24 04:19:13 +00:00
  • e33965b61e Patch is now deprecated. "Steven J. Hill" 2005-05-18 04:14:25 +00:00
  • d5871cf8ad Fix bzip2 cross build error associated with host ranlib being used instead of cross target ranlib. "Steven J. Hill" 2005-05-18 03:42:51 +00:00
  • 09bb9d6228 Add patch from debian to make things compile Eric Andersen 2005-05-16 17:56:20 +00:00
  • 1de07a8896 This patch updates the pppd package to build version 2.4.3. The 2.4.3 version of pppd adds additional features. Eric Andersen 2005-05-16 17:40:04 +00:00
  • c8144b92b4 This patch updates the e2fsprogs package to build the 1.37 version of e2fsprogs. This version of e2fsprogs adds additional features and increases preformance. I've also change the configuration to build all of e2fsprogs dynamicly linked. This reduces the size of the individual binaries considerably. Eric Andersen 2005-05-16 17:38:29 +00:00
  • 278a121fad Add support for the openntpd package to buildroot. OpenNTPD is a free, easy to use implementation of the Network Time Protocol with a small footprint. It provides the ability to sync the local clock to remote NTP servers and can act as NTP server itself, redistributing the local clock. Eric Andersen 2005-05-16 17:36:46 +00:00
  • 12a9450790 This patch updates the berkleydb package to build a 4.3.x version of the library which adds additional functionality and bugfixes. Eric Andersen 2005-05-16 17:30:25 +00:00
  • 665ae28e74 This patch updates the bzip2 package to build version 1.0.3. The 1.0.3 version of bzip2 fixes a security issue with bzip2 v.1.0.2. This patch also modifies the .mk file so that version changes can be acomodated more easily. Eric Andersen 2005-05-16 17:29:12 +00:00
  • 061ec439af This patch updates the zlib package to build version 1.2.2. The 1.2.2 version of zlib fixes a security issue with zlib v.1.2.1. Eric Andersen 2005-05-16 17:27:51 +00:00
  • 0f481e0032 cleanup the tinyx build so it actually has a chance of working. This gets it so it at least compiles... Eric Andersen 2005-05-12 22:24:13 +00:00
  • c5c1adc379 First pass at getting current x.org to into buildroot. Still needs more polish but is a good start. Eric Andersen 2005-05-12 22:22:29 +00:00
  • 6f0d9d7648 iptables doesnt need to concern itself with kernel headers Eric Andersen 2005-05-12 22:21:01 +00:00
  • 64bf7c6725 use the linux-gnu* -> linux-* change from upstream mainline Mike Frysinger 2005-05-12 11:35:00 +00:00
  • 1ab7a7e885 2.16.90.0.3 released Mike Frysinger 2005-05-11 02:21:43 +00:00
  • d66db536c3 Add an sh2eb target. Paul Mundt 2005-05-07 17:28:49 +00:00
  • 1515bfd3bb Teach cramfs to handle byteswapping sanely. I want to specify big endian or little endian, not whether to unconditionally do byteswapping regardless of build system byte order. Eric Andersen 2005-05-06 00:17:04 +00:00
  • 42f7febfb8 Patch from 2.6.12-rc3 Linux/MIPS tree to add in NPTL changes for MIPS. Hopefully 2.6.12 will release soon so we can get the updates. "Steven J. Hill" 2005-05-05 04:26:07 +00:00
  • df2c1a437a Uh... sjhill... Why do you think this shouldn't be here? Manuel Novoa III 2005-05-05 03:25:19 +00:00
  • cda293ad69 Remove unneeded 2.16 binutils patch and update GCC 4.1.0 patches. MIPS toolchain and filesystem image builds for C/C++. Java will be tested next. "Steven J. Hill" 2005-05-05 03:17:15 +00:00
  • 20a3643bee fixup libreadline build, per http://bugs.uclibc.org/view.php?id=229 Eric Andersen 2005-05-04 01:00:23 +00:00
  • c5564f7b34 Initial support for MS7206SE01 sh2a board. Paul Mundt 2005-05-03 13:56:36 +00:00
  • 5b72a75f94 Looks like the 2.16 patches should work fine for 2.15.97, and tested with a mipsel soft-float cross+native toolchain build. Manuel Novoa III 2005-05-03 05:06:06 +00:00
  • 0a7a816eb4 New patches for GCC-4.1.0 for locale and configuration. "Steven J. Hill" 2005-05-03 04:22:24 +00:00
  • 027b6883e6 Add patches for GCC-4.x so that packages will build properly. "Steven J. Hill" 2005-05-03 04:21:20 +00:00
  • 48f9b7862e Get the board-specific dependencies right. Paul Mundt 2005-05-02 20:39:12 +00:00
  • 50b47fadcc Add proper target support for newfangled sh targets. Paul Mundt 2005-05-02 13:58:00 +00:00
  • 306f002a87 No need to patch this when there's a configuration parameter. Manuel Novoa III 2005-05-02 13:40:22 +00:00
  • 8e6c4f0576 sh64 no longer implies sh as far as uClibc is concerned.. Paul Mundt 2005-05-02 13:38:26 +00:00
  • d8756d11d4 Obsolete. Manuel Novoa III 2005-05-02 13:37:16 +00:00
  • a6e7be031d This is the 100 patch for 2.16.90.0.2. Note that 2.16.90.0.2 seems to be broken for mips. Manuel Novoa III 2005-05-02 13:36:13 +00:00
  • 9b9985681b Ugly hack to force the configuration for the cross libstdc++ to fail for complex funcs we don't yet support. Manuel Novoa III 2005-05-01 05:31:44 +00:00
  • 5b01ff9528 No longer needed and actually breaks the gcc java build. Manuel Novoa III 2005-05-01 03:22:24 +00:00
  • 47fc1c4a16 Prune out a bunch of binutils versions that are no longer the latest and greatest in their respective binutils series Eric Andersen 2005-05-01 00:52:31 +00:00
  • cee3371c5f Weed out older, no longer maintained versions of gcc Eric Andersen 2005-05-01 00:43:16 +00:00
  • 172f4c76b3 It is now official, the cause of the mysterious gcc 3.3.5 exception handling failure is definately sjlj. Only enable it for the apparently broken gcc 3.3.3 toolchain, which _does_ need it for exception handling to work properly. Eric Andersen 2005-05-01 00:34:11 +00:00
  • 51b8148162 Fix soft float options for gcc 4. Manuel Novoa III 2005-04-30 22:59:05 +00:00
  • 7b67264adf Someone forgot mipsel for soft float... Manuel Novoa III 2005-04-30 22:02:38 +00:00
  • 71afd3a1a0 Add 4.0.0 support. Some arches may still need some tweaking and/or additional patches. But I successfully built cross and target toolchains for x86 and mipsel supporting c/c++/objective-c/java. Of course I haven't tested them yet... Manuel Novoa III 2005-04-30 22:01:20 +00:00
  • 3e0abd14cf Support gcc 4.[01]. Only tried for 4.0.0 at this point. Manuel Novoa III 2005-04-30 21:58:58 +00:00
  • 79a40a3437 Add gcc 4.0.0 support. Note... I haven't needed the sjlj exception support in some time, but haven't touched the default in this commit. Manuel Novoa III 2005-04-30 21:57:58 +00:00
  • bea1c36aa2 Fill in a couple of omissions. Manuel Novoa III 2005-04-30 21:55:13 +00:00
  • 42b8eb1908 Needed --disable-werror to get 2.16.mumble build from dying on missing prototypes in lex-generated files. Manuel Novoa III 2005-04-30 21:51:23 +00:00
  • c996726e38 grab the -linux-gnu* -> -linux-* config changes from mainline and backport them to the 2.16 branch Mike Frysinger 2005-04-30 01:03:47 +00:00
  • c8846c81b8 2.16.90.0.2 released Mike Frysinger 2005-04-30 00:33:04 +00:00
  • 8a5d57bbb2 Add support for soon to be released binutils-2.16 as well as GCC-4.1.0. These tool versions are needed so that NPTL support can be added into uClibc. Backporting NPTL from GCC-4.1.0 into GCC-4.0 may be possible, but not recommended. "Steven J. Hill" 2005-04-28 03:53:52 +00:00
  • 719bb81a16 Slash missing. "Steven J. Hill" 2005-04-27 21:00:48 +00:00
  • 0e5de0386d Rsync was recently upgraded to 2.6.4. Until buildroot is updated, the RSYNC_SITE variable needs to be changed. "Steven J. Hill" 2005-04-27 20:59:23 +00:00