diff options
author | Koen Kooi <koen@openembedded.org> | 2007-10-12 10:20:00 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2007-10-12 10:20:00 +0000 |
commit | 452b1bbec53a32d7872be5a082a4cb4f8a8f46c7 (patch) | |
tree | 9fd8892bac171584424ffaa896fcb330d7cdd46d /conf | |
parent | 7f767eb6bf98d987d90bfa5c76aaf1c6a3ea06b8 (diff) |
angstrom-2008.1: use busybox 1.7.2
Diffstat (limited to 'conf')
-rw-r--r-- | conf/distro/angstrom-2008.1.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/conf/distro/angstrom-2008.1.conf b/conf/distro/angstrom-2008.1.conf index 55ff9c93d0..046c63ad54 100644 --- a/conf/distro/angstrom-2008.1.conf +++ b/conf/distro/angstrom-2008.1.conf @@ -45,3 +45,6 @@ PREFERRED_VERSION_pango = "1.18.1" # prefer newest for speed and fun PREFERRED_VERSION_udev = "115" +# Our patched-to-hell busybox 1.2.1 is getting old and unmaintanable +PREFERRED_VERSION_busybox = "1.7.2" + |