summaryrefslogtreecommitdiffstats
path: root/package
Commit message (Collapse)AuthorAgeFilesLines
* http://bugs.uclibc.org/view.php?id=288Eric Andersen2005-06-092-3/+4
| | | | | | | | | | | | | 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>
* Add the udev init scriptEric Andersen2005-06-091-0/+76
|
* Apply most ofEric Andersen2005-06-091-3/+18
| | | | http://bugs.uclibc.org/view.php?id=290
* http://bugs.uclibc.org/view.php?id=293Eric Andersen2005-06-091-1/+1
| | | | target tcl-dirclean in tcl.mk removes $(LESS_DIR) should be $(TCL_DIR) - see attached patch.
* http://bugs.uclibc.org/view.php?id=178Eric Andersen2005-06-097-0/+260
| | | | | | | | | | | | 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.
* fix old target nameMike Frysinger2005-06-031-2/+1
|
* Applied patch to add TCL version 8.4.9 for buildroot submitted by"Steven J. Hill"2005-05-314-0/+116
| | | | Ivan Daniluk on May 30 01:28:31 MDT 2005.
* Applied patch to add TCL version 8.4.9 for buildroot submitted by"Steven J. Hill"2005-05-311-0/+1
| | | | Ivan Daniluk on May 30 01:28:31 MDT 2005.
* Patch is now deprecated."Steven J. Hill"2005-05-181-16/+0
|
* Fix bzip2 cross build error associated with host ranlib being"Steven J. Hill"2005-05-182-2/+3
| | | | used instead of cross target ranlib.
* Add patch from debian to make things compileEric Andersen2005-05-161-0/+0
|
* This patch updates the pppd package to build version 2.4.3. The 2.4.3 versionEric Andersen2005-05-161-7/+10
| | | | | | of pppd adds additional features. http://bugs.uclibc.org/view.php?id=259
* This patch updates the e2fsprogs package to build the 1.37 version ofEric Andersen2005-05-161-2/+3
| | | | | | | | | 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
* Add support for the openntpd package to buildroot. OpenNTPD is a free, easy toEric Andersen2005-05-163-0/+72
| | | | | | | | 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
* This patch updates the berkleydb package to build a 4.3.x version of theEric Andersen2005-05-161-4/+11
| | | | | | library which adds additional functionality and bugfixes. http://bugs.uclibc.org/view.php?id=256
* This patch updates the bzip2 package to build version 1.0.3. The 1.0.3 versionEric Andersen2005-05-161-13/+14
| | | | | | | 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
* This patch updates the zlib package to build version 1.2.2. TheEric Andersen2005-05-161-1/+1
| | | | | | 1.2.2 version of zlib fixes a security issue with zlib v.1.2.1. http://bugs.uclibc.org/view.php?id=254
* cleanup the tinyx build so it actually has a chance of working.Eric Andersen2005-05-124-15/+167
| | | | This gets it so it at least compiles...
* First pass at getting current x.org to into buildroot.Eric Andersen2005-05-127-0/+267
| | | | Still needs more polish but is a good start.
* iptables doesnt need to concern itself with kernel headersEric Andersen2005-05-121-1/+1
|
* fixup libreadline build, per http://bugs.uclibc.org/view.php?id=229Eric Andersen2005-05-041-5/+1
|
* Add patches for GCC-4.x so that packages will build properly."Steven J. Hill"2005-05-035-0/+87
|
* Slash missing."Steven J. Hill"2005-04-271-1/+1
|
* Rsync was recently upgraded to 2.6.4. Until buildroot is updated,"Steven J. Hill"2005-04-271-1/+1
| | | | the RSYNC_SITE variable needs to be changed.
* http://bugs.uclibc.org/view.php?id=189Eric Andersen2005-04-267-0/+233
|
* Fix install error caused by 'ln -sf' which tries to use the target's"Steven J. Hill"2005-04-231-1/+1
| | | | | | '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.
* Update for latest config optionsEric Andersen2005-04-211-0/+1
|
* Don't mess with /etc/default for now.Eric Andersen2005-04-212-3/+0
|
* Update init scripts a bit. Don't mess with /etc/default for now.Eric Andersen2005-04-216-47/+44
|
* Change all instances of 'ln -sf' to 'ln -snf'Eric Andersen2005-04-157-34/+34
|
* Minor ltrace updatesEric Andersen2005-04-141-2/+7
|
* Fix up the build of libelf so it actually worksEric Andersen2005-04-122-6/+23
|
* Make busybox config file location a config optionEric Andersen2005-04-122-4/+17
|
* - glib1 does not build a .soNed Ludd2005-04-081-2/+2
|
* SnarlCat writes: add OBJCOPY to build environment Bug #213Mike Frysinger2005-04-071-1/+2
|
* version bumpMike Frysinger2005-04-051-4/+4
|
* force libelf to be selectedMike Frysinger2005-03-211-0/+1
|
* Bug #160, pgrayson writes: The readline package currently has a Makefile.in. ↵Mike Frysinger2005-03-212-6/+6
| | | | This patch removes the depricated Makefile.in and adds the relevant modifications to TARGETS to readline.mk.
* Bug #172, LordApollyon writes: Add support for latest openssl 0.9.7e, This ↵Mike Frysinger2005-03-212-3/+3
| | | | will update the version to download as well as one line of the patch which needed correcting.
* dont install fips crapMike Frysinger2005-03-211-0/+43
|
* Don't let the system /usr/bin/install try to strip target binariesEric Andersen2005-03-171-2/+2
| | | | | since it is too stupid to know about cross compilation, and will therefore try to use the system strip command, too ill effect.
* Add support for udev, from Nathanael NobletEric Andersen2005-03-153-0/+59
|
* Fix http://bugs.uclibc.org/view.php?id=135Eric Andersen2005-03-091-9/+11
| | | | | | The ISC DHCP package only install the dhcrelay binary. Patch supplied to install server and client too, as configured.
* Fix /http://bugs.uclibc.org/view.php?id=134Eric Andersen2005-03-091-1/+1
| | | | | | | | | | | | | | | 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.
* Per http://bugs.uclibc.org/view.php?id=130Eric Andersen2005-03-091-1/+1
| | | | | sed needs to use different delimiters since the regex is using slashes from a filename
* patch from pgrayson:Eric Andersen2005-03-093-38/+42
| | | | | | | | | | | | | | | 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.
* Update dropbear to the new version.Eric Andersen2005-03-092-2/+20
| | | | Add a config option to handle low entropy system.
* Support building fakeroot for use on the host system, i.e. forEric Andersen2005-03-071-19/+61
| | | | munging permissions on tarballs...
* ncurses build with make -jN, N>1 seems raceyEric Andersen2005-03-071-1/+1
|
* Deal with it when binutils is being somewhat troublesomeEric Andersen2005-03-021-0/+1
|