| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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>
|
| |
|
|
|
|
| |
http://bugs.uclibc.org/view.php?id=290
|
|
|
|
| |
target tcl-dirclean in tcl.mk removes $(LESS_DIR) should be $(TCL_DIR) - see attached patch.
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
| |
|
|
|
|
| |
Ivan Daniluk on May 30 01:28:31 MDT 2005.
|
|
|
|
| |
Ivan Daniluk on May 30 01:28:31 MDT 2005.
|
| |
|
|
|
|
| |
used instead of cross target ranlib.
|
| |
|
|
|
|
|
|
| |
of pppd adds additional features.
http://bugs.uclibc.org/view.php?id=259
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
| |
library which adds additional functionality and bugfixes.
http://bugs.uclibc.org/view.php?id=256
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
| |
1.2.2 version of zlib fixes a security issue with zlib v.1.2.1.
http://bugs.uclibc.org/view.php?id=254
|
|
|
|
| |
This gets it so it at least compiles...
|
|
|
|
| |
Still needs more polish but is a good start.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
the RSYNC_SITE variable needs to be changed.
|
| |
|
|
|
|
|
|
| |
'ln' instead of the host. A quick grep through the other packages
shows that this may be an issue as well. I will probably have more
fixes later today.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
This patch removes the depricated Makefile.in and adds the relevant modifications to TARGETS to readline.mk.
|
|
|
|
| |
will update the version to download as well as one line of the patch which needed correcting.
|
| |
|
|
|
|
|
| |
since it is too stupid to know about cross compilation, and will
therefore try to use the system strip command, too ill effect.
|
| |
|
|
|
|
|
|
| |
The ISC DHCP package only install the dhcrelay binary. Patch
supplied to install server and client too, as configured.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The configuration utility in package/config/ can look for a default
configuration file called 'defconfig' but it's hard coded to look for
sysdeps/linux/defconfig.
This patch causes the config utility to look in the current working directory
for the 'defconfig' file. I use this to provide a default configuration to a
new buildroot environment. This way, I can 'svn co' buildroot, copy my
defconfig, then make defconfig to use my own default configuration.
This fix only changes one line in the confdata.c file to remove the legacy path
that was used in Linux, and not needed in buildroot.
|
|
|
|
|
| |
sed needs to use different delimiters since the regex is
using slashes from a filename
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This patch does a couple mtd related things:
* Updates to the latest (2005/01/22) mtd from debian.org
* Fixes weird behavior where mkfs.jffs2 built for target was put into the staging dir.
* Shows the mtd package in the package selection menu. When mtd is enabled, the various mtd utilities appear and can be individually selected.
* Added a config item for sumtool, which is part of the mtd-utils and helps manage the new summary feature in jffs2 images.
* Fixed mtd build dependency problem. The mtd utils dynamically link with libz.so, therefore the zlib package is prerequisite for any of the mtd utilities.
|
|
|
|
| |
Add a config option to handle low entropy system.
|
|
|
|
| |
munging permissions on tarballs...
|