Commit Graph

715 Commits

Author SHA1 Message Date
Eric Andersen
5ec906557c let people select different versions of busybox to suit their needs 2006-12-13 06:58:14 +00:00
Eric Andersen
555adc366e Use a stable version of busybox by default. The daily snapshot of
busybox tends to break often and is thus not a great default.
2006-12-13 06:18:41 +00:00
Eric Andersen
21e97d3e15 Add avahi package and add libdaemon, which is needed by avahi 2006-12-12 22:26:51 +00:00
Eric Andersen
a7748b2f13 add mpatrol package 2006-12-12 22:18:15 +00:00
Eric Andersen
28151cf8c7 add dmalloc 2006-12-12 22:16:41 +00:00
Eric Andersen
b3d71710a3 add netplug package 2006-12-12 22:13:41 +00:00
Bernhard Reutner-Fischer
51dd2d4a8b * Remove bogus tab in libcgi.mk that prevented the library from being build
* Added headerfiles to STAGING_DIR in usr/include/libcgi so that we
  can actually use the library with the toolchain
* Added patch that fixes up the makefile.in and fixes a few bugs in libcgi
* rm the target-dir's so* in libcgi-clean

Most of the patch has been taken from the debian package.

Thanks to Lars Munch.
2006-12-12 13:16:31 +00:00
Bernhard Reutner-Fischer
f4d23f7ead - Add default udev.conf and fix a mkdir call.
Thanks to Petr Stetiar.
2006-12-10 13:53:28 +00:00
Bernhard Reutner-Fischer
bc2f0501fe - bash can't be built with -j. 2006-12-08 12:50:37 +00:00
Bernhard Reutner-Fischer
761ca0d1a5 - Quote TARGET_PATH. Closes #1107. 2006-12-08 12:45:45 +00:00
Eric Andersen
c5385c9011 sigh 2006-12-08 05:30:00 +00:00
Eric Andersen
dea2c12405 use '/bin/echo -e' to make certain we don't use an unusable /bin/sh builtin 2006-12-08 05:23:08 +00:00
Eric Andersen
4ca65e7d21 generate.sh needs bash, so make it to ask for it by name 2006-12-08 05:20:37 +00:00
Eric Andersen
6919db4cdc stime is a reserved name, don't let ltp use it for a local variable 2006-12-08 05:16:20 +00:00
Bernhard Reutner-Fischer
7ba97716ce - pass the target (kernel-) arch in. 2006-12-07 16:31:21 +00:00
Bernhard Reutner-Fischer
103ff3fb31 - remove patch for "s3c2410_serial*" that doesn't apply anymore. 2006-12-06 08:29:40 +00:00
Bernhard Reutner-Fischer
630bbb9a85 - set PREFIX and SHAREDIR proper 2006-12-05 12:57:41 +00:00
"Steven J. Hill"
a353f4ab3d Patch the entire source tree up to get rid of deprecated and obsolete functions. Submitted new patch to maintainer. 2006-12-05 05:23:56 +00:00
"Steven J. Hill"
f460603f02 Patch packages to remove legacy and deprecated functions. All of these patches have been sent upstream to the various maintainers. 2006-12-05 02:16:03 +00:00
Bernhard Reutner-Fischer
8f0c458c85 - provide default config for busybox for a generic i386 target. 2006-12-02 19:36:29 +00:00
Bernhard Reutner-Fischer
bf2927a41f - rm cruft via fakeroot, not afterwards where it has no effect. 2006-12-02 18:36:55 +00:00
Bernhard Reutner-Fischer
110f7dbfbf - adjust busybox-source dependencies 2006-12-02 18:36:04 +00:00
Bernhard Reutner-Fischer
66eb4c38a1 - pass target specific settings to configure when configuring for the target. 2006-12-02 18:32:33 +00:00
Bernhard Reutner-Fischer
4ea7521817 - bump version. No patches (yet). Yay! :) 2006-12-02 18:14:38 +00:00
Bernhard Reutner-Fischer
0607089d93 - bump version to cope with changes imposed by 2.6.19. 2006-12-02 18:13:31 +00:00
Bernhard Reutner-Fischer
a7c4777b39 - name the default busybox config-file. 2006-12-02 17:03:38 +00:00
"Steven J. Hill"
0f372f9e1e Remove usage of bcopy. 2006-12-02 06:48:22 +00:00
"Steven J. Hill"
6a60acaa86 Bump the revision to the latest release and update the patches. Some idiots decided to use deprecated functions 'bzero' and 'bcmp' so we patch that up. Someone fell free to pass the patch upstream to the LTP persons, I don't have time. 2006-12-02 06:42:25 +00:00
Bernhard Reutner-Fischer
b9d31ddac5 - bump version. Thanks to Petr Stetiar. 2006-12-01 17:49:42 +00:00
Bernhard Reutner-Fischer
60f03494ac - We don't provide the arts library, and it's checked for in a way not suitable for cross compiling.
Thanks to Pavel Roskin.
2006-11-30 09:06:53 +00:00
Bernhard Reutner-Fischer
5de88506d9 - use the correct installation path. 2006-11-29 20:51:47 +00:00
Bernhard Reutner-Fischer
3888c95838 - build a udev for the target rather than for the host. 2006-11-29 18:59:43 +00:00
Bernhard Reutner-Fischer
ba1ceecb55 - it helps to actually apply the patches.. ;) 2006-11-29 13:21:28 +00:00
Bernhard Reutner-Fischer
aca398bb7f - compile against the cross toolchain, not the host 2006-11-29 12:59:56 +00:00
Bernhard Reutner-Fischer
cff9398961 - bump version. Fetch from old/ dir if the version is out-of-date.
Thanks to Pavel Roskin
2006-11-29 10:23:54 +00:00
Bernhard Reutner-Fischer
8bdb7bd3aa - acpid is compiled with -Werror, and gcc 4.1.1 warns about mismatching
pointers.  Fix it by using socklen_t type.
- Modify acpid.mk to apply all available patches.  Convert ACPI_SOCKETFILE
  adjustment from sed script to a patch.
