summaryrefslogtreecommitdiffstats
path: root/package/busybox/Config.in
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2007-07-08 11:56:38 +0000
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2007-07-08 11:56:38 +0000
commit20dd05b6c375537b71985135dd3add80da573f84 (patch)
treee817d58984c8c1d08542c9ddd8a21c7757b8dc8d /package/busybox/Config.in
parentab088e8cd1270470388f264f06ddb238c59b4e79 (diff)
downloadbuildroot-novena-20dd05b6c375537b71985135dd3add80da573f84.tar.gz
buildroot-novena-20dd05b6c375537b71985135dd3add80da573f84.zip
- forgot to provide a default config for 1.6.1
Thanks to Cristian Ionescu-Idbohrn for noticing this.
Diffstat (limited to 'package/busybox/Config.in')
-rw-r--r--package/busybox/Config.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/busybox/Config.in b/package/busybox/Config.in
index a781c390a..7c09828f0 100644
--- a/package/busybox/Config.in
+++ b/package/busybox/Config.in
@@ -100,6 +100,7 @@ config BR2_PACKAGE_BUSYBOX_CONFIG
default "package/busybox/busybox-1.5.0.config" if BR2_BUSYBOX_VERSION_1_5_0
default "package/busybox/busybox-1.5.0.config" if BR2_BUSYBOX_VERSION_1_5_1
default "package/busybox/busybox-1.6.0.config" if BR2_BUSYBOX_VERSION_1_6_0
+ default "package/busybox/busybox-1.6.0.config" if BR2_BUSYBOX_VERSION_1_6_1
help
Some people may wish to use their own modified BusyBox configuration
file, and will specify their config file location with this option.