2004-10-09 03:06:03 +02:00
|
|
|
config BR2_PACKAGE_BUSYBOX
|
2005-04-12 22:32:45 +02:00
|
|
|
bool "BusyBox"
|
2004-10-09 03:06:03 +02:00
|
|
|
default y
|
|
|
|
help
|
|
|
|
The Swiss Army Knife of embedded Linux. It slices, it dices, it
|
|
|
|
makes Julian Fries.
|
|
|
|
|
2004-12-26 08:16:38 +01:00
|
|
|
http://busybox.net/
|
|
|
|
|
2004-10-09 03:06:03 +02:00
|
|
|
Most people will answer Y.
|
|
|
|
|
2006-12-13 07:58:14 +01:00
|
|
|
choice
|
|
|
|
prompt "BusyBox Version"
|
2008-06-19 21:06:25 +02:00
|
|
|
depends on BR2_PACKAGE_BUSYBOX
|
2008-11-13 17:32:56 +01:00
|
|
|
default BR2_BUSYBOX_VERSION_1_13_X
|
2004-10-09 20:00:34 +02:00
|
|
|
help
|
2006-12-13 07:58:14 +01:00
|
|
|
Select the version of BusyBox you wish to use.
|
|
|
|
|
|
|
|
config BR2_BUSYBOX_VERSION_1_2_2_1
|
|
|
|
bool "BusyBox 1.2.2.1"
|
2007-03-20 10:51:37 +01:00
|
|
|
depends on BR2_DEPRECATED
|
2006-12-13 07:58:14 +01:00
|
|
|
|
2007-07-02 11:54:18 +02:00
|
|
|
config BR2_BUSYBOX_VERSION_1_6_1
|
|
|
|
bool "BusyBox 1.6.1"
|
2007-09-20 18:58:35 +02:00
|
|
|
depends on BR2_DEPRECATED
|
2007-02-06 17:18:12 +01:00
|
|
|
|
2008-01-03 14:31:26 +01:00
|
|
|
config BR2_BUSYBOX_VERSION_1_7_X
|
|
|
|
bool "BusyBox 1.7.x"
|
2008-06-26 08:51:11 +02:00
|
|
|
depends on BR2_DEPRECATED
|
2008-01-03 14:33:25 +01:00
|
|
|
|
|
|
|
config BR2_BUSYBOX_VERSION_1_8_X
|
|
|
|
bool "BusyBox 1.8.x"
|
2008-06-26 08:51:11 +02:00
|
|
|
depends on BR2_DEPRECATED
|
2008-01-03 14:33:28 +01:00
|
|
|
|
|
|
|
config BR2_BUSYBOX_VERSION_1_9_X
|
|
|
|
bool "BusyBox 1.9.x"
|
2008-07-01 16:04:55 +02:00
|
|
|
depends on BR2_DEPRECATED
|
2007-08-24 16:23:53 +02:00
|
|
|
|
2008-03-25 15:38:45 +01:00
|
|
|
config BR2_BUSYBOX_VERSION_1_10_X
|
|
|
|
bool "BusyBox 1.10.x"
|
2008-11-13 17:32:56 +01:00
|
|
|
depends on BR2_DEPRECATED
|
2008-03-25 15:38:45 +01:00
|
|
|
|
2008-06-26 08:51:16 +02:00
|
|
|
config BR2_BUSYBOX_VERSION_1_11_X
|
|
|
|
bool "BusyBox 1.11.x"
|
2008-11-13 17:32:56 +01:00
|
|
|
depends on BR2_DEPRECATED
|
2008-06-26 08:51:16 +02:00
|
|
|
|
2008-08-21 07:08:53 +02:00
|
|
|
config BR2_BUSYBOX_VERSION_1_12_X
|
|
|
|
bool "BusyBox 1.12.x"
|
2008-11-13 17:32:56 +01:00
|
|
|
depends on BR2_DEPRECATED || BR2_RECENT
|
|
|
|
|
|
|
|
config BR2_BUSYBOX_VERSION_1_13_X
|
|
|
|
bool "BusyBox 1.13.x"
|
2008-08-21 07:08:53 +02:00
|
|
|
|
2006-12-13 07:58:14 +01:00
|
|
|
config BR2_PACKAGE_BUSYBOX_SNAPSHOT
|
|
|
|
bool "daily snapshot"
|
|
|
|
|
|
|
|
endchoice
|
|
|
|
|
2007-03-20 10:51:37 +01:00
|
|
|
config BR2_BUSYBOX_VERSION
|
|
|
|
string
|
|
|
|
default "1.2.2.1" if BR2_BUSYBOX_VERSION_1_2_2_1
|
2007-07-02 17:20:05 +02:00
|
|
|
default "1.6.1" if BR2_BUSYBOX_VERSION_1_6_1
|
2008-03-26 22:49:58 +01:00
|
|
|
default "1.7.5" if BR2_BUSYBOX_VERSION_1_7_X
|
|
|
|
default "1.8.3" if BR2_BUSYBOX_VERSION_1_8_X
|
2008-03-21 11:14:15 +01:00
|
|
|
default "1.9.2" if BR2_BUSYBOX_VERSION_1_9_X
|
2008-06-26 08:50:59 +02:00
|
|
|
default "1.10.4" if BR2_BUSYBOX_VERSION_1_10_X
|
2008-09-28 21:28:51 +02:00
|
|
|
default "1.11.3" if BR2_BUSYBOX_VERSION_1_11_X
|
2008-12-31 10:35:21 +01:00
|
|
|
default "1.12.4" if BR2_BUSYBOX_VERSION_1_12_X
|
|
|
|
default "1.13.2" if BR2_BUSYBOX_VERSION_1_13_X
|
2005-04-12 22:32:45 +02:00
|
|
|
|
2008-03-21 18:56:00 +01:00
|
|
|
config BR2_PACKAGE_BUSYBOX_FULLINSTALL
|
|
|
|
bool "Run BusyBox's own full installation"
|
2008-06-19 21:06:25 +02:00
|
|
|
depends on BR2_PACKAGE_BUSYBOX
|
2005-11-10 03:59:20 +01:00
|
|
|
default y
|
|
|
|
help
|
2008-03-21 18:56:00 +01:00
|
|
|
If you want to run BusyBox's own full install for the
|
|
|
|
configured applets, then answer Y.
|
2005-11-10 03:59:20 +01:00
|
|
|
|
|
|
|
This may overwrite files from other packages if your
|
|
|
|
busybox includes replacement applets for the package.
|
|
|
|
|
|
|
|
If you wish to just install /bin/busybox, then answer N.
|
|
|
|
|
2005-04-12 22:32:45 +02:00
|
|
|
config BR2_PACKAGE_BUSYBOX_CONFIG
|
|
|
|
string "BusyBox configuration file to use?"
|
2008-06-19 21:06:25 +02:00
|
|
|
depends on BR2_PACKAGE_BUSYBOX
|
2007-03-23 14:24:56 +01:00
|
|
|
default "target/device/x86/i386/busybox.config" if BR2_PACKAGE_BUSYBOX_SNAPSHOT
|
2006-12-13 07:58:14 +01:00
|
|
|
default "package/busybox/busybox-1.2.2.1.config" if BR2_BUSYBOX_VERSION_1_2_2_1
|
2007-07-08 13:56:38 +02:00
|
|
|
default "package/busybox/busybox-1.6.0.config" if BR2_BUSYBOX_VERSION_1_6_1
|
2008-01-03 14:31:26 +01:00
|
|
|
default "package/busybox/busybox-1.6.0.config" if BR2_BUSYBOX_VERSION_1_7_X
|
2008-01-03 14:33:25 +01:00
|
|
|
default "package/busybox/busybox-1.6.0.config" if BR2_BUSYBOX_VERSION_1_8_X
|
2008-01-03 14:33:28 +01:00
|
|
|
default "package/busybox/busybox-1.6.0.config" if BR2_BUSYBOX_VERSION_1_9_X
|
2008-03-25 15:38:45 +01:00
|
|
|
default "package/busybox/busybox-1.6.0.config" if BR2_BUSYBOX_VERSION_1_10_X
|
2008-06-26 08:51:16 +02:00
|
|
|
default "package/busybox/busybox-1.11.x.config" if BR2_BUSYBOX_VERSION_1_11_X
|
2008-08-21 07:08:53 +02:00
|
|
|
default "package/busybox/busybox-1.11.x.config" if BR2_BUSYBOX_VERSION_1_12_X
|
2008-11-15 22:25:29 +01:00
|
|
|
default "package/busybox/busybox-1.13.x.config" if BR2_BUSYBOX_VERSION_1_13_X
|
2005-04-12 22:32:45 +02:00
|
|
|
help
|
|
|
|
Some people may wish to use their own modified BusyBox configuration
|
|
|
|
file, and will specify their config file location with this option.
|
|
|
|
|
|
|
|
Most people will just use the default BusyBox configuration file.
|
2007-01-17 12:48:11 +01:00
|
|
|
|
2007-09-25 09:55:45 +02:00
|
|
|
config BR2_PACKAGE_BUSYBOX_HIDE_OTHERS
|
|
|
|
bool "Hide applications that are provided by busybox"
|
|
|
|
depends on BR2_PACKAGE_BUSYBOX
|
2008-08-04 21:06:19 +02:00
|
|
|
default y
|
2007-09-25 09:55:45 +02:00
|
|
|
help
|
|
|
|
Do not show packages in menuconfig that are potentially provided
|
|
|
|
by busybox.
|
|
|
|
|
|
|
|
config BR2_PACKAGE_BUSYBOX_SKELETON
|
|
|
|
bool "use minimal target skeleton"
|
|
|
|
depends on BR2_PACKAGE_BUSYBOX
|
|
|
|
help
|
|
|
|
Use a minimal target skeleton. Make sure to select mdev
|
|
|
|
which is used to populate /dev/.
|
|
|
|
|
2007-08-24 16:23:53 +02:00
|
|
|
#config BR2_PACKAGE_BUSYBOX_INITRAMFS
|
|
|
|
# bool "initramfs perusing busybox"
|
|
|
|
# depends on BR2_PACKAGE_BUSYBOX
|
|
|
|
# help
|
|
|
|
# Build small initramfs perusing busybox.
|