Commit Graph

1456 Commits

Author SHA1 Message Date
Mike Frysinger
04735b266d initial attempt at adding elf2flt support based upon marcs work in Bug 273 2006-01-10 05:56:59 +00:00
Mike Frysinger
5ebb4e6ba5 Thomas Chou says in bug 618: clean up nios2 headers and add support for 2.6.11 2006-01-10 02:16:11 +00:00
Mike Frysinger
239c6ed2e1 ver bump to 4.1.4 2006-01-10 02:07:53 +00:00
Mike Frysinger
c5088d048c ver bump to 1.3.10 2006-01-09 03:40:40 +00:00
Mike Frysinger
cf6885f140 use the correct pci.id name as pointed out by kostja in Bug 629 2006-01-09 02:46:26 +00:00
Mike Frysinger
aae52404c7 only generate the symlink to host sed once as reported by petev in bug 628 2006-01-08 09:59:23 +00:00
Mike Frysinger
0e1be2d0f3 force the copy in case the target files are read-only as pointed out by petev in Bug 628 2006-01-08 09:55:59 +00:00
Mike Frysinger
e420a8870a incorporate patches from marc in bug #273 to add support for nios2 2006-01-04 04:52:34 +00:00
Mike Frysinger
b36f67cc85 update to latest upstream cvs and add support for nios2 2006-01-04 04:05:05 +00:00
Bernhard Reutner-Fischer
85eff8d0e4 - better encapsulation of version
- quote TARGET_CC for setups which need flags in CC
2006-01-03 20:19:58 +00:00
Bernhard Reutner-Fischer
062d362921 - update from 1.3.3 to 1.3.4 2006-01-03 20:18:23 +00:00
Bernhard Reutner-Fischer
de7d8e34c9 - update from 2.6.9-ss040831 to 2.6.14-051107 2006-01-03 20:17:52 +00:00
Bernhard Reutner-Fischer
a5f551b684 - update from fakeroot 1.2.10 to 1.2.13 2006-01-03 20:16:38 +00:00
Mike Frysinger
73d81f18f7 version bump and cflag cleanup 2005-12-29 11:28:40 +00:00
Mike Frysinger
afce31a868 version bump to 2.12r and remove old dead target 2005-12-29 11:27:31 +00:00
Mike Frysinger
62bc22c2f5 fix i686 targets [again] bug 595 2005-12-29 11:19:18 +00:00
Mike Frysinger
70ea98efbb add an option for the --build so cygwin users can utilize buildroot 2005-12-27 08:42:13 +00:00
Eric Andersen
afe8857daf Update to 0.47 addressing a security problem 2005-12-24 02:30:28 +00:00
Bernhard Reutner-Fischer
de3f04efe5 - no need to disable libmudflap for gcc-4.2
- use the HOSTCC for the intermediate bootstrap compilers
2005-12-21 15:27:33 +00:00
Bernhard Reutner-Fischer
3a1147b2b6 - fix check for group and user (untested..) 2005-12-21 15:03:31 +00:00
Bernhard Reutner-Fischer
e40d0e28a3 - use HOSTCC instead of hardcoded compiler which may or may not be available. 2005-12-21 13:36:47 +00:00
Bernhard Reutner-Fischer
72f50b6678 - update to libpcap-0.9.4 and tcpdump-3.9.4 2005-12-21 08:17:34 +00:00
Mike Frysinger
536e573546 binutils 2.16.91.0.5 has been released 2005-12-20 23:53:35 +00:00
Bernhard Reutner-Fischer
504a1c95d6 - vtun depends on lzo and openssl just like openvpn 2005-12-20 15:15:54 +00:00
Bernhard Reutner-Fischer
a3a46b5545 - add dirclean target to libsysfs 2005-12-20 15:09:40 +00:00
Mike Frysinger
ea26d735ae force CPP 2005-12-17 01:34:03 +00:00
Mike Frysinger
b8cd31023c ver bump 2005-12-17 01:33:21 +00:00
Eric Andersen
9c16d8d657 missed a spot 2005-12-16 13:59:17 +00:00
Eric Andersen
c7eb499ec2 add support for building smartmontools 2005-12-16 13:33:32 +00:00
Mike Frysinger
9c5bb0ec4a import sysvinit package 2005-12-13 05:01:49 +00:00
Mike Frysinger
8596756f16 import usbutils 2005-12-13 05:00:58 +00:00
Mike Frysinger
a604fbc18a import libusb package 2005-12-13 05:00:18 +00:00
Mike Frysinger
05e5438fe3 version bump / cleanup 2005-12-13 04:58:17 +00:00
Mike Frysinger
9145e9de33 add homepage URL 2005-12-10 20:31:27 +00:00
Bernhard Reutner-Fischer
7df4de6cbb - remove BR2_TAR_VERBOSITY and add helptext to BR2_TAR_OPTIONS.
default to no additional tar options.
2005-12-10 15:36:43 +00:00
Bernhard Reutner-Fischer
ce90aae17c - add option to pass to tar for unpacking the source.
Set it to exclude .svn per default (please default to "" if inappropriate)
2005-12-10 14:59:02 +00:00
Bernhard Reutner-Fischer
955ed6aeca - add terse helptext 2005-12-10 14:43:03 +00:00
Bernhard Reutner-Fischer
6102f447aa - remove doublequotes from rootfs tar options
busybox tar -c" -v"f m.tar libm doesn't work but tar -c -vf n.tar libm does.
2005-12-10 14:40:45 +00:00
"Steven J. Hill"
e586c19c6b Remove unneeded patch. 2005-12-09 02:21:14 +00:00
Eric Andersen
478edcec7e Bump up version to one actually present 2005-12-09 01:47:57 +00:00
Eric Andersen
11007cc454 The sysfs tests have no business using _syscallX (using the unistd.h
kernel header file) and seriously expecting that to always work...
2005-12-09 01:38:51 +00:00
Mike Frysinger
9c67678772 we dont need these patches 2005-12-08 23:55:23 +00:00
"Steven J. Hill"
7a8d809a3a Fix broken packages that try to use __mempcpy. Shame on you. 2005-12-08 06:47:07 +00:00
Eric Andersen
c0267dc493 /me kicks autoconf a few more times 2005-12-08 06:41:44 +00:00
Eric Andersen
74b9bf9945 fixup things to behave themselves properly.
/me kicks autoconf a few times
2005-12-08 06:39:19 +00:00
"Steven J. Hill"
b9a4086fb7 Add patch back in. 2005-12-08 06:21:33 +00:00
Mike Frysinger
c348e992b5 update COREUTILS_SITE as pointed out by andersee 2005-12-08 02:32:01 +00:00
Mike Frysinger
1857b72fcf ver bump to 5.3.0 2005-12-07 23:15:25 +00:00
Mike Frysinger
ef1db6bac2 improve selection of options based upon buildroot config 2005-12-07 23:14:34 +00:00
Mike Frysinger
5105581c02 add more threading options 2005-12-07 23:14:19 +00:00