Commit Graph

1173 Commits

Author SHA1 Message Date
Eric Andersen
369864cf10 be a bit more consistant with naming, always escape wildcards 2005-06-24 08:36:13 +00:00
Eric Andersen
9540549182 Finish implementing fakeroot handling so when we tar up the
rootfs, the tarball properly inherits device table settings
and device nodes.
2005-06-24 07:31:17 +00:00
Eric Andersen
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.
2005-06-24 07:26:33 +00:00
Eric Andersen
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.
2005-06-24 05:02:00 +00:00
Eric Andersen
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.

http://bugs.busybox.net/view.php?id=234
2005-06-24 03:14:20 +00:00
Eric Andersen
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.

http://bugs.busybox.net/view.php?id=183
2005-06-24 02:46:31 +00:00
Eric Andersen
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.

For example, linux-libc-headers-2.4.25.tar.bz2 will be extracted to
$(TOOLCHAIN_BUILD_DIR)/linux-libc-headers-2.4.25, and then the mv command will
move the newly extracted headers into the already existing
$(TOOLCHAIN_BUILD_DIR)/linux directory, instead of replacing that directory as
desired.

The fix is to first remove the $(TOOLCHAIN_BUILD_DIR)/linux directory and then
do the mv command.

http://bugs.busybox.net/view.php?id=296
2005-06-23 23:25:25 +00:00
Eric Andersen
ea804ca007 Setup libpng to be fetched from the sourceforge mirror of choice 2005-06-23 22:58:51 +00:00
Eric Andersen
68886b0aac These patches fix some minor problems with GNU Readline package.
patch-1 will make the package selection default=n (since it's not necessary)
 patch-2 will fix the readline.mk makefile to better follow buildroot style.

This is a cleanup only. But adds the 'readline-target' makefile target to also
install readline .so files to the target in addition to the full install in the
staging area.

http://bugs.busybox.net/view.php?id=300
2005-06-23 22:49:33 +00:00
Eric Andersen
2605b7410f Update ccache to the latest version, which adds features.
http://bugs.busybox.net/view.php?id=297
2005-06-23 22:09:12 +00:00
Eric Andersen
6f3293774c Update to the debian sarge release version of fakeroot 2005-06-23 21:43:23 +00:00
Eric Andersen
819e51b309 New target/device: Via epia-mii:
Creates a target for the epia-mii board. Fairly generic, based on 2.6 kernel.
Doesn't override the busybox or uclibc configurations. Includes one patch,
which I still can't get to apply (it applies cleanly manually, but isn't
applied through buildroot).

http://bugs.busybox.net/view.php?id=188
2005-06-23 21:34:25 +00:00
Eric Andersen
d7d57699ef Add support for building a few commonly used bootloaders 2005-06-23 05:09:05 +00:00
Eric Andersen
f5723cdb9b Add support for acpid 2005-06-23 04:48:02 +00:00
"Steven J. Hill"
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.
2005-06-19 03:39:31 +00:00
"Steven J. Hill"
297725b5fd Fix build problem with header file needing to be generated before
a file could be built. Also cleaned up some header files.
2005-06-19 03:35:56 +00:00
"Steven J. Hill"
4a53172b1c Delete gzip compressed patch and add the uncompressed one. Originally,
e2fsprogs was the only package that had a compressed patch.
2005-06-19 03:33:03 +00:00
Manuel Novoa III
42ca8b26e4 Add support for binutils 2.16.1. Patches are identical to those for 2.16. 2005-06-18 23:22:01 +00:00
"Steven J. Hill"
d6d4c31b73 Updated patch to add '#define EXT2_FLAT_INCLUDES' in the file 'lib/ext2fs/ext2fs.h' to fix build error. 2005-06-12 02:33:09 +00:00
Eric Andersen
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.
2005-06-09 12:33:27 +00:00
Eric Andersen
670330f2cd http://bugs.uclibc.org/view.php?id=284
Nano depends on ncurses. The attached patch (against svn) fixes the package make file.
2005-06-09 12:30:05 +00:00
Eric Andersen
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.
2005-06-09 12:26:20 +00:00
Eric Andersen
178a317d26 http://bugs.uclibc.org/view.php?id=286
Can't build "bridge" package in buildroot (patch enclosed)
2005-06-09 12:23:36 +00:00
Eric Andersen
1d63e8a8d9 Make the sourceforge mirror site a config option, as sourceforge
mirrors tend to change, move, go down, etc from time to time.
2005-06-09 12:15:00 +00:00
Eric Andersen
8365078d61 routine .config update 2005-06-09 12:03:40 +00:00
Eric Andersen
c8bd577ca9 routine .config update 2005-06-09 12:02:08 +00:00
Eric Andersen
e130848b4b routine .config updates 2005-06-09 11:27:10 +00:00
Eric Andersen
6a770ec3a4 http://bugs.uclibc.org/view.php?id=288
This updates to the current version of libsysfs, and also changes
to the current version of the package.

