Commit Graph

21 Commits

Author SHA1 Message Date
Lluís Batlle i Rossell
5007314654 Updating busybox
svn path=/nixpkgs/branches/stdenv-updates/; revision=24850
2010-11-25 09:05:04 +00:00
Lluís Batlle i Rossell
7715dc2beb Updating busybox.
svn path=/nixpkgs/branches/stdenv-updates/; revision=24800
2010-11-21 20:39:52 +00:00
Lluís Batlle i Rossell
30892ab9fd Updating busybox and adding a patch that allows it to build with make 3.82
svn path=/nixpkgs/branches/stdenv-updates/; revision=23345
2010-08-21 23:13:21 +00:00
Lluís Batlle i Rossell
79653715d6 Fixing the build of busybox without extraConfig
svn path=/nixpkgs/branches/stdenv-updates/; revision=23311
2010-08-21 16:52:45 +00:00
Lluís Batlle i Rossell
908c67b7ee Fixing a bit the busybox expression and its new flexible config
svn path=/nixpkgs/branches/stdenv-updates/; revision=22852
2010-08-01 21:25:37 +00:00
Lluís Batlle i Rossell
fbad1b3a56 Trying to make busybox more configurable
svn path=/nixpkgs/branches/stdenv-updates/; revision=22846
2010-08-01 21:06:45 +00:00
Lluís Batlle i Rossell
5b7f1ef09a Making busybox cross build with kernel 2.4 for mipsel (I had to disable 'ionice', which
requires some headers >= 2.6.12).

I also add the kernel 2.4 headers expression I forgot in my last commit.

svn path=/nixpkgs/trunk/; revision=20540
2010-03-10 21:32:35 +00:00
Lluís Batlle i Rossell
33e549fa4f Adding a busybox option to build it statically.
Adding it to the cross builds.


svn path=/nixpkgs/trunk/; revision=20516
2010-03-09 22:44:45 +00:00
Lluís Batlle i Rossell
fb6adb13ac Updating busybox. I left only a single busybox in its directory. The others, coming from the old
cross-building nixpkgs implementation, were not referenced anywhere.

This new busybox builds natively, and also cross-builds with uclibc.

I updated the uclibc config with a busybox defconfig requirement (something about RPC).

I made the gcc-cross-wrapper properly set the dynamic loader to programs.

After this, 'qemu-arm' can run the dynamically linked busybox cross built for armv5tel--linux-gnueabi.



svn path=/nixpkgs/trunk/; revision=20514
2010-03-09 22:17:38 +00:00
Eelco Dolstra
7689a348c4 * Got rid of a lot of "postInstall=postInstall" and similar lines in
builders.  These are redundant now.
* Inlined some trivial builders.
* Removed a few explicit setup-hook creations.  This is done
  automatically now if setupHook is set.
* Deleted the initscripts package.  NixOS doesn't use it anymore.

svn path=/nixpkgs/branches/stdenv-updates/; revision=15276
2009-04-23 13:31:10 +00:00
Eelco Dolstra
a0159dee8e * Reverted r6713, r6711, r4623, r3660, r2237. There rewrote fetchurl
URLs to http://nix.cs.uu.nl/dist/tarballs.  With content-addressable
  mirror support (r9190, NIXPKGS-70) this is no longer necessary:
  fetchurl will try to download from that location automatically.  So
  we can keep the original URLs.

svn path=/nixpkgs/trunk/; revision=9192
2007-08-24 12:32:36 +00:00
Armijn Hemel
044b8aa637 1.2.2.1
1.3.1

svn path=/nixpkgs/trunk/; revision=7530
2007-01-01 19:41:53 +00:00
Eelco Dolstra
1442e8ec22 * Copy a bunch of files to nix.cs.uu.nl.
svn path=/nixpkgs/trunk/; revision=6711
2006-10-12 13:50:54 +00:00
Armijn Hemel
cdfc9e4b0c build more tools
svn path=/nixpkgs/trunk/; revision=6270
2006-08-27 13:07:25 +00:00
Armijn Hemel
e7bf53481a add a few more config options
svn path=/nixpkgs/trunk/; revision=6061
2006-08-06 23:52:55 +00:00
Armijn Hemel
154aac88de make x86 the default right now. Add a configuration for x86, that builds enough tools for NixOS
svn path=/nixpkgs/trunk/; revision=6060
2006-08-06 22:24:48 +00:00
Armijn Hemel
b60bc10218 prepare for having configs for different architectures
svn path=/nixpkgs/trunk/; revision=6040
2006-08-03 22:23:08 +00:00
Armijn Hemel
90b7d18c5d add expression for busybox 1.2, good config is still missing
svn path=/nixpkgs/trunk/; revision=5663
2006-07-08 10:07:57 +00:00
Armijn Hemel
6a2707c075 config is not portable, restructure
svn path=/nixpkgs/trunk/; revision=5662
2006-07-08 10:03:35 +00:00
Armijn Hemel
805c2e221d bugfix release of busybox
svn path=/nixpkgs/trunk/; revision=5661
2006-07-08 09:59:09 +00:00
Armijn Hemel
36e57ebead add busybox, a small replacement for most Unix utilities, often used on
embedded systems and installation CDs. Hopefully this will decrease the size
of things we use on the NixOS installation CD. Only tested in a cross-compile
for MIPS so far.

svn path=/nixpkgs/trunk/; revision=4968
2006-03-02 18:05:21 +00:00