summaryrefslogtreecommitdiff
path: root/packages/busybox
AgeCommit message (Collapse)AuthorFiles
2009-01-21busybox: use short options for hwclock - closes #4978Bernhard Reutner-Fischer8
Both busybox as well as big version support the same short options but the busybox version may be build with getopt_long turned off.
2009-01-20busybox_1.11.3.bb: don't call update-rc.d for mdevJeremy Lainé1
* prune call to update-rc.d mdev for the busybox package, it is handled in the mdev package
2009-01-18SlugOS: slugos.inc, busybox-1.13.2/slugos/defconfig - SlugOS now uses ↵Mike Westerhof1
busybox 1.13.2
2009-01-18busybox: split out mdev stuff to mdev package (package, not recipe)Koen Kooi3
2009-01-16busybox/mdev: support devices with ads7846 touchscreen and wrong modaliasMarcin Juszkiewicz2
2009-01-16busybox: replace my mdev fix with upstream solution (svn r24785)Marcin Juszkiewicz3
2009-01-16busybox: create /dev/input/touchscreen0 with mdevMarcin Juszkiewicz3
2009-01-16busybox: added 1.13.2Marcin Juszkiewicz9
2009-01-16busybox: improved mdev initscript and configMarcin Juszkiewicz3
- do not mount /sys as it is already mounted - fixed hotplug handler (mdev is in /sbin not /bin) - fixed regexps in mdev.conf - alsa and input devnodes in proper directories
2009-01-16busybox: install mdev config and initscriptMarcin Juszkiewicz3
2009-01-06busybox-1.11.3: udhcpd script: Do not deconfig network interface iff rootfs ↵Leon Woestenberg1
on nfs.
2008-12-18busybox: update hwclock.sh to honor the UTC setting in /etc/default/rcSJohn Lee7
...and increase PR of every consumer.
2008-12-08busybox: added support for 921600 speed of serial lineValentin Longchamp2
2008-12-02busybox-static 1.11.3: Actually enable static option.Paul Sokolovsky4
2008-12-02busybox-static 1.11.3: Initial add, configs are copies of non-static version.Paul Sokolovsky6
* Configs will be patches in the next commit.
2008-11-29busybox-1.11.3: fix segfault with fdisk commandMike Westerhof2
(cherrypicked patch from newer busybox version)
2008-11-21Revert "busybox: Disable busybox shadow support for Angstrom"Koen Kooi1
* Do NOT, I repeat NOT touch such core distro files without approval of distro maintainters * This is the wrong solution to the problem, please raise a discussion on email list! Signed-off-by: Koen Kooi <koen@openembedded.org> Signed-off-by: Graeme 'XorA' Gregory <<dp@xora.org.uk> This reverts commit 4339d706baf166732d6b7d3b2bedb0c54ce76cbf.
2008-11-21busybox: Disable busybox shadow support for AngstromSteffen Sledz1
* Build busybox 1.11.3 without shadow support to avoid problems when calling the passwd command, because Angstrom does not install /etc/shadow (Bug 4808).
2008-10-27busybox.inc : Make busybox honor our LDFLAGSHolger Hans Peter Freyther1
We want --hash-style=gnu to be honored, do not unset LDFLAGS force gcc as linker so -Wl does not look like a bad option.
2008-10-22Merge branch 'shared/file-pr-revert' into org.openembedded.devHolger Hans Peter Freyther7
Conflicts: packages/busybox/busybox_1.11.3.bb packages/dsplink/codec-engine_2.10.bb packages/gdb/gdb_6.3.bb packages/gdb/gdb_6.4.bb packages/gdb/gdb_6.6.bb packages/gdb/gdb_6.8.bb packages/glibc/glibc_2.2.5.bb packages/glibc/glibc_2.3.2+cvs20040726.bb packages/glibc/glibc_2.3.2.bb packages/glibc/glibc_2.3.3+cvs20041128.bb packages/glibc/glibc_2.3.3+cvs20050221.bb packages/glibc/glibc_2.3.3+cvs20050420.bb packages/glibc/glibc_2.3.3.bb packages/glibc/glibc_2.3.5+cvs20050627.bb packages/glibc/glibc_2.3.6.bb packages/glibc/glibc_2.4.bb packages/glibc/glibc_2.5.bb packages/glibc/glibc_2.6.1.bb packages/glibc/glibc_2.7.bb packages/kexecboot/linux-kexecboot_2.6.26.bb packages/libsdl/libsdl-x11_1.2.11.bb packages/linux/linux-rp_2.6.26.bb packages/mozilla/fennec_hg.bb packages/python/python_2.5.2.bb packages/tasks/task-xfce-base.bb packages/xorg-driver/xf86-video-omapfb_git.bb packages/xorg-xserver/xserver-kdrive_1.4.0.90.bb
2008-10-20busybox: tolerate empty layout_execprefixPhil Blundell1
2008-10-19busybox 1.11.1: update to latest stable version (=1.11.3)Michael 'Mickey' Lauer5
2008-10-18bb files: Revert the introduction of FILE_PRHolger Hans Peter Freyther7
This is a partial revert of aa03004ace2fabb135a6208ef8c2d2b312aa7b0b. The approach that was taken leads to disagreement and the change was pushed too early. DISTRO_PR is going to say and will be used inside the package creation. There will be more disucssion on the list about where to continue from here.
2008-10-15[PR] Change PR to FILE_PR and intro PR as FILE_PR + DISTRO_PRHolger Hans Peter Freyther7
Allow a distribution to globally bump the PR of every package this is useful when there was a change in the toolchain and every package is going to be different. find packages/ \( -name '*.bb' -or -name '*.inc' \) -exec sed -i s/"^PR="/"FILE_PR ="/ {} \; find packages/ \( -name '*.bb' -or -name '*.inc' \) -exec sed -i s/"^PR ="/"FILE_PR ="/ {} \; Acked-By: Koen Kooi <koen@openembedded.org>
2008-10-15mtn2git: remove .mtn2git_empty files in non-empty directoriesJan Luebbe26
2008-10-09busybox 1.11.1: update angstrom config to be able to replace mount, init, ↵Koen Kooi3
tinylogin and add more coreutils apps
2008-08-22slugOS 5.0 is born - initial commit.Mike Westerhof2
- enable many busybox options - replace several packages in rootfs with busybox, and adjust various config files and scripts to accomodate busybox options - change default alignment behavior to be more lenient Note: this is the first of many disruptive changes for SlugOS 5; this version is to be considered unstable at best!
2008-08-21Fixes compilation error. Details: ↵Robert Schuster2
http://www.mail-archive.com/busybox@busybox.net/msg04184.html busybox 1.9.2: Added topmem patch.
2008-08-13busybox: RRECOMMEND libgcc since avr32 toolchains don't build itKoen Kooi2
2008-08-01Move the RRECOMMEND for libgcc from glibc to busybox.Khem Raj9
Busybox/logger is the place where libgcc is really invoked.
2008-07-21busybox 1.11.1 apply first two hotfixesMichael Lauer1
2008-07-17busybox: add new version 1.11.1Dirk Opfer4
- "Starting syslogd/klogd: start-stop-daemon: lseek: Invalid argument" fixed in this version
2008-04-30busybox 1.9.1 (re)enable netcat server mode + extra optionsMichael Lauer6
busybox 1.9.1 update to 1.9.2 (BUGFIX only release)
2008-03-24busybox 1.9.1: add files needed for openwrt-style 'telnet failsafe login'Koen Kooi3
* the files aren't used in the recipe yet, just there for reference
2008-02-29busybox 1.9.1 enable cmp utility, remove openmoko-specific defconfig (not ↵Michael Lauer4
necessary)
2008-02-29busybox: 1.9.1 add cmp into openmoko distributionJohn Lee2
2008-02-27busybox 1.9.1 factor more common things into busybox.incMichael Lauer3
disable utilities again until we're a proper replacement for tinylogin
2008-02-19merge of '9a5df4f82194968b8ea8a94d7effc5bf61c1e650'Stanislav Brabec1
and 'cb1970d64a9cdb9559e137f509557905fbc174b5'
2008-02-19busybox 1.9.1 add fix for lineedit on arm, remove our own version of ↵Michael Lauer1
run_parts.c which is identical with upstream nowadays
2008-02-19Output NUL terminated lines with sort -z (busybox#1591). Fixes updatedb.Stanislav Brabec2
2008-02-17busybox: add docu for "push 'em"-status of ↵Rolf Leggewie1
packages/busybox/busybox-1.9.1/adduser-longops.patch * add lines upstream, status and comment to the patch
2008-02-16busybox 1.9.1 one defconfig to rule them all, add patch for long options. ↵Michael Lauer4
fixes #3781 -- thanks Andrew Paulsen!
2008-02-14busybox 1.9.1: fix buildKoen Kooi3
2008-02-14busybox: move run-part.c to filesKoen Kooi1
2008-02-13add busybox 1.9.1, the new stable versionMichael Lauer2
2008-02-13busybox 1.7.2 enable login utilities to make this a replacement for tinyloginMichael Lauer2
2008-02-08busybox 1.2.1, 1.7.2: enable CONFIG_RUN_PARTS_LONG_OPTIONS and ↵Michael Lauer8
CONFIG_FEATURE_DATE_ISOFMT. closes #2964
2008-02-08busybox:Michael Lauer28
* fix syslog init script (closes #3718) * drop obsolete slingbox versions (ACKed by rwhitby)
2008-02-08busybox cleanup:Michael Lauer134
* remove some outdated / in-between versions * remove angstrom-only defconfig in bb 1.7.2 * make 1.7.2 the new default preference
2008-01-25divers: remove lines of the form "PACKAGES = ${PN}" from 63 filesRolf Leggewie4