summaryrefslogtreecommitdiffstats
path: root/package/busybox/Config.in
Commit message (Collapse)AuthorAgeFilesLines
* busybox: bump to version 1.18.3Gustavo Zacarias2011-02-091-1/+1
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* busybox: bump 1.18.x versionPeter Korsgaard2011-01-161-1/+1
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* busybox: get rid of BR2_PACKAGE_BUSYBOX_FULLINSTALLPeter Korsgaard2010-12-211-12/+0
| | | | | | | | As discussed on IRC, this only needs to be disabled for very specific configurations, and it can nowadays be done with a custom busybox .config (CONFIG_INSTALL_APPLET_DONT), so get rid of the option. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* busybox: clarify BR2_PACKAGE_BUSYBOX_FULLINSTALL descriptionPeter Korsgaard2010-12-211-1/+1
| | | | | | | | | | Explicitly explain what the (default) install target does, so people who don't know busybox details understands what the option does. Notice: Busybox can be configured to create hard links or shell wrappers instead, but by default symlinks are used. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* busybox: bump 1.18.x versionPeter Korsgaard2010-12-211-1/+1
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* busybox: default to 1.18Peter Korsgaard2010-12-111-1/+1
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* busybox: add 1.18.0, remove 1.13.x and 1.14.x, mark 1.15.x as deprecatedGustavo Zacarias2010-12-111-13/+7
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* busybox: bump 1.17.x stable versionPeter Korsgaard2010-11-231-1/+1
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* busybox: bump 1.17.x versionPeter Korsgaard2010-10-111-1/+1
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* busybox: Bump to 1.17.2Gustavo Zacarias2010-09-051-1/+1
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* busybox: bump 1.17.x versionPeter Korsgaard2010-07-261-1/+1
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* move default skeleton to fs/ and drop busybox skeletonDmytro Milinevskyy2010-07-181-6/+0
| | | | | | | [Peter: fixup patch, adjust for busybox.mk changes] Signed-off-by: Dmytro Milinevskyy <milinevskyy@gmail.com> Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* busybox: default to v1.17.xPeter Korsgaard2010-07-121-1/+1
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* busybox: add 1.17.0, convert to gentargets, drop 1.12, deprecate 1.13 and 1.15Gustavo Zacarias2010-07-121-7/+7
| | | | | | | | Closes #2167 [Peter: fix CONFIG_ID workaround for old uClibcs] Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* busybox: bump 1.16.x versionPeter Korsgaard2010-06-141-1/+1
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* Get rid of all usages of BR2_RECENTThomas Petazzoni2010-04-121-2/+0
| | | | | | | | | | | | Since BR2_RECENT was enabled by default, we do not want entries marked BR2_RECENT (and thus appearing by default in Buildroot) to disappear. Therefore, all the entries marked BR2_RECENT are converted as non-deprecated. We can later decide, on a per-entry basis, to add BR2_DEPRECATED to some of them. But at least, this commit doesn't change the default current behaviour of Buildroot. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* busybox: indent sub optionsPeter Korsgaard2010-04-021-10/+11
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* busybox: bump 1.16.x stable versionPeter Korsgaard2010-03-291-1/+1
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* busybox: add 1.16.x specific defconfigPeter Korsgaard2010-01-311-2/+2
| | | | | | | | | Closes #1003. Several config options have gotten renamed in 1.16, making the 1.13.x defconfig not enable the stuff we want. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* busybox: bump versionPeter Korsgaard2010-01-261-2/+8
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* busybox: bump 1.15.x stable versionPeter Korsgaard2009-12-121-1/+1
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* package: show packages with busybox alternatives if busybox is disabledPeter Korsgaard2009-10-271-2/+2
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* busybox: invert hide optionPeter Korsgaard2009-10-151-4/+3
| | | | | | | | | | Invert the BR2_PACKAGE_BUSYBOX_HIDE_OTHERS option to use positive logic, renaming it to _SHOW_OTHERS. Positive logic is simpler to understand, and it makes all{,package}config do the right thing. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* busybox: bump 1.15.x stable versionPeter Korsgaard2009-10-081-1/+1
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* busybox: bump 1.14.x versionPeter Korsgaard2009-09-161-1/+1
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* busybox: don't default to long gone file for snapshot configPeter Korsgaard2009-09-151-1/+1
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* busybox: bump 1.15.x versionPeter Korsgaard2009-09-121-1/+1
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* busybox: add 1.15.0Peter Korsgaard2009-09-011-2/+8
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* busybox: bump 1.14.x versionPeter Korsgaard2009-08-041-1/+1
| | | | | | Fixes various problems. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* busybox: bump 1.14.x versionPeter Korsgaard2009-06-241-1/+1
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* busybox: bump 1.14.x versionPeter Korsgaard2009-05-271-1/+1
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* busybox: remove ancient versionsPeter Korsgaard2009-04-151-42/+0
|
* busybox: add 1.14.xPeter Korsgaard2009-04-151-2/+8
|
* busybox: bump 1.13.x versionPeter Korsgaard2009-04-151-1/+1
|
* busybox: bump 1.13.x versionPeter Korsgaard2009-03-111-1/+1
|
* busybox: bump 1.12.x / 1.13.x versionsPeter Korsgaard2008-12-311-2/+2
|
* busybox: bump 1.12.x / 1.13.x versionsPeter Korsgaard2008-11-291-2/+2
|
* busybox: disable id applet for 1.13.xPeter Korsgaard2008-11-151-1/+1
| | | | | busybox 1.13.0 id applet doesn't compile with uclibc 0.9.29 / 0.9.28, so disable it for now.
* busybox: add 1.13.x, mark older as deprecatedPeter Korsgaard2008-11-131-2/+9
|
* busybox: bump 1.12.x versionPeter Korsgaard2008-11-131-1/+1
|
* busybox: bump 1.11.x and 1.12.x versionsPeter Korsgaard2008-09-281-2/+2
|
* Bump 1.11.x version to 1.11.2 (no patches yet)Hamish Moffatt2008-08-261-1/+1
|
* busybox: add 1.12.x and make it defaultPeter Korsgaard2008-08-211-1/+6
|
* busybox: default HIDE_OTHERS to y for all versionsPeter Korsgaard2008-08-041-1/+1
| | | | | There's no particular reason to only enable BR2_PACKAGE_BUSYBOX_HIDE_OTHERS by default for the snapshot version.
* busybox: bump 1.11.x versionPeter Korsgaard2008-07-111-1/+1
|
* busybox: default to 1.11.xPeter Korsgaard2008-07-011-2/+3
|
* busybox: add 1.11.xPeter Korsgaard2008-06-261-1/+5
|
* busybox: mark old versions as deprecatedPeter Korsgaard2008-06-261-2/+3
|
* buxybox: bump 1.10.x versionPeter Korsgaard2008-06-261-1/+1
|
* buildroot: s/depends/depends on/Peter Korsgaard2008-06-191-3/+3
| | | | | The new kconfig is more strict regarding depends/depends on, so fixup the tree.