summaryrefslogtreecommitdiffstats
path: root/package
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer2007-09-22 19:29:23 +0200
committerBernhard Reutner-Fischer2007-09-22 19:29:23 +0200
commit8b3a0cd2cd1f2757975c9898b69333e844288bd2 (patch)
tree8aa9fef8395a86e7d9fe4bfa1f8e3cb14a5ac767 /package
parent- bump version (forgot this hunk for r19941) (diff)
downloadbuildroot-8b3a0cd2cd1f2757975c9898b69333e844288bd2.tar.gz
buildroot-8b3a0cd2cd1f2757975c9898b69333e844288bd2.tar.xz
buildroot-8b3a0cd2cd1f2757975c9898b69333e844288bd2.zip
- fix typo in .config filename
Diffstat (limited to 'package')
-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.