Thanks to Pavel Roskin
2006-11-29 08:42:37 +00:00
Bernhard Reutner-Fischer
c33db03a19 - dmraid sources include libdevmapper.h,, which is provided by dm
as pointed out by Pavel Roskin.
2006-11-29 08:36:32 +00:00
Bernhard Reutner-Fischer
c1d7593fde - strip cruft off the pluto patch. 2006-11-28 17:04:37 +00:00
Bernhard Reutner-Fischer
ccd252b553 - add openswan support. Compile tested only. Closes #200. 2006-11-28 16:59:17 +00:00
Bernhard Reutner-Fischer
3a65d24db5 - add "lib" prefix 2006-11-28 16:54:30 +00:00
Bernhard Reutner-Fischer
24297ee749 - add stunnel package. Thanks to Crispin Wellington 2006-11-24 15:33:04 +00:00
Bernhard Reutner-Fischer
35561e74c5 - fix microperl uconfig and pass the target cflags in properly. 2006-11-24 09:49:16 +00:00
Bernhard Reutner-Fischer
c743a19bb2 - type fix 2006-11-22 23:09:20 +00:00
Bernhard Reutner-Fischer
b37b7abf77 - make microwindows do something. Closes #527
Not that it would compile or anything, but at least it's different than before..
2006-11-22 23:03:57 +00:00
Bernhard Reutner-Fischer
1e83fdb465 - xfsprogs-2.7.11 is old by now. Provide a fallback SITE until someone
verifies a newer version..
  Closes bug #1019