NOTE:  this package still has a problem, in that the header files
it generates are not made available to other packages.  The library
itself is installed in the target filesystem; but programs like
"brctl" won't know to use it, since the header isn't visible.

Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
2005-06-09 11:18:38 +00:00
Eric Andersen
926e2c0293 Add the udev init script 2005-06-09 11:16:29 +00:00
Eric Andersen
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.
2005-06-09 11:11:10 +00:00
Eric Andersen
246d05c718 Apply most of
http://bugs.uclibc.org/view.php?id=290
2005-06-09 10:09:25 +00:00
Eric Andersen
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.
2005-06-09 09:52:48 +00:00
Eric Andersen
229a7784ff http://bugs.uclibc.org/view.php?id=294
There is a mistake in buildroot/Config.in
2005-06-09 09:50:11 +00:00
Eric Andersen
d5b0e08e9d http://bugs.uclibc.org/view.php?id=178
This patch provides modutils and module-init-tools. I know busybox can load
modules, but modinfo may also be very useful for kernel/driver debugging
purposes.

I have managed binaries concurrency between modutils and module-init-tools, but
I'm not sure this is the best way to do it...

Thanks for your work.
2005-06-09 09:46:12 +00:00
Mike Frysinger
8d1ce2a787 fix old target name 2005-06-03 03:57:17 +00:00
Mike Frysinger
b7094a31ca add missing hunk for clocale=uclibc support in libstdc++ configure 2005-06-02 23:47:29 +00:00
"Steven J. Hill"
c4f10a81ae Applied patch to add TCL version 8.4.9 for buildroot submitted by
Ivan Daniluk on May 30 01:28:31 MDT 2005.
2005-05-31 03:17:33 +00:00
"Steven J. Hill"
56d91e951a Applied patch to add TCL version 8.4.9 for buildroot submitted by
Ivan Daniluk on May 30 01:28:31 MDT 2005.
2005-05-31 03:16:48 +00:00
Eric Andersen
9514bc67c3 Apply any uClibc patches that are present 2005-05-26 22:16:31 +00:00
Mike Frysinger
65e38ef9b7 quick import of gcc-3.3.6 and gcc-3.4.4 2005-05-24 04:19:13 +00:00
"Steven J. Hill"
e33965b61e Patch is now deprecated. 2005-05-18 04:14:25 +00:00
"Steven J. Hill"
d5871cf8ad Fix bzip2 cross build error associated with host ranlib being
used instead of cross target ranlib.
2005-05-18 03:42:51 +00:00
Eric Andersen
09bb9d6228 Add patch from debian to make things compile 2005-05-16 17:56:20 +00:00
Eric Andersen
1de07a8896 This patch updates the pppd package to build version 2.4.3. The 2.4.3 version
of pppd adds additional features.

http://bugs.uclibc.org/view.php?id=259
2005-05-16 17:40:04 +00:00
Eric Andersen
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.

http://bugs.uclibc.org/view.php?id=258
2005-05-16 17:38:29 +00:00
Eric Andersen
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.

http://bugs.uclibc.org/view.php?id=257
2005-05-16 17:36:46 +00:00
Eric Andersen
12a9450790 This patch updates the berkleydb package to build a 4.3.x version of the
library which adds additional functionality and bugfixes.

http://bugs.uclibc.org/view.php?id=256
2005-05-16 17:30:25 +00:00
Eric Andersen
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.

http://bugs.uclibc.org/view.php?id=255
2005-05-16 17:29:12 +00:00
Eric Andersen
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.

http://bugs.uclibc.org/view.php?id=254
2005-05-16 17:27:51 +00:00
Eric Andersen
0f481e0032 cleanup the tinyx build so it actually has a chance of working.
This gets it so it at least compiles...
2005-05-12 22:24:13 +00:00