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
Peter Korsgaard
6bf74e4072
Add dillo package
2006-09-19 14:19:32 +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
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
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
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
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
Mike Frysinger
e3f67672a9
ver bump #962 by bowerymarc
2006-07-19 23:53:59 +00:00
Eric Andersen
a7b84fab16
oops
2006-07-19 17:51:12 +00:00
Eric Andersen
1c911f7f4f
minor dependancy cleanup
2006-07-19 06:37:58 +00:00
Eric Andersen
ddb5ebab06
move TAR_OPTIONS to its rightful place
2006-07-18 22:58:58 +00:00
Eric Andersen
1eab86d0eb
fixup patch
2006-07-18 09:13:13 +00:00
Eric Andersen
b1d24866da
fixup build dependancies and such
2006-07-18 08:53:30 +00:00
Eric Andersen
0216ba0b15
change paths so glib-config uses the correct path for
...
the cross compiled libglib and include files
2006-07-18 07:59:29 +00:00
Eric Andersen
a9e51e5892
fixup some build and dependancy problems.
2006-07-18 07:19:10 +00:00
Eric Andersen
1de8a18128
yet another fix for yet another cross depmod endianness problem
2006-07-13 17:26:01 +00:00
Eric Andersen
c4ad37ff4e
disable sdl build
2006-07-10 22:28:09 +00:00
Eric Andersen
ff870a1827
change things so menuconfig wont complain about circular deps
2006-07-10 22:18:35 +00:00
Eric Andersen
12b74e5324
remove junk, bump version, and generally clean things up
2006-07-10 22:17:48 +00:00
Eric Andersen
a8c92e8083
add support for dmraid soft raid handling
2006-07-10 22:09:37 +00:00
Eric Andersen
b6de822b37
add support for gtk+ version 1.2
2006-07-10 22:06:45 +00:00
Eric Andersen
7909d9d1d9
fix url, fixup compile and install
2006-07-10 22:06:11 +00:00
Eric Andersen
2a89e2300c
fixup some dependancies
2006-07-10 22:04:29 +00:00
Eric Andersen
e33a0c1400
prevent up circular deps by preventing both from being enabled concurrently
2006-07-09 04:54:00 +00:00
Eric Andersen
0e6da182fd
why install it if we immediately delete it. Makes no sense
2006-07-09 00:39:39 +00:00
Eric Andersen
9377ea7149
fix dependancy
2006-07-09 00:38:38 +00:00
Eric Andersen
600bcddaef
fixup xorg compile -- it now at least compiles and runs for me on x86
2006-07-08 23:58:02 +00:00
Eric Andersen
830228b9d9
fix broken libpng compile -- malloc was being handled incorrectly
...
when cross compiling
2006-07-08 23:56:47 +00:00
Eric Andersen
3b4205f166
Add pkgconfig
2006-07-08 23:55:55 +00:00
"Steven J. Hill"
213cc83c47
Fix syntax errors in configure and m4 for Tcl so that the package actually builds. This was reported on the Tcl mailing list at < http://sourceforge.net/mailarchive/forum.php?thread_id=9384126&forum_id=3854 >.
2006-07-07 02:05:09 +00:00
Bernhard Reutner-Fischer
df1496abee
- busybox recently renamed CROSS to CROSS_COMPILE. Pass in both for now.
2006-07-05 11:23:17 +00:00
"Steven J. Hill"
70a891e693
Add patch for building and running the Open POSIX Testsuite if NPTL has been selected with uClibc along with make directives. If someone has a cleaner way of handling things in the makefile, feel free to change it.
2006-07-05 05:14:24 +00:00
Eric Andersen
c9306ec90c
update LTP to the latest and greatest
2006-07-05 01:42:29 +00:00
Eric Andersen
050da8412e
try to avoid rebuild
2006-07-04 18:06:38 +00:00
Eric Andersen
7c10b7696e
avoid potential rebuild
2006-07-04 18:06:04 +00:00
Eric Andersen
daa2256049
make needs the full blown gnu glob(), so teach it to use a local copy
2006-07-04 11:58:51 +00:00
Bernhard Reutner-Fischer
c3c100b63f
- list defaults for BR2_GNU_TARGET_SUFFIX in help text
...
- fix a few typos
2006-07-04 11:44:32 +00:00
Mike Frysinger
0cf77487d8
ver bump to 1.2.12
2006-06-30 00:56:53 +00:00
Mike Frysinger
1cd84712ea
ver bump to 1.3.12
2006-06-30 00:32:18 +00:00
Mike Frysinger
db0b9fdf4e
ver bump to 2.60
2006-06-30 00:31:39 +00:00
Peter Korsgaard
bd8522f923
Bump to upstream v1.2.11
2006-06-27 07:44:51 +00:00
Eric Andersen
4856369541
don't use ftp for gnu stuff, a few version bumps as well,
...
based on a patch from Fu Yunhui
2006-06-23 07:29:40 +00:00
Eric Andersen
12ab8c7595
version bump
2006-06-23 07:05:02 +00:00
Eric Andersen
317408b4fa
minor tweak
2006-06-23 07:00:53 +00:00
Eric Andersen
f2a4704040
patch from John Gatewood Ham, add lsof
2006-06-23 06:53:28 +00:00
Eric Andersen
84e58ab9a6
patch from John Gatewood Ham, add hdparm
2006-06-23 06:52:33 +00:00
"Steven J. Hill"
574096452a
Add temporary patch to remove usage of 'bcopy' until upgrading to the next snapshot of LTP. Patch to 'member.c' contributed by Mike Frysinger <vapier@gentoo.org>. Patch to 'echoes.c' by the person adding this patch.
2006-06-22 03:59:53 +00:00
"Steven J. Hill"
63c27c0bb5
Fix Bug #897 preventing the building of 'sudo' for architectures other than x86.
2006-06-06 02:52:08 +00:00
Paul Mundt
d56e2b342f
Split the target suffix out as a config option, for the few cases where
...
we have to use a different one.
2006-06-05 21:49:44 +00:00
Peter Korsgaard
58f0a91b95
Bump to upstream v1.2.10 and remove sdl-config symlink generation
2006-05-24 17:54:45 +00:00
David Anders
805a6379ec
added patch to fix progname per case 0000879
2006-05-24 14:57:27 +00:00
David Anders
4c67c2a6f5
changed the installation prefixes for target
2006-05-24 14:41:30 +00:00
Peter Korsgaard
d503cac9fa
Bump to upstream v1.1.3
2006-05-18 17:36:17 +00:00
Peter Korsgaard
6b2f95f295
0000858: Not finding ntp sources
...
Fixed source URL
2006-04-29 13:15:17 +00:00
Peter Korsgaard
6268a48c56
Bump rsync package to 2.6.8
...
Closes 0000859.
2006-04-28 20:00:46 +00:00
Peter Korsgaard
dd01b4112c
0000856: Not finding ethtool sources
...
Fixed download URL
2006-04-28 19:33:39 +00:00
Mike Frysinger
70b5dc8892
dont override CC
2006-04-20 00:58:20 +00:00
Eric Andersen
afc5e9078e
fix up coreutils build
2006-04-19 21:17:49 +00:00
Eric Andersen
f144786ff5
dont check for the non-existant define 'HAVE_TIME_R_POSIX'
2006-04-19 20:24:12 +00:00
Eric Andersen
54ba8b7024
version bump
2006-04-19 18:36:02 +00:00
Eric Andersen
61942e82b4
teach newer fakeroot to not build docs
2006-04-19 17:53:45 +00:00
Eric Andersen
61115890b8
bump version
2006-04-19 17:32:35 +00:00
Mike Frysinger
476ec17d2f
syntax/comment touchups
2006-04-15 02:27:44 +00:00
Mike Frysinger
f7739d831e
no longer needed
2006-04-15 02:27:30 +00:00
Mike Frysinger
23d6133ec6
version bump to 394
2006-04-15 02:27:23 +00:00
Mike Frysinger
2209685942
version bump to 2.4.1
2006-04-15 02:27:17 +00:00
Mike Frysinger
c74d431a97
version bump to 1.5.22
2006-04-15 02:27:10 +00:00
Mike Frysinger
6741ed05c2
version bump to 4.17
2006-04-15 02:27:01 +00:00
Mike Frysinger
5522edc542
version bump to 1.3.5
2006-04-15 02:26:54 +00:00
Mike Frysinger
71d38f4abb
version bump to 5.94
2006-04-15 02:26:47 +00:00
Mike Frysinger
72d1d90cde
version bump to 3.81
2006-04-15 02:26:39 +00:00
Mike Frysinger
280515fc5c
fix patch to work with -p1
2006-04-15 02:26:01 +00:00
Mike Frysinger
468fe5665e
some more upstream patches
2006-04-15 02:25:18 +00:00
Mike Frysinger
607633f50a
some more upstream patches
2006-04-15 02:24:59 +00:00
Eric Andersen
cb7b678a5e
664: bind package update: akvadrako writes:
...
This patch consists of:
(1) bind version bump
(2) removing some X-compiling build fixes merged upstream
(3) removing the bind-dlopen patch: not of general enough use
(4) remove the package/bind/bind9 file - it isn't used
(5) Use $(STAGING_DIR)/lib instead of $(STAGING_DIR)/usr/lib
(6) Fix chroot'ed bind handling by init script
2006-04-14 19:25:54 +00:00
Eric Andersen
14c7b8568f
829: Bump distcc package to 2.18.3
2006-04-14 18:40:32 +00:00
Eric Andersen
431318368c
830: Bump nano package to v1.3.11
2006-04-14 18:39:36 +00:00
Eric Andersen
43e6d9ed27
831: Bump wget package to v1.10.2
2006-04-14 18:38:25 +00:00
Eric Andersen
c036b2629f
832: Bump libusb package to v0.1.12
2006-04-14 18:37:10 +00:00
Eric Andersen
1d81d7ec7a
833: Bump usbutils package to v0.72
2006-04-14 18:35:51 +00:00
Eric Andersen
5d37fc6095
bug 834: libusb: build fix: set big/little endian
...
The following patch fixes a compilation error in libusb (cannot
detectect endian while cross compiling)
2006-04-14 18:32:17 +00:00
Eric Andersen
d9d199af65
per bug 828, bump boa package to v0.94.14rc21
2006-04-14 18:28:35 +00:00
Eric Andersen
ef9e8c4fec
per bug 825, bump busybox to stable rev 1.1.2
2006-04-11 17:29:42 +00:00
Eric Andersen
e8b1af7638
bump version, merely a compile fix for scp
2006-04-11 00:29:56 +00:00
Eric Andersen
34a0c2f0a5
add sudo, based on http://bugs.busybox.net/view.php?id=511
...
with minor changes, and updated security patches
2006-04-11 00:27:51 +00:00
Eric Andersen
eada0a459e
per bug 0000786, strip quotes
2006-04-10 23:40:05 +00:00
Eric Andersen
126a92177d
0000755: New package: haserl: patch from jacmet
...
This little patch adds a target for haserl to buildroot.
Haserl - Html And Shell Embedded Report Language
2006-04-10 23:34:06 +00:00
Eric Andersen
9dd69ffbfd
0000789: New package: ethtool: patch from jacmet
...
This little patch adds a target for ethtool to buildroot.
ethtool is a small utility for examining and tuning your ethernet-based network interface.
2006-04-10 23:31:14 +00:00
Eric Andersen
fa3670698e
fix for newer gcc
2006-04-10 23:25:40 +00:00
Eric Andersen
674d61d84b
yet again... rework fakeroot handling to ensure fakeroot is invoked just once,
...
as it seems to sometimes lose values logged during from earlier invocations.
2006-04-10 22:49:48 +00:00
Eric Andersen
7be3856489
fetch zlib from the cannonical site at zlib.net
2006-04-10 18:09:17 +00:00
Eric Andersen
f333602f73
remove redundant e2fsprogs dependency which caused unnecessary rebuilds.
2006-04-06 22:17:39 +00:00
Eric Andersen
39027ff8d2
Build ltt without GTK if GTK is not available
2006-04-06 22:13:51 +00:00
Eric Andersen
1718a20602
bjdooks writes:
...
udev creates wrong permissions on /dev/s3c2410_serial devices
Attached patch adds a line for s3c2410_serial with the correct MODE/group
2006-04-06 18:21:51 +00:00
Eric Andersen
0d26efed3a
lord_apollyon writes:
...
When gcc 3.4.4 is configured for the toolchain, it subsequently fails to
compile udhcp-0.9.8/dhcpc.c complaining about an improper switch statement
syntax error:
dhcpc.c: In function `perform_renew':
dhcpc.c:136: error: label at end of compound statement
2006-04-06 18:17:50 +00:00
Eric Andersen
afd4b07278
will_newton writes: thttpd install fails
2006-04-06 17:47:53 +00:00
Eric Andersen
51c429bf06
david_bachelart writes:
...
the recent uemacs packages does not appear in the packages list.
2006-04-06 17:45:35 +00:00
Eric Andersen
4a01900a8d
tyler writes:
...
libdirectfb* is copied to target, but when the package builds it also builds
libdirect* and libfusion*, which libdirectfb will call upon, but they are not
copied along with libdirectfb.
2006-04-06 17:43:28 +00:00
Eric Andersen
b607f5cdc3
tyler writes:
...
Building DirectFB compiles fine and installs fine, but when running on the
target the libraries look for DirectFB modules within a path that was defined
as $(PREFIX) during the build. Under buildroot PREFIX is set to
$(STAGING_DIR)/usr, which obviously doesn't exist on the target so it dies.
Instead, it should be built such that PREFIX=/usr then have prefix &
exec_prefix set to $(STAGING_DIR)/usr when it's time to install.
2006-04-06 17:40:47 +00:00
Eric Andersen
5c08468027
patch from bjdooks:
...
mtd.mk is ignoring the set ($DL_DIR), which means fit will fail when
DL_DIR is set to something other than dl
2006-04-06 17:27:32 +00:00
Mike Frysinger
fd6cc8b1b2
fix building when CPP is set in build env
2006-03-28 07:11:51 +00:00
Mike Frysinger
c295d3a9e3
some more patches from upstream
2006-03-23 03:04:47 +00:00
Mike Frysinger
2b58b9d12c
some more patches from upstream
2006-03-23 03:04:41 +00:00
Eric Andersen
cec440f442
update some missing bits for cross depmod
2006-03-22 18:25:51 +00:00
Bernhard Reutner-Fischer
a3014ed22f
- drop mktmp hunk
2006-03-21 11:57:00 +00:00
Bernhard Reutner-Fischer
3af1e90919
- add uemacs
2006-03-21 11:22:52 +00:00
Eric Andersen
9ef8e45ff6
rsync-2.6.7 is now out
2006-03-19 21:18:45 +00:00
Eric Andersen
986418d19e
seems the dropbear folk forgot to make a .bz2 package this release
2006-03-19 17:18:56 +00:00
Mike Frysinger
419daf099c
grab patches from upstream
2006-03-19 08:53:49 +00:00
Mike Frysinger
b8601dd7ea
import bash-3.1 patches
2006-03-19 08:52:48 +00:00
Mike Frysinger
d4f0350c6d
update to bash-3.1
2006-03-19 08:52:29 +00:00
Mike Frysinger
229a26a76f
ver bump
2006-03-19 08:51:47 +00:00
"Steven J. Hill"
c579e32dbe
Fix header file to use __USE_GNU so that TIMEVAL_TO_TIMESPEC gets defined, otherwise latest dropbear does not build.
2006-03-16 04:38:56 +00:00
Eric Andersen
34d23578ad
bump version to the newly released 0.48
2006-03-10 19:43:52 +00:00
Bernhard Reutner-Fischer
6ff820d647
- pass $(TARGET_CROSS)strip as STRIP to the packages.
2006-03-10 08:44:16 +00:00
Bernhard Reutner-Fischer
8ec9199f17
- quote HOST_CC.
...
Allows for passing flags along HOST_CC which is sometimes needed on certain
architectures.
2006-03-10 08:30:15 +00:00
Bernhard Reutner-Fischer
1281c7b4b9
- use coreutils-5.93
2006-03-08 08:34:32 +00:00
Mike Frysinger
3ed67dec81
fixup support for big endian targets
2006-03-02 06:24:19 +00:00
Mike Frysinger
69f053fdb4
sync with latest upstream cvs
2006-03-02 06:18:02 +00:00
Mike Frysinger
b2da053b14
fix cross-compiling for 64bit hosts
2006-02-25 06:48:26 +00:00
Mike Frysinger
126da5f7f0
version bump
2006-02-25 06:48:20 +00:00
Mike Frysinger
f36ca6b92b
touchup code and dont define a garbage rule if MTD_SOURCE is undefined
2006-02-15 00:38:55 +00:00
Mike Frysinger
02b92f25c4
WIPE_PATCH isnt defined so dont generate a garbage rule
2006-02-15 00:38:06 +00:00
Mike Frysinger
da2cfe4b0a
version bump
2006-02-15 00:37:19 +00:00
Mike Frysinger
f387597064
if uClibc_config.h doesnt exist yet, make sure grep doesnt complain about it
2006-02-15 00:26:07 +00:00
David Anders
82f9e49198
update version of xfsprogs per case 0000641
2006-02-10 20:31:04 +00:00
David Anders
09e3204b25
change patch level for netsnmp per case 0000707
2006-02-10 20:21:32 +00:00
Mike Frysinger
77af3a2fa2
drop the os stuff per Thomas Chou in Bug 618
2006-02-07 04:59:38 +00:00
David Anders
ebd6e5467c
fix unzip method based on the difference between daily snapshots and stable release per case 0000662
2006-01-27 12:58:14 +00:00
David Anders
e507951611
add new package bind per case 0000507
2006-01-25 20:56:55 +00:00
David Anders
9f9e02025e
add option to select target installation per case 0000519
2006-01-25 17:47:03 +00:00
David Anders
54f724280d
add TARGET_CXX per case 0000593
2006-01-25 17:28:23 +00:00
Bernhard Reutner-Fischer
83e44e63f3
Brent Cook writes: in packages/smartmontools/smartmontools.mk
...
s/BR2_PACKAGE_TAR/BR2_PACKAGE_SMARTMONTOOLS/
Thanks!
2006-01-24 22:31:46 +00:00
David Anders
1c3d3d2ffe
add -f flag to ln command to fix cygwin error per case 0000441
2006-01-24 21:35:07 +00:00
David Anders
63c97755b4
add asterisk package per case 0000456
2006-01-24 21:30:10 +00:00
David Anders
1f6aa30948
remove binary with same name before installing init to prevent overwriting busybox init per case 0000416
2006-01-24 21:22:20 +00:00
David Anders
a206e92aa8
fix wipe package build per case 0000658
2006-01-24 21:18:47 +00:00
David Anders
9ce300dc2a
fixed strip command to use target not host arch per case 0000481
2006-01-24 21:12:06 +00:00
David Anders
00de77a28c
update version number to latest stable build per case 0000502
2006-01-24 21:08:40 +00:00
David Anders
79816f9fec
undo changes for wtmp and last log
2006-01-24 15:53:15 +00:00
David Anders
c721420c42
added fix to correct for building with kernels > 2.5 per case 0000557
2006-01-24 15:50:50 +00:00
David Anders
f3803a9088
disable wtmp and lastlog in config as well as the dbclient symlink generation per case 0000521
2006-01-24 15:34:05 +00:00
David Anders
548819bc39
added DESTDIR so that binary is install in target directory per case 0000482
2006-01-24 15:15:16 +00:00
David Anders
984d4fee50
fixed paths in vtun configure per case 0000479
2006-01-24 15:08:54 +00:00
David Anders
c1846c6566
add option to mtd to select daily snapshot or a default version
2006-01-24 14:20:55 +00:00
David Anders
46142ab628
add ipsec-tools package per case 0000439
2006-01-23 21:43:28 +00:00
David Anders
b0a9738dc2
minor syntax changes plus addition of stripping of binaries
2006-01-23 21:38:01 +00:00
David Anders
afbccc64c2
add option to install libfl.a per case 0000438
2006-01-23 21:21:00 +00:00
David Anders
ee669f7426
fix mtd typos per case 0000475
2006-01-23 20:48:56 +00:00
David Anders
787dcdd7c7
added ruby package per case 0000566
2006-01-23 20:21:02 +00:00
David Anders
2bf4d83653
added expat package per case 0000087
2006-01-23 20:10:12 +00:00
David Anders
7940e40825
added package libcgicc per case 0000423
2006-01-23 19:58:19 +00:00
David Anders
ba72c1a6ab
added package libcgi per case 0000298
2006-01-23 19:49:38 +00:00
David Anders
7b4c855674
add package for lighttpd per case 0000509
2006-01-23 19:46:56 +00:00
David Anders
3c0209f288
update lvm2 to latest stable release of 2.01 per case 0000503
2006-01-23 19:33:46 +00:00
David Anders
638852665a
added the pcmcia depends for hostap
2006-01-23 18:40:08 +00:00
David Anders
159656ebdb
add package dialog per case 0000148
2006-01-23 18:27:46 +00:00
David Anders
b7bc963ebf
add new package of thttpd per case 0000556
2006-01-23 18:17:09 +00:00
David Anders
07d0ca1342
add wipe per case 0000140
2006-01-23 18:12:10 +00:00
David Anders
a7fdfc5fc9
fix zlib depends for openssh per case 0000645
2006-01-23 14:45:39 +00:00
David Anders
bae94960df
removed unnessary patch and removed references for installing shared libs that are not built
2006-01-23 14:15:35 +00:00
David Anders
8351d099e2
disable shared library support during configuration
2006-01-23 13:55:55 +00:00
David Anders
96c2c48499
fix url path from bug report 0000578
2006-01-20 21:01:59 +00:00
Mike Frysinger
8ca0e33cd1
ver bump
2006-01-16 09:40:13 +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
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
72f50b6678
- update to libpcap-0.9.4 and tcpdump-3.9.4
2005-12-21 08:17:34 +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
955ed6aeca
- add terse helptext
2005-12-10 14:43:03 +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
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
7848054080
dont set openssl arch to i386-i386 for i386 targets #495 by noah
2005-12-03 20:32:13 +00:00
Mike Frysinger
9fa11e9e5d
version bump #561
2005-11-24 19:52:39 +00:00
Mike Frysinger
030df258c7
disable nasm since it has a wealth of problems
2005-11-24 10:39:50 +00:00
Mike Frysinger
dfebda0014
remove extra space after touch
2005-11-24 06:53:24 +00:00
Mike Frysinger
473be6adfc
sync with cvs
2005-11-21 23:47:41 +00:00
Paul Mundt
48eb656e15
Add support for sh2a and sh4a big endian (ie, targets that reflect
...
hardware that actually exists -- never something to deter gcc folk
though). Now ISA tuning has a chance of producing a bootable kernel,
gcc code generation notwithstanding..
2005-11-21 20:14:49 +00:00
Mike Frysinger
7430a9bc9c
we really shouldnt punt all of /usr/include
2005-11-20 14:32:44 +00:00
Mike Frysinger
aeb268c0b6
remove mandir
2005-11-20 13:57:10 +00:00
Mike Frysinger
bb5cb3db36
import psmisc
2005-11-19 09:39:50 +00:00
Mike Frysinger
0c21223712
import at package by akvadrako #506
2005-11-15 06:50:34 +00:00
Mike Frysinger
0b940a8ed1
make updating configs easier
2005-11-15 06:47:15 +00:00
Mike Frysinger
18898eabe0
version bump from 1.3.8 to 1.3.9
2005-11-15 06:38:59 +00:00
Mike Frysinger
83b0644bae
version bump from 5.4 to 5.5
2005-11-15 06:38:51 +00:00
Mike Frysinger
dba033e7a4
add an option for installing symlinks for supported busybox applets #536
2005-11-10 02:59:20 +00:00
Mike Frysinger
57b6a1007d
ver bump
2005-11-10 02:52:42 +00:00
Mike Frysinger
ec40d5680c
add initial support for sandbox
2005-11-10 02:52:30 +00:00
Mike Frysinger
03b6466e23
fix one more BR2_PACKAGE_DROPBEAR_SSHD -> BR2_PACKAGE_DROPBEAR as pointed out by vlad in bug 533
2005-11-05 20:56:29 +00:00
Mike Frysinger
584365b04b
sync with config cvs
2005-10-29 09:45:16 +00:00
Mike Frysinger
b915f4a31a
use := instead of = for variables and make sure zlib builds with target cflags
2005-10-29 07:16:38 +00:00
Mike Frysinger
d11b70150e
rename dropbear_sshd to just dropbear
2005-10-29 07:01:33 +00:00
Mike Frysinger
9468545bbf
openssl calls the i686 target "i686/cmov" not just "i686" as pointed out by Sieg on irc
2005-10-06 03:00:54 +00:00
"Steven J. Hill"
900edf5c2d
This patch is necessary in order to build with gcc-4.1 compilers. Otherwise, you will get the error message of 'fsck.cramfs.c:98: error: variable-size type declared outside of any function'. I emailed the maintainer giving them a couple of different ways to fix the package, but I have not heard anything. He gets a 'L' for Lame. Anyway, I have hardcoded the PAGE_CACHE_SIZE (page size) to be 4096. Only alpha and the 64-bit platforms will have something different, or MIPS with its variable page size. Curse you MIPS.
2005-10-04 01:30:01 +00:00
Mike Frysinger
03cac04c28
dont version bump since all the patches need to be redone
2005-10-02 08:37:34 +00:00
Mike Frysinger
59a63a91eb
let people control location of download dir
2005-10-01 00:35:24 +00:00
Eric Andersen
3a92983f7e
Remove /usr/share/man instead of /usr/man after install
2005-09-30 20:48:41 +00:00
Eric Andersen
617b079d95
also set the gl_cv_func_chown_follows_symlink configure option
2005-09-30 20:47:40 +00:00
Eric Andersen
ce0f1fe53e
Support building a cross libtool for use on the host during cross-development.
2005-09-30 20:46:29 +00:00
Eric Andersen
f2a5ce4b9d
Add iostat, ltt, xfsprogs, and memtester
2005-09-30 20:41:41 +00:00
Eric Andersen
6628d4b2f6
fetch diethotplug from kernel.org
2005-09-30 20:24:22 +00:00
Eric Andersen
0d09821e49
After some effort, I have taught depmod to handle endianness,
...
allowing us to build a cross-depmod that runs on the host and
generates the target modules.dep and modules.*map files
-Erik
2005-09-30 20:22:13 +00:00
Eric Andersen
6349fd8e94
After some effort, I have taught depmod to handle endianness,
...
allowing us to build a cross-depmod that runs on the host and
generates the target modules.dep and modules.*map files
-Erik
2005-09-30 20:17:07 +00:00
Mike Frysinger
18871c83f8
ver bump by gnat in Bug 452 and make sure we configure as i386 with i[456]86 targets by schieli in Bug 450
2005-09-30 01:51:45 +00:00
Mike Frysinger
bcd137f5ff
dont run uname and crap to figure out build stuff Bug 219 by kk
2005-09-29 07:27:42 +00:00
Mike Frysinger
50ec2fdadb
version bump as pointed out by daisuke in Bug 400
2005-09-24 05:40:28 +00:00
Mike Frysinger
536f9f3864
version bump as pointed out by daisuke in Bug 399
2005-09-24 05:38:46 +00:00
Mike Frysinger
eb02a6756a
import mdadm written by ktraum in bug 443
2005-09-24 00:57:27 +00:00
Mike Frysinger
c6ab1fea37
ver bump
2005-09-24 00:54:06 +00:00
Mike Frysinger
a703591d2e
ver bump as reported by Nathanael D. Noblet
2005-09-22 22:11:11 +00:00
Mike Frysinger
415cc2c047
version bump
2005-09-22 06:47:03 +00:00
Mike Frysinger
7077d900d9
version bump
2005-09-22 06:46:41 +00:00
Mike Frysinger
dedc27c603
ver bump
2005-09-22 06:45:10 +00:00
Mike Frysinger
f987aa1108
version bump
2005-09-22 06:42:51 +00:00
Mike Frysinger
795f6330c2
version bump
2005-09-22 02:39:01 +00:00
Joakim Tjernlund
c57188a20a
Patch from steelman. fixes bug 437.
2005-09-18 17:47:38 +00:00
Mike Frysinger
e4de8b2f14
add sf mirrors list in help (fix by Bernhard Fischer) and allow people to add custom prefix/suffix to builds
2005-09-18 04:41:57 +00:00
Eric Andersen
7956dda04e
patch from 'steelman'
2005-09-14 22:45:58 +00:00
Eric Andersen
f2dd639c9f
if we have external syslogd, force busybox to use it
2005-09-13 21:04:12 +00:00
Eric Andersen
0eb90feffd
Add support for the full blown versions of sysklogd and klogd
2005-09-13 20:58:37 +00:00
Eric Andersen
23791fa0e6
Add an empty dhclient-script to keep dhclient from complaining
2005-09-13 20:54:33 +00:00
Eric Andersen
a3ae603268
Tar's default of use chown when being cross compiled is stupid, as lchown is
...
available on virtually every platform, and all linux versions since linux 2.0.
2005-09-13 20:40:59 +00:00
"Steven J. Hill"
a05b7977e6
How about we check our work a little better?
2005-09-13 00:04:05 +00:00
Mike Frysinger
163511722b
version bump
2005-09-12 23:02:31 +00:00
Mike Frysinger
80f975a48d
version bump and fix stripping as reported by Jun Sun
2005-09-12 23:00:36 +00:00
Mike Frysinger
c7a147d643
ver bump to 5.8.7
2005-09-09 04:51:38 +00:00
Mike Frysinger
c94c036b11
cvs package
2005-09-09 04:36:23 +00:00
Mike Frysinger
24bc013e49
if QTE isnt enabled, make sure the versions dont screw up the make rules
2005-09-09 03:26:14 +00:00
Mike Frysinger
13ef97f580
QTE by Allan Clark Bug 391
2005-09-09 03:14:28 +00:00
Mike Frysinger
8df304656c
fix shared library building
2005-09-08 01:51:36 +00:00
Mike Frysinger
74862dcd6c
dont need patch, is already a config opt
2005-09-08 00:55:01 +00:00
Mike Frysinger
466e799505
fall back to /dev/urandom if /dev/random is out of entropy Bug 138 by rireland
2005-09-08 00:54:01 +00:00
Mike Frysinger
913ad351c4
grab patch from OE to fix cross-compiling
2005-09-08 00:51:14 +00:00
Mike Frysinger
250245fa7e
samrobb writes in Bug 233: only clean host sed if we built it
2005-09-08 00:39:33 +00:00