- fix typo in .config filename
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Sat, 22 Sep 2007 17:29:23 +0000 (17:29 -0000)
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Sat, 22 Sep 2007 17:29:23 +0000 (17:29 -0000)
package/busybox/Config.in

index 1b340a68a08fbdabfb42b803d7e5c02a932481df..be2306f686d8220a2bd53d711ee7cf534c93b9f2 100644 (file)
@@ -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.