summaryrefslogtreecommitdiffstats
path: root/package/busybox/Config.in
diff options
context:
space:
mode:
authorPeter Korsgaard <jacmet@sunsite.dk>2007-01-30 13:36:10 +0000
committerPeter Korsgaard <jacmet@sunsite.dk>2007-01-30 13:36:10 +0000
commit799b1ee4fe105a0cd8db4994381fad8957601891 (patch)
treee8ea6f27f242e13d4d185ba136a5fc96c9240674 /package/busybox/Config.in
parenta6933e8413ede11df603141cc1948950fc466fde (diff)
downloadbuildroot-novena-799b1ee4fe105a0cd8db4994381fad8957601891.tar.gz
buildroot-novena-799b1ee4fe105a0cd8db4994381fad8957601891.zip
Busybox 1.4.0 support
Diffstat (limited to 'package/busybox/Config.in')
-rw-r--r--package/busybox/Config.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/package/busybox/Config.in b/package/busybox/Config.in
index 00a3de5cf..df7f17a54 100644
--- a/package/busybox/Config.in
+++ b/package/busybox/Config.in
@@ -24,6 +24,9 @@ choice
config BR2_BUSYBOX_VERSION_1_2_2_1
bool "BusyBox 1.2.2.1"
+ config BR2_BUSYBOX_VERSION_1_4_0
+ bool "BusyBox 1.4.0"
+
config BR2_PACKAGE_BUSYBOX_SNAPSHOT
bool "daily snapshot"
@@ -51,6 +54,7 @@ config BR2_PACKAGE_BUSYBOX_CONFIG
default "package/busybox/busybox-1.0.1.config" if BR2_BUSYBOX_VERSION_1_0_1
default "package/busybox/busybox-1.1.3.config" if BR2_BUSYBOX_VERSION_1_1_3
default "package/busybox/busybox-1.2.2.1.config" if BR2_BUSYBOX_VERSION_1_2_2_1
+ default "package/busybox/busybox-1.4.0.config" if BR2_BUSYBOX_VERSION_1_4_0
help
Some people may wish to use their own modified BusyBox configuration
file, and will specify their config file location with this option.