summaryrefslogtreecommitdiffstats
path: root/package/busybox/Config.in
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2007-09-22 17:29:23 +0000
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2007-09-22 17:29:23 +0000
commit8b3a0cd2cd1f2757975c9898b69333e844288bd2 (patch)
tree8aa9fef8395a86e7d9fe4bfa1f8e3cb14a5ac767 /package/busybox/Config.in
parentddd4cca2df305bf96079c50ad6316c6230cc08af (diff)
downloadbuildroot-novena-8b3a0cd2cd1f2757975c9898b69333e844288bd2.tar.gz
buildroot-novena-8b3a0cd2cd1f2757975c9898b69333e844288bd2.zip
- fix typo in .config filename
Diffstat (limited to 'package/busybox/Config.in')
-rw-r--r--package/busybox/Config.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/busybox/Config.in b/package/busybox/Config.in
index 1b340a68a..be2306f68 100644
--- a/package/busybox/Config.in
+++ b/package/busybox/Config.in
@@ -112,7 +112,7 @@ config BR2_PACKAGE_BUSYBOX_CONFIG
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
default "package/busybox/busybox-1.6.0.config" if BR2_BUSYBOX_VERSION_1_7_0
- default "package/busybox/busybox-1.6.1.config" if BR2_BUSYBOX_VERSION_1_7_1
+ default "package/busybox/busybox-1.6.0.config" if BR2_BUSYBOX_VERSION_1_7_1
help
Some people may wish to use their own modified BusyBox configuration
file, and will specify their config file location with this option.