summaryrefslogtreecommitdiff
path: root/package/busybox/Config.in
diff options
context:
space:
mode:
authorPeter Korsgaard <jacmet@sunsite.dk>2008-01-03 13:33:25 +0000
committerPeter Korsgaard <jacmet@sunsite.dk>2008-01-03 13:33:25 +0000
commite88a01bde327fff3ea620a0ffcd8d9d346fc6747 (patch)
treedf3a681835308cf6f107fa195f236724a2837b68 /package/busybox/Config.in
parenta9e0ebe4b0a19bd0c2e4757a667cee6d1537bd9c (diff)
busybox: Bump version to 1.8.2
Diffstat (limited to 'package/busybox/Config.in')
-rw-r--r--package/busybox/Config.in8
1 files changed, 7 insertions, 1 deletions
diff --git a/package/busybox/Config.in b/package/busybox/Config.in
index 3d4ddcee6..41e88d235 100644
--- a/package/busybox/Config.in
+++ b/package/busybox/Config.in
@@ -12,7 +12,7 @@ config BR2_PACKAGE_BUSYBOX
choice
prompt "BusyBox Version"
depends BR2_PACKAGE_BUSYBOX
- default BR2_BUSYBOX_VERSION_1_7_X
+ default BR2_BUSYBOX_VERSION_1_8_X
help
Select the version of BusyBox you wish to use.
@@ -26,6 +26,10 @@ choice
config BR2_BUSYBOX_VERSION_1_7_X
bool "BusyBox 1.7.x"
+ depends on BR2_DEPRECATED || BR2_RECENT
+
+ config BR2_BUSYBOX_VERSION_1_8_X
+ bool "BusyBox 1.8.x"
config BR2_PACKAGE_BUSYBOX_SNAPSHOT
bool "daily snapshot"
@@ -37,6 +41,7 @@ config BR2_BUSYBOX_VERSION
default "1.2.2.1" if BR2_BUSYBOX_VERSION_1_2_2_1
default "1.6.1" if BR2_BUSYBOX_VERSION_1_6_1
default "1.7.4" if BR2_BUSYBOX_VERSION_1_7_X
+ default "1.8.2" if BR2_BUSYBOX_VERSION_1_8_X
config BR2_PACKAGE_BUSYBOX_INSTALL_SYMLINKS
@@ -59,6 +64,7 @@ config BR2_PACKAGE_BUSYBOX_CONFIG
default "package/busybox/busybox-1.2.2.1.config" if BR2_BUSYBOX_VERSION_1_2_2_1
default "package/busybox/busybox-1.6.0.config" if BR2_BUSYBOX_VERSION_1_6_1
default "package/busybox/busybox-1.6.0.config" if BR2_BUSYBOX_VERSION_1_7_X
+ default "package/busybox/busybox-1.6.0.config" if BR2_BUSYBOX_VERSION_1_8_X
help
Some people may wish to use their own modified BusyBox configuration
file, and will specify their config file location with this option.