2006-11-22 22:18:52 +00:00
Bernhard Reutner-Fischer
e95d01590e - ignore GLOB_TILDE if it's not available. 2006-11-22 20:26:06 +00:00
Bernhard Reutner-Fischer
5577825bd2 - bump version 2006-11-22 19:18:47 +00:00
Bernhard Reutner-Fischer
77fc01bc5a - bump version 2006-11-22 15:23:31 +00:00
Bernhard Reutner-Fischer
8cb09f11ee - bump version 2006-11-22 15:22:57 +00:00
Bernhard Reutner-Fischer
ba909a766a - bump version 2006-11-20 16:40:19 +00:00
Bernhard Reutner-Fischer
c5a42eb0fc - bump version. 2006-11-20 16:33:05 +00:00
Bernhard Reutner-Fischer
4e5da4289e - add and use a HOSTCXX variable. 2006-11-20 16:09:43 +00:00
Bernhard Reutner-Fischer
51f1d4de5d - setkeys needs libfl 2006-11-20 13:37:09 +00:00
Eric Andersen
268d2fe348 minor version bumps 2006-11-17 23:44:45 +00:00
Eric Andersen
776c9099d2 fix deps so xorg can once again be selected 2006-11-17 23:17:02 +00:00
Eric Andersen
7b30fa8599 fix missing dependancy for BR2_QTE_TMAKE_VERSION 2006-11-17 22:58:29 +00:00
Bernhard Reutner-Fischer
bfe2e790bd - bump version. 2006-11-17 16:01:05 +00:00
Bernhard Reutner-Fischer
6e2823c1fa - add and use BR2_BZCAT config option. 2006-11-17 15:43:51 +00:00
Bernhard Reutner-Fischer
b9cc4a53a5 - fix typo introduced in my global search and replace. 2006-11-17 14:45:12 +00:00
Bernhard Reutner-Fischer
3e2f3e5579 - Adjust the install prefix for current busybox. 2006-11-17 12:57:21 +00:00
Bernhard Reutner-Fischer
4244519b90 - bump version and pass the target cflags in properly (at least for most of the
tools. Needs fixing upstream).
2006-11-17 12:14:31 +00:00
Bernhard Reutner-Fischer
d0422d0401 - I had to apply this patch to get it to build with a uClibc-snapshot.. 2006-11-17 11:54:45 +00:00
Bernhard Reutner-Fischer
671ddcd2a3 - that version didn't build for me.
Update version and make it compile..
2006-11-17 11:52:58 +00:00
Bernhard Reutner-Fischer
56fadb2259 - Typo fix: copy headers to the correct location on the target. 2006-11-17 11:51:17 +00:00
Bernhard Reutner-Fischer
ad8547af5b - bump version 2006-11-17 11:48:42 +00:00
Bernhard Reutner-Fischer
0032d37174 - newer busyboxen want CROSS_COMPILE rather than the old CROSS. 2006-11-17 11:37:47 +00:00
Bernhard Reutner-Fischer
870cb9e826 - check if busybox' Rules.mak exists.
- add target dirs to ensure that all required dirs do exist so make busybox-menuconfig works in a pristine checkout.
2006-11-17 11:21:23 +00:00
Bernhard Reutner-Fischer
a44651de6e - Patch from Thomas Lundquist to support lzma compressed ext2 rootfs. 2006-11-04 19:15:56 +00:00
Eric Andersen
86d9fd0a37 fix use of BUILD_WITH_LARGEFILE to properly
refer to BR2_LARGEFILE
2006-11-03 08:21:47 +00:00
Peter Korsgaard
31e658dc24 Bump to upstream v1.2.2 2006-10-25 08:10:26 +00:00
Eric Andersen
290615edc1 we use BR2_ENABLE_LOCALE not ENABLE_LOCALE 2006-10-17 16:57:02 +00:00
Peter Korsgaard
a47e16eb42 fix CrossCompileDir (patch by Andrew E. Milesk) 2006-10-14 11:34:14 +00:00
Eric Andersen
867e0beb04 new upstream version 2006-10-09 21:11:07 +00:00
Eric Andersen
976366b929 use cannonical source location 2006-10-09 21:09:20 +00:00
Eric Andersen
8531fbd55c use http for kernel.org 2006-10-09 21:08:56 +00:00
Peter Korsgaard
7c24ceac53 Bump version (patch by Fredrik Roubert) 2006-10-09 11:53:10 +00:00
Mike Frysinger
8e6f27335b remove duplicate/invalid options in choice 2006-10-07 06:28:23 +00:00
Bernhard Reutner-Fischer
cdc5d26b1c - passing the target arch in isn't useful 2006-10-06 13:02:11 +00:00
Bernhard Reutner-Fischer
5022f39544 - be gentle to vi syntax color mode 2006-10-06 13:01:29 +00:00
Bernhard Reutner-Fischer
180bc5941a - jffs2 requires the mtd package for the mtd-host tools. 2006-10-06 13:00:57 +00:00
Bernhard Reutner-Fischer
2ce4d98fad - use the HOSTCC for building host-tools. 2006-10-03 14:11:12 +00:00
Bernhard Reutner-Fischer
2d1ab08716 - late binding isn't a good idea there, i did end up with an empty SOURCE. 2006-10-03 13:42:42 +00:00
Eric Andersen
4c2a4485d1 escape the wildcard 2006-10-02 18:40:42 +00:00
Eric Andersen
a71efa13ec Andrew E. Mileski writes:
This looks like a typo to me.  Without this patch, one ends up with
"i386AArchitecture" being defined, which doesn't match anything.
2006-10-02 18:25:37 +00:00
Bernhard Reutner-Fischer
6fe5f48cbf - add missing hung from the BR2_ZCAT introduction 2006-10-01 18:34:45 +00:00
Bernhard Reutner-Fischer
6342c83201 - use $(ZCAT) as configured by the user instead of hardcoded 'zcat' that may not exist; Closes #971
Silly, unchecked sed -i -e "/[^b]zcat/s/zcat/\$\(ZCAT\)/g" $(svngrep "[^b]zcat" * -rl | grep -v Config.in)
2006-10-01 15:17:52 +00:00
Bernhard Reutner-Fischer
e4a303dd69 - fix bug #1042; Hardcoding system-paths is a bad idea. If some of them are not
in PATH seen by make then most likely for a very good reason. Set your PATH accordingly if you need /bin or /usr/local/bin et al.
2006-09-30 21:08:56 +00:00
Bernhard Reutner-Fischer
35eecb2319 - add stubs for gmp and mpfr
not yet enabled
2006-09-28 17:38:06 +00:00
Bernhard Reutner-Fischer
2f85174dbf - bump version 2006-09-28 14:26:32 +00:00
Peter Korsgaard
577278c538 Network block device package (client only) 2006-09-28 10:19:43 +00:00
Peter Korsgaard
9406462fed make 3.80 doesn't understand 'else ifeq(..)'
Reported by Jeff Rhyason.
2006-09-27 18:17:31 +00:00
Peter Korsgaard
11713c7535 Don't disable tcl twice 2006-09-27 05:44:10 +00:00
Peter Korsgaard
dfa4f83783 sqlite package, based on gumstix 2006-09-26 16:01:07 +00:00
Peter Korsgaard
bc45a9b966 The target is readline-target, not readline_target 2006-09-26 15:56:03 +00:00
Peter Korsgaard
dd510c2b69 Proper !i386 cross compilation support 2006-09-26 12:48:43 +00:00
Peter Korsgaard
841f8e9539 depend instead of select on zlib/png to shut up Kconfig warning
(doesn't change anything as xorg already depends on them)
2006-09-25 13:37:13 +00:00
Peter Korsgaard
388e17a855 Valgrind works on PPC and AMD64 as well nowadays.
Use Kconfig to ensure valgrind can only be enabled on supported archs.
2006-09-25 08:48:47 +00:00
Peter Korsgaard
283c9b35bc Bump version 2006-09-25 07:27:46 +00:00
Peter Korsgaard
775684a5ed fix big/little endian 2006-09-19 15:16:55 +00:00
Peter Korsgaard
564aac603d Don't copy static lib to TARGET_DIR 2006-09-19 14:56:21 +00:00