diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2007-09-22 17:29:23 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2007-09-22 17:29:23 +0000 |
commit | 8b3a0cd2cd1f2757975c9898b69333e844288bd2 (patch) | |
tree | 8aa9fef8395a86e7d9fe4bfa1f8e3cb14a5ac767 | |
parent | ddd4cca2df305bf96079c50ad6316c6230cc08af (diff) | |
download | buildroot-novena-8b3a0cd2cd1f2757975c9898b69333e844288bd2.tar.gz buildroot-novena-8b3a0cd2cd1f2757975c9898b69333e844288bd2.zip |
- fix typo in .config filename
-rw-r--r-- | package/busybox/Config.in | 2 |
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. |