summaryrefslogtreecommitdiffstats
path: root/package/busybox/Config.in
diff options
context:
space:
mode:
authorPeter Korsgaard <jacmet@sunsite.dk>2007-02-06 16:18:12 +0000
committerPeter Korsgaard <jacmet@sunsite.dk>2007-02-06 16:18:12 +0000
commit7deacb0d2d03a1a1c2563cc84329bd0ce37bbcc4 (patch)
tree2c80426078ff0347a90f3f5a0316695f860ee5d2 /package/busybox/Config.in
parentbbd6fcad745f7009b2e2389c3394eac20bf54e59 (diff)
downloadbuildroot-novena-7deacb0d2d03a1a1c2563cc84329bd0ce37bbcc4.tar.gz
buildroot-novena-7deacb0d2d03a1a1c2563cc84329bd0ce37bbcc4.zip
busybox 1.4.1 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 6103a494c..f57ce5c1c 100644
--- a/package/busybox/Config.in
+++ b/package/busybox/Config.in
@@ -27,6 +27,9 @@ choice
config BR2_BUSYBOX_VERSION_1_4_0
bool "BusyBox 1.4.0"
+ config BR2_BUSYBOX_VERSION_1_4_1
+ bool "BusyBox 1.4.1"
+
config BR2_PACKAGE_BUSYBOX_SNAPSHOT
bool "daily snapshot"
@@ -55,6 +58,7 @@ config BR2_PACKAGE_BUSYBOX_CONFIG
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
+ default "package/busybox/busybox-1.4.1.config" if BR2_BUSYBOX_VERSION_1_4_1
help
Some people may wish to use their own modified BusyBox configuration
file, and will specify their config file location with this option.