Commit Graph

1800 Commits

Author SHA1 Message Date
Peter Korsgaard
577278c538 Network block device package (client only) 2006-09-28 10:19:43 +00:00
Mike Frysinger
a46a87d493 2.17.50.0.5 ver bump 2006-09-27 22:48:57 +00:00
Mike Frysinger
c00307de5a help if we had the patches for the new version 2006-09-27 22:44:48 +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
990fee63fc Set 0.9.28 floating point mode according to BR2_SOFT_FLOAT 2006-09-25 14:28:54 +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
0d0b98727d GRUB package is called BR2_TARGET_GRUB 2006-09-25 12:35:27 +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
Mike Frysinger
7012a996b3 patch is incorrect; we do not want to ignore comments while in #NO_APP mode 2006-09-24 21:29:13 +00:00
Mike Frysinger
0a2dceb397 ver bump 2006-09-24 21:28:52 +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
Peter Korsgaard
6bf74e4072 Add dillo package 2006-09-19 14:19:32 +00:00
Bernhard Reutner-Fischer
58ab28a9a6 - add missing include 2006-09-11 18:12:13 +00:00
Bernhard Reutner-Fischer
302ac099bb - repair deps. 2006-08-29 16:45:47 +00:00
Bernhard Reutner-Fischer
81de3bf5d6 - add lzma 2006-08-29 16:41:55 +00:00
Bernhard Reutner-Fischer
3ecba000c6 - bump version 2006-08-29 16:41:22 +00:00
Bernhard Reutner-Fischer
b1221b25d1 - add package lzma 2006-08-29 16:40:38 +00:00
Bernhard Reutner-Fischer
43d38b341a - use cross strip instead of host strip; closes #773 2006-08-28 13:46:38 +00:00
Bernhard Reutner-Fischer
043f8b2666 - add rope-index patch, updated for 4.2.0 2006-08-28 11:39:05 +00:00
Paul Mundt
b10bfad61e Add an sh64 target to buildroot. 2006-08-28 06:52:43 +00:00
Eric Andersen
1ec169946d Don Reid writes:
It looks like the linux binary is just used if a system map file cannot
be found.  So I changed the make file to remove it.
2006-08-25 02:43:15 +00:00
Eric Andersen
6e17ffbaa2 fixup lsof so it will apply patches, and compile when rpc is disabled 2006-08-25 02:13:46 +00:00
Bernhard Reutner-Fischer
cc352925b4 - update to 2.0.0 and correct site. 2006-08-24 22:00:36 +00:00
Bernhard Reutner-Fischer
5a2008d9fe - update to 1.02.09 2006-08-24 21:46:57 +00:00
Bernhard Reutner-Fischer
9752387b89 - make sure that the prerequisites of 'make busybox-menuconfig' are met 2006-08-24 19:48:31 +00:00
Bernhard Reutner-Fischer
c59db40f69 - remove patch that was already applied upstream 2006-08-24 19:46:55 +00:00
Bernhard Reutner-Fischer
6e6e04c3e5 - adjust to current snapshot 2006-08-24 19:45:47 +00:00
Bernhard Reutner-Fischer
e16425c389 - pickup the PATH the user has set.
Fixes HOSTCC et al being installed in e.g. /opt where it wasn't found before.
2006-08-24 19:35:47 +00:00
Mike Frysinger
4b53879123 add URL for binutils 2.17 #1002 2006-08-24 03:40:11 +00:00
Peter Korsgaard
ddcaf1444d mkfs.jffs2 doesn't like short form of pad option with arg 2006-08-22 08:03:19 +00:00
Peter Korsgaard
611b040535 Bump to upstream v3.1 2006-08-21 07:24:22 +00:00
Eric Andersen
8a63b6dae1 Use http. Add support for building cross depmod for 2.6 kernels.
Don't hard code version numbers all over the place.
2006-08-10 21:00:23 +00:00
Eric Andersen
5cd18319f8 comparing $(ARCH) vs i.e. i386 isn't going to work when ARCH=i486 etc.
Need to instead compare vs BR2_i386 and friends.
2006-08-10 20:58:14 +00:00
Eric Andersen
28e220f7a0 update valgrind to the latest and greatest, forward port my patches.
Mental note: submit upstream
2006-08-10 20:21:33 +00:00
Eric Andersen
222dcdc1bf rework hotplug with a customized version not dependant on kernel sources 2006-08-10 20:08:31 +00:00
Eric Andersen
9ab4e56e94 Add support for mklibs (strips unused syms from shared libs such as uClibc)
based on a patch from akvadrako, and using a version of mklibs.py that was
massively hacked up by andersee and mjn3 for uClibc support.
2006-08-02 21:19:09 +00:00
Peter Korsgaard
54044da973 Bump to upstream v1.2.1 2006-07-31 16:01:15 +00:00
Eric Andersen
585581702b Stupid make needs tabs. Fix broken whitespace 2006-07-27 18:30:24 +00:00
Eric Andersen
5bc8089bcf patch from Biucchi Gabriele:
Some programs (like rxvt) need x-includes and x-libraries in
$(STAGING_DIR)/usr/X11R6/ , but tinyx.mk does not install anything there.
copy everything from $(TINYX_DIR)/exports/ into $(STAGING_DIR)/usr/X11R6/
2006-07-26 19:11:36 +00:00
Eric Andersen
15b2f67f64 let X figure out the correct mouse protocol 2006-07-21 03:29:50 +00:00
Eric Andersen
9e861b63fb rxvt switched to sourceforge years ago... Fix things up so
that rxvt actually builds and runs...
2006-07-20 22:50:22 +00:00
Eric Andersen
275d95c887 fix build and add some basic setup so it can run 2006-07-20 22:46:15 +00:00
Mike Frysinger
7f408ff90f ver bump to 0.14.6 2006-07-20 00:06:52 +00:00
Mike Frysinger
f80de0d6ec ver bump #958 by bowerymarc 2006-07-19 23:56:33 +00:00