summaryrefslogtreecommitdiffstats
path: root/package/busybox
Commit message (Collapse)AuthorAgeFilesLines
* add support for openslx busybox variantJohann Latocha2012-06-212-3/+13
|
* busybox 1.20.1: add patches for ash, ifupdown, man and tarGustavo Zacarias2012-06-104-0/+132
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* busybox: bump 1.20.x versionPeter Korsgaard2012-05-288-267/+1Star
| | | | | | Bugfix release. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* busybox: add 1.20.0 patch for mdev and update buildsys patchGustavo Zacarias2012-05-202-0/+81
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* busybox: add 1.20.0 patches for find and volume_idGustavo Zacarias2012-05-192-0/+106
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* busybox: add watchdog daemon startup scriptFabio Porcedda2012-05-063-0/+52
| | | | | | Signed-off-by: Fabio Porcedda <fabio.porcedda@gmail.com> Acked-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* busybox: 1.20.0 buildsys fixPeter Korsgaard2012-04-291-0/+11
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* busybox: add new 1.20.0, remove deprecated, mark 1.18.x deprecatedGustavo Zacarias2012-04-297-1084/+208Star
| | | | | | | | Add version 1.20.0, remove deprecated 1.16.x & 1.17.x versions and mark 1.18.x as deprecated. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* Remove stray $ character from a bunch of init scriptsLuca Ceresoli2012-03-152-2/+2
| | | | | Signed-off-by: Luca Ceresoli <luca@lucaceresoli.net> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* busybox: bump 1.19.x stable versionPeter Korsgaard2012-02-145-63/+1Star
| | | | | | Identical to 1.19.3 + patches. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* Convert busybox to the device declaration methodMaxime Ripard2012-02-011-0/+5
| | | | | | | | | | | Busybox used to declare and create files even if the package was not enabled through the device table. Remove the entries for busybox in the device table and move them to the package declaration. Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com> Acked-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com> Reviewed-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* busybox: add 1.19.3 mdev fixPeter Korsgaard2012-01-301-0/+11
| | | | | | | For details, see http://lists.busybox.net/pipermail/busybox/2012-January/077236.html Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* busybox: enable CONFIG_FEATURE_MDEV_RENAMEThomas Petazzoni2012-01-024-4/+4
| | | | | | | | | | | | | | | | | Our default mdev.conf file in package/busybox has lines like: pcm.* root:audio 660 =snd/ event[0-9]+ root:root 640 =input/ that are used to create the device is the appropriate /dev subdirectory. However, this feature requires CONFIG_FEATURE_MDEV_RENAME to be enabled, otherwise mdev complains with: mdev: bad line 25 Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* busybox: add 1.19.3 for wget redirect handlingPeter Korsgaard2011-12-181-0/+29
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* busybox: remove old unused quirk handlingPeter Korsgaard2011-11-231-2/+0Star
| | | | | | | The definition of these variables were removed back in June (7d814728 / f1e4aac4). Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* busybox: rename busybox-update to busybox-update-configThomas De Schampheleire2011-11-111-1/+1
| | | | | | | | | The original name busybox-update is confusing as it only updates a configuration file. Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com> Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* busybox: add 1.19.3 getty and modinfo fixesGustavo Zacarias2011-11-022-0/+22
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* busybox: bump 1.19.x stable versionPeter Korsgaard2011-10-298-209/+1Star
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* busybox: Fix syntax error when installing S10mdevPhilippe Pepiot2011-10-261-1/+1
| | | | | Signed-off-by: Philippe Pepiot <phil@philpep.org> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* busybox: only install S01logging / S10mdev if not present in fs skeletonPeter Korsgaard2011-10-181-3/+6
| | | | | | To allow custom syslogd / mdev configutations. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* busybox: add 1.19.2 tftp fixGustavo Zacarias2011-10-081-0/+12
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* package: remove useless arguments from GENTARGETSThomas Petazzoni2011-09-291-1/+1
| | | | | | | | | | Thanks to the pkgparentdir and pkgname functions, we can rewrite the GENTARGETS macro in a way that avoids the need for each package to repeat its name and the directory in which it is present. [Peter: pkgdir->pkgparentdir] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* busybox: add 1.19.2 tail fixPeter Korsgaard2011-09-261-0/+43
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* busybox: add new 1.19.2 fixes and drop stale configGustavo Zacarias2011-09-173-870/+39Star
| | | | | | | | Drop stale config file for busybox 1.13.x Add build system and syslogd fixes for 1.19.2 Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* busybox: add 1.19.2 fixes for chpasswd, crond and inetd.Peter Korsgaard2011-09-113-0/+114
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* busybox: add 1.19.x branch and cleanupGustavo Zacarias2011-09-062-8/+1022
| | | | | | | | | Add busybox version 1.19.2 for the 1.19.x branch. Remove deprecated 1.15.x branch. Mark 1.16.x and 1.17.x branches deprecated as suggested by Thomas. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* busybox: BR2_PACKAGE_BUSYBOX_SHOW_OTHER: remove conditional checkPeter Korsgaard2011-07-271-1/+1
| | | | | | It is already within an 'if BR2_PACKAGE_BUSYBOX' section. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* busybox: Add busybox-xconfig and busybox-gconfig rulesBenoit Mauduit2011-07-241-2/+3
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* busybox: busybox-1.18.x.config: enable blkid appletPeter Korsgaard2011-07-211-1/+1
| | | | | | Needed by usbmount. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* Fix colon location in S01logging scriptH Hartley Sweeten2011-07-131-2/+2
| | | | | | | | | | | | | The S01logging script currently displays the start/stop messages like this: Start logging :OK The normal form for these messages is: Start logging: OK Signed-off-by: H Hartley Sweeten <hsweeten@visionengravers.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* busybox: provide /etc/mdev.conf if mdev is usedLuca Ceresoli2011-07-112-0/+41
| | | | | | | | | | | | | | | | Without an mdev.conf file installed, mdev generates some /dev entries in an incorrect or non-standard way. Some examples: 1. /dev/null has permissions 660, but it should be accessible to normal users; 2. alsa devices get created in /dev, not /dev/snd as is more common, and as the default value of BR2_PACKAGE_ALSA_LIB_DEVDIR suggests; 3. event<N> files are created in /dev, not /dev/input. This mdev.conf is a selection from the examples provided in the busybox sources with minor tweaks. Signed-off-by: Luca Ceresoli <luca@lucaceresoli.net> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* busybox: only install S01logging if syslogd applet is enabledPeter Korsgaard2011-07-041-2/+4
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* Rework the logging daemons startupMaxime Ripard2011-07-042-0/+32
| | | | | | | | | | | The logging mechanism startup being in inittab, it isn't easy to overcharge the default policy. With this patch, the startup of the syslog daemon is moved to an init.d script, that can easily be overwritten. [Peter: use install -D] Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* Remove obsolete code in busybox.mkMaxime Ripard2011-07-041-8/+0Star
| | | | | | | | Remove this quirk since the tested code is no longer present in busybox since 1.10. Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* busybox: remove quirk for old unsupported versionsMaxime Ripard2011-07-041-11/+0Star
| | | | | | | | This code is no longer useful, since the oldest version supported by Builroot is 1.16. Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* busybox: adjust configuration for non-MMU targetsThomas Petazzoni2011-06-121-0/+9
| | | | | | | | | | | The swaponoff applet doesn't build (and doesn't make sense) on non-MMU platforms. The ash shell cannot build on non-MMU platforms (because it uses fork()), so select the hush shell instead. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* busybox: tune config according to BR2_TOOLCHAIN_HAS_SHADOW_PASSWORDSThomas Petazzoni2011-06-121-0/+9
| | | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* busybox: bump 1.18.x versionPeter Korsgaard2011-06-122-161/+1Star
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* busybox: add hush patch for version 1.18.4Gustavo Zacarias2011-05-161-0/+160
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* Create menu entry to select device creation methodYegor Yefremov2011-05-092-0/+35
| | | | | | | | | | | | | | | | | | Four methods for the creation of device files in /dev are now proposed: - static method uses device table as before - devtmpfs method enables this feature in kernel - mdev method adds mdev starting script to the file system and selects mdev itself for installation - udev method selects udev for installation All dynamic methods are based on devtmpfs, so one doesn't need to care about /dev folder. Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* busybox: ensure source gets downloaded/extracted/patched before -menuconfigPeter Korsgaard2011-03-281-1/+1
| | | | | | Closes #3511 Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* busybox: bump 1.18.x stable versionPeter Korsgaard2011-03-136-146/+1Star
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* busybox: 1.18.3 cksum fixPeter Korsgaard2011-03-121-0/+10
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* busybox 1.18.3: add patches for klogd and menuconfigGustavo Zacarias2011-03-102-0/+56
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* busybox 1.18.3: add wget and build system patchesGustavo Zacarias2011-02-102-0/+79
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* busybox: bump to version 1.18.3Gustavo Zacarias2011-02-0910-224/+1Star
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* busybox: 1.18.2 fixes for ping, tar and udhcpPeter Korsgaard2011-02-063-0/+37
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* busybox: add 1.18.2 libbb fixPeter Korsgaard2011-02-041-0/+10
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* busybox: add 1.18.2 modprobe fixGustavo Zacarias2011-02-041-0/+20
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* busybox: 1.18.2 fix for wcPeter Korsgaard2011-01-241-0/+41
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>