- forgot to provide a default config for 1.6.1
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Sun, 8 Jul 2007 11:56:38 +0000 (11:56 -0000)
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Sun, 8 Jul 2007 11:56:38 +0000 (11:56 -0000)
  Thanks to Cristian Ionescu-Idbohrn for noticing this.

package/busybox/Config.in

index a781c390a8ee4bac1d5f7c17f9b0cc983bc5a340..7c09828f072973979cb3253a4241f7d2e5355ef7 100644 (file)
@@ -